Metadata-Version: 2.1
Name: pymeili
Version: 0.2.1
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

### INTRODUCTION
"pymeli.為美麗而生" pymeili is a module to beautify your python plot or terminal text 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.

### INSTALLATION
- 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

0.1.6 (27/07/2023)
- Fix Some Problems, add common raise function

0.1.7 (27/07/2023)
- Fix Some Minor Problems

0.1.8 (31/07/2023)
- Fix Some Minor Problems, add new cmap '35'

0.2.0 (21/08/2023)
- Fix Some Minor Problems, add redirectfontfolder function

0.2.1 (21/08/2023)
- Revise the description of the package
