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.
- Host: GitHub
- URL: https://github.com/scriptedbutton/pytools
- Owner: ScriptedButton
- License: mit
- Created: 2018-05-04T14:24:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T14:29:37.000Z (about 8 years ago)
- Last Synced: 2025-07-18T22:23:39.158Z (11 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.