Metadata-Version: 2.3
Name: chadplotlib
Version: 0.0.3
Summary: Styling options for matplotlib.
Project-URL: Homepage, https://github.com/tdaron/chadplotlib
Project-URL: Issues, https://github.com/tdaron/chadplotlib/issues
Author-email: Théo Daron <theo@daron.be>, Maxime Deboeck <no-mail@plz.be>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Chadplotlib

## Basic usage

`pip install chadplotlib`

```python
import chadplotlib
chadplotlib.makeMeAChad()
```

Then just use matplotlib as you would.


## Compiling from scratch 
Building:

`python3 -m build`

Installing:

`pip install dist/*.whl`
