Metadata-Version: 2.1
Name: pymeili
Version: 0.0.10
Summary: a module to beautify your python plot.
Home-page: 
Author: VVVictorZhou
Author-email: vichouro@gmail.com
License: MIT
Keywords: beautify
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3

pymeili is a module to beautify your python plot with more simple way.

【IMPORTANT】
Before using this module, you need to install font-packages: https://dwl.freefontsfamily.com/download/futura/; moving the font file to installed module folder(e.g. C:\Users\Username\AppData\Local\Programs\Python\Python311\Lib\site-packages\pymeili).

Install guide: (run on your powershell or cmd)
> pip install pymeili

Update guide: (run on your powershell or cmd)
> pip install --upgrade pymeili

Change Log
==========

0.0.1 (26/07/2023)
- First Release

0.0.2 (26/07/2023)
- Add Font Packages

0.0.10 (26/07/2023)
- Fix Some Problems
