Made by: Ogabeek and Ogabek2
This project was created within a Python virtual environment (venv). Below is the recommended project structure:
Download all requrements:
pip install -r requirements.txt
project_folder/
├── venv/ # Virtual environment
├── src/ # Source code
│ └── main.py # Main script
├── tests/ # Tests (unit tests)
├── README.md # Project overview and instructions
├── requirements.txt # List of dependencies
└── .gitignore # Git ignore rules
I am commiting gitignore file to show files that I've used and ignored