/PyTemplate

Template for Python project with main program, changelog, and README

Primary LanguagePythonMIT LicenseMIT

Program Name

Brief one-liner about project.

Description

More in-depth discussion regarding the project.

Script Workflow

Keep this if the code needs more detailed explanation of how to use it, or if there is a particular order to it, etc.

Example output

Required Packages:

Contributing to this project

If you enjoy this project and would like to contribute, do the following:

  1. Fork this respository.
  2. Create a new branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_name>'.
  4. Push to the origin branch: git push origin <project_name>.
  5. Create a pull request.

License

This project uses an MIT License.