├── .gitignore ├── LICENSE ├── PmG.py ├── README.md ├── src └── image.png └── urls.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MindPatch/pmg/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MindPatch/pmg/HEAD/LICENSE -------------------------------------------------------------------------------- /PmG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MindPatch/pmg/HEAD/PmG.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MindPatch/pmg/HEAD/README.md -------------------------------------------------------------------------------- /src/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MindPatch/pmg/HEAD/src/image.png -------------------------------------------------------------------------------- /urls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MindPatch/pmg/HEAD/urls.txt --------------------------------------------------------------------------------