The project involves fetching data from the web, processing it using appropriate Python collections, and writing the processed data to files.
On Windows, create a project virtual environment in the .venv folder.
py -m venv .venv
.venv\Scripts\Activate
py -m pip install -r requirements.txt
git add .
git commit -m "add .gitignore, cmds to readme"
git push origin main