I created this project generator script to automate the setting up a of new Python project.
Just copy the script python_setup.py
and run it.
You will be prompted to name your project and app. That's it.
It creates the virtual environment in the parent folder, project structure and files for your project.
It upgrades pip to the latest version and installs any dependencies you need.
Yes. You'll find a tuple named
A tuple of strings means a folder, its subfolder, so on and so forth.
There is also a
Nowhere in the process is the virtual environment activated.
We do not need to activate it to install packages or libraries.