A very simple template for making Python modules and hosting them on Git.
Prerequisites:
Install the gh
tools and python3 of course.
Usage
After cloning the repo, run 'make install' This will set up two scripts: 0. make_repo.sh
- register_repo_on_github.sh
Run it with
make_repo.sh <name_of_your_python_module>
followed by
register_repo_on_github.sh <name_of_your_python_module>