An interactive setup script for creating new python packages.
./new_python_tool.sh <name_of_tool>
- Download the raw setup script (
wget https://raw.githubusercontent.com/Cronocide/python-tool/master/new_python_tool.sh
) - Mark the script executable (
chmod +x new_python_tool.sh
) - Run the script to make a new package (
./new_python_tool.sh <name_of_tool>
)
No configuration needed.
I frequently create new python projects and cannot remember how each kind of package is configured. This script serves as a shortcut to create new projects.