I have a Github repo that has a Python script in it. I've used this script to automate the initial steps of creating a Pyhton project. Those are:
- Create a project folder
- Create a virtual environment
- Update the packet manager - I am using pip
- Install requirements
- Save installed requirements for sharing
Here is the GitHub link to this repo: Mohamork/PythonProjectInitializer: A script that reduces the initial steps of creating a Python project