Deleted stuff

This commit is contained in:
Daniel Dayley 2024-11-07 13:07:03 -07:00
parent 4fc48f7722
commit 0d15aec474
Signed by: Cronocide
GPG Key ID: 1CADA052F64664EC
3 changed files with 0 additions and 25 deletions

1
.github/README.md vendored
View File

@ -1 +0,0 @@
../git-readme.md

1
.gitignore vendored
View File

@ -1 +0,0 @@
headercheckdashboardproxy.egg-info

View File

@ -1,23 +0,0 @@
# python-tool
## Description
An interactive setup script for creating new python packages.
## Usage
`./new_python_tool.sh <name_of_tool>`
## Installation
1. Download the raw setup script (`wget https://raw.githubusercontent.com/Cronocide/python-tool/master/new_python_tool.sh`)
2. Mark the script executable (`chmod +x new_python_tool.sh`)
3. Run the script to make a new package (`./new_python_tool.sh <name_of_tool>`)
## Configuration
No configuration needed.
## Justification
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.