Brief description of your project.
- Python 3.10.6
venv
module
- Create a virtual environment:
python3 -m venv venv
- Activate the virtual environment:
-
On macOS and Linux:
source venv/bin/activate
-
On Windows:
.\venv\Scripts\activate
- Install the required packages:
pip install -r requirements.txt
- Run the main Python script:
python main.py
Please read CONTRIBUTING.md
for details on our code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE.md
file for details.