.\" Automatically generated by Pandoc 2.2.1 .\" .TH "MU\-EDITOR" "1" "December 2018" "1.0.2+dfsg" "User Commands" .hy .SH NAME .PP \f[B]mu\-editor\f[] \- a simple Python code editor .SH SYNOPSIS .PP \f[B]mu\-editor\f[] [\f[I]file\f[]] .SH ARGUMENTS .TP .B \f[I]file\f[] the source file to edit .RS .RE .SH DESCRIPTION .PP \f[B]mu\-editor\f[] is a simple code editor for beginner programmers based on extensive feedback from teachers and learners. Having said that, mu\-editor is for anyone who wants to use a simple \[lq]no frills\[rq] editor. .PP \f[B]mu\-editor\f[] is a modal editor with modes for: .IP \[bu] 2 Adafruit's CircuitPython .IP \[bu] 2 the micro:bit's version of MicroPython .IP \[bu] 2 PyGame Zero .IP \[bu] 2 standard Python 3 (including a graphical debugger) .PP Some of the modes make available a REPL (either running on the connected CircuitPython or MicroPython device, or as a Jupyter\-based iPython session in Python3 mode). .SH REPORTING BUGS .PP Upstream bug tracker: https://github.com/mu\-editor/mu/issues .SH COPYRIGHT .PP Copyright 2015 Nicholas H.Tollervey .SH AUTHOR .PP This manual page is based on the Mu documentation. It was created by Nick Morrott for the Debian GNU/Linux system, but may be used by others .SH SEE ALSO .PP \f[B]uflash(1)\f[] .PP Project homepage: https://codewith.mu/ .PP Projects using Mu: https://madewith.mu/ .PP Online developer documentation: https://mu.readthedocs.io/