# mu
**Repository Path**: dcctt/mu
## Basic Information
- **Project Name**: mu
- **Description**: A small, simple editor for beginner Python programmers. Written in Python and Qt5.
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-03-16
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Mu - A Simple Python Code Editor
================================
.. image:: https://mu.readthedocs.io/en/latest/_images/logo.png
Mu is a simple code editor for beginner programmers based on extensive feedback
from teachers and learners. Having said that, Mu is for anyone who wants to use
a simple "no frills" editor.
Mu is a modal editor with modes for Adafruit's CircuitPython, the micro:bit's
version of MicroPython, PyGame Zero and standard Python 3 (including a
graphical debugger). 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).
Mu is written in Python and works on Windows, macOS, Linux and Raspberry Pi. The
project's public facing website is
`https://codewith.mu/ `_. We celebrate the work done by
users of mu at `https://madewith.mu/ `_.
We have `extensive developer documentation `_
including a guide for
`setting up a development environment `_,
`contributor guidelines `_ and
`some suggested first steps `_.
We want our community to be a friendly place. Therefore, we expect contributors
and collaborators to follow our
`Code of Conduct `_.