Skip to content

This repo is a tool that can load configuration file to use `PyInstaller` to build python code as an executable file.

License

Notifications You must be signed in to change notification settings

burstknight/PyInstallerRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyInstallerRunner

This repo is a tool that can load configuration file to use PyInstaller to build python code as an executable file.

Requirments

This repo uses Python 3.x to develop, so you must install python 3.x or later version.

This repo need use pytest for unit test, so you should use these commands to install necessary modules:

$ pip3 install pytest
$ pip3 install pytest-cov
$ pip3 install pytest-mock

About

This repo is a tool that can load configuration file to use `PyInstaller` to build python code as an executable file.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages