henryj320 / python_projects

This is a repository for all of my Python projects. The README contains all of the Completed and Future project ideas.
0 stars 0 forks source link

python_template #49

Open henryj320 opened 2 years ago

henryj320 commented 2 years ago

Title: python_template Date Started: 2022-09-15 Date Completed: 2022-09-15 (1 day) Language: Python Overview: A template for later Python projects. Containing: cookiecutter - A template for the whole project. tox - So that we can use pydocstyle and pycodestyle. .env - For environment variables. test folder - To store tests. README Example .py module - Make it reference an environment variable and have a example method that can be run (and how to run it). .gitignore - Git has default ones.

Result: I now have a cookiecutter template up and running for future Python projects.

Running the Project: You can call the cookiecutter template by downloading it to your machine and running: "cd...". "cookiecutter ~/Documents/python_projects/python_template".