Skip to content

This is a BAT script, which takes in your python script file and the requirements file and returns an "installer" for your script which can be shared.

License

Notifications You must be signed in to change notification settings

kbkozlev/PyBATins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This script will take in your Python scripts and the requirements file and turn them into a self-contained BAT file that can be shared. The output BAT file will check for Python and install it if its missing, after that it will re-create the original Python and Requirements files along with a starter and optional timer file. The purpose of this script is to bypass EXE and other corporate blocks. Optionally the output can be in TXT so that sharing of BAT files can be avoided.

Demo

About

This is a BAT script, which takes in your python script file and the requirements file and returns an "installer" for your script which can be shared.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published