A brief description of your project goes here.
The following Python libraries are required for the project:
plyrcoloramaplyerschedule
Follow these steps to set up the project and install the necessary dependencies:
First, create a virtual environment to isolate the project dependencies:
- For Windows:
python -m venv venv- For macOS/Linux:
python3 -m venv venvThis will create a venv folder in your project directory.
- For Windows:
.�env\Scripts�ctivate- For macOS/Linux:
source venv/bin/activateOnce the virtual environment is activated, install the required libraries using pip:
pip install plyr colorama plyer scheduleYou can now run the project by executing the main Python file:
python main.py- Make sure you activate the virtual environment each time you work on the project.
- If you need to deactivate the virtual environment, simply run:
deactivateThis project is licensed under the MIT License - see the LICENSE file for details.