Metadata-Version: 2.1
Name: pymeili
Version: 1.0.2
Summary: a module to beautify your python plot or terminal text.
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
Description-Content-Type: text/markdown

### INTRODUCTION
> pymeili.為美麗而生 [remake edition]

pymeili is a module to beautify your python plot with more simple way. the design idea is from Navigraph aeronautical chart.

### IMPORTANT
If you encounter the FileNotFound error when using this module, you need to manually install font-packages: https://dwl.freefontsfamily.com/download/futura/; 
moving the font file to installed module folder, for instance: `C:\Users\Username\AppData\Local\Programs\Python\Python311\Lib\site-packages\pymeili\resources`

If you encounter the ModuleNotFoundError when using this module, you need to manually install the module in the lastest version:
`pip install matplotlib`
`pip install numpy`
`pip install seaborn`
`pip install pathlib`
`pip install pathlib2`
`pip install cartopy`
`pip install basemap`
Also, some modules do not support the previous version of python, make sure you are using the version 3.7 or above.

### INSTALLATION & USAGE
For more information, please visit our hosted github webpage: https://github.com/VVVICTORZHOU/pymeili_resource


### USAGE

We have moved our project instruction to github, please visit our hosted github webpage.

### CHANGE LOG
---

#### 1.0.01 (29/01/2024)
- First Release

#### 1.0.02 (02/02/2024)
- First Revision, Including:
    - Axes in the plot is now available
    - Windrose plot is now available (not include subplots)
    - demo4, demo9 released
    - README.md updated
