Metadata-Version: 2.1
Name: quickpack
Version: 0.0.1
Summary: pack your file with pyinstaller and automatically remove all useless files
Home-page: https://github.com/code-nick-python/awesome-python-tools/tree/master/pyinstaller_all
Author: code-nick-python
Author-email: 2330458484@qq.com
License: Apache2.0 License
Platform: any
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: colorama
Requires-Dist: pyinstaller


you can use this in the command line,the tool will pack all py files under the path you enter,this is a example::

    pack -p path

you can also remove all exe under the path before packing::

    pack -r -p path

use pack -h to get more information


