A unique digital watch with a sprinkle of spice (16 March, 2023)
- Clone the repository:
git clone https://github.com/cryptic-bmd/digitalWatch.git- Navigate to the directory:
cd digitalWatch- Create a virtual environment:
- On macOS and Linux:
python3 -m venv venv- On Windows:
python -m venv venv- Activate the virtual environment:
- On macOS and Linux:
source venv/bin/activate- On Windows:
venv\Scripts\activate- Install the dependencies:
- On macOS and Linux:
pip3 install -r requirements.txt- On Windows:
pip install -r requirements.txt- Run
- On macOS and Linux:
python3 main.py- On Windows:
python main.py