An open API service indexing awesome lists of open source software.

https://github.com/scriptedbutton/pytools

Variety of small python programs aimed for specific uses.
https://github.com/scriptedbutton/pytools

Last synced: 10 months ago
JSON representation

Variety of small python programs aimed for specific uses.

Awesome Lists containing this project

README

          

# pyTools
Variety of small python programs aimed for specific uses.

pyCompiler:
- Easily compile Python files into bytecode.
Usage: > pyCompiler.py (SOURCE) (DESTINATION)

copyFile:
- Easily make copies of files.
Usage: Launch program.

ezInstall:
- Automatic installer, useful for distributing a program that has dependencies.
Usage:
- Create a text file named "install_settings"
- Format it: (command):(name)
- Example:
- pip install pyminifier:PYMINIFIER
- Run Installer.