Metadata-Version: 2.1
Name: pycrobit
Version: 0.0.1
Summary: Recycle microbits exercises in python using 5 * 5 strings and some coloring
Home-page: https://github.com/MixTeen/pycrobit
Author: Pierre Sassoulas
Author-email: pierre.sassoulas@gmail.com
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Provides-Extra: colorama
Provides-Extra: test
License-File: LICENSE

# pycrobit

[![Coverage Status](https://coveralls.io/repos/github/mixteen/pycrobit/badge.svg?branch=main)](https://coveralls.io/github/Pierre-Sassoulas/centralized-pre-commit-conf?branch=main)
[![PyPI version](https://badge.fury.io/py/pycrobit.svg)](https://badge.fury.io/py/pycrobit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

Python library that permits to recycle microbits exercises in python using 5 * 5
strings and some coloring without the hassle of handling terminal coloring and refresh.

## Context

There's a lot of fun exercises for children using microbits but a lot less using python.

## Installation

```bash
pip install pycrobit
```

Or download ``pycrobit.py`` for offline use.
