A brief description of your project goes here.
The following Python libraries are required for the project:
plyr
colorama
plyer
schedule
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 venv
This will create a venv
folder in your project directory.
- For Windows:
.�env\Scripts�ctivate
- For macOS/Linux:
source venv/bin/activate
Once the virtual environment is activated, install the required libraries using pip
:
pip install plyr colorama plyer schedule
You 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:
deactivate
This project is licensed under the MIT License - see the LICENSE file for details.