Metadata-Version: 2.1
Name: pymeili
Version: 0.1.5
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. the design idea is from Navigraph aeronautical chart.

【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).
For more information and instruction, please go to https://github.com/VVVICTORZHOU/resources.git; or you can just download the font file from the link above.


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 (25/07/2023)
- First Release

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

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

0.1.0 (26/07/2023)
- Add Subplot Function

0.1.3 (26/07/2023)
- Fix Some Minor Problems

0.1.5 (27/07/2023)
- Add Basic Basemap Function, fix some problems
