thonny-black-format

A plugin to format your python code with Black in Thonny IDE.


Keywords
black, python-black, python3, thonny, thonny-black
License
MIT
Install
pip install thonny-black-format==0.0.4

Documentation

Thonny black code format plugin

Code style: black PyPI version PyPI py versions PYPI license Continuous Integration - Ubuntu Continuous Integration - OSX Continuous Integration - Windows

Automatically format your python code with Black!

Installation

  1. This can be easily installed via Thonny. Go to Tools -> Manage plug-ins..., type thonny-black-format and click on Find package from PyPI. Install the plugin and restart Thonny.
  2. Alternatively, you can install via pip with pip install --user thonny-black-format

Usage

There are two ways to run the plugin:

  1. Go to Tools -> Format with Black
  2. Press Ctrl+Alt+c

All changes will be automatically saved. If you prefer, you can undo them.

Contributing

Contributions are welcome! Feel free to sumbit an issue and/or a pull request.

Useful links:

PyPI

Thonny

Black