Skip to content

cryptic-bmd/digitalWatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digitalWatch

A unique digital watch with a sprinkle of spice (16 March, 2023)

digitalWatch

Original Code Here

Run Locally

  1. Clone the repository:
git clone https://github.com/cryptic-bmd/digitalWatch.git
  1. Navigate to the directory:
cd digitalWatch
  1. Create a virtual environment:
  • On macOS and Linux:
python3 -m venv venv
  • On Windows:
python -m venv venv
  1. Activate the virtual environment:
  • On macOS and Linux:
source venv/bin/activate
  • On Windows:
venv\Scripts\activate
  1. Install the dependencies:
  • On macOS and Linux:
pip3 install -r requirements.txt
  • On Windows:
pip install -r requirements.txt
  1. Run
  • On macOS and Linux:
python3 main.py
  • On Windows:
python main.py

About

A unique digital watch with a sprinkle of spice

Topics

Resources

License

Stars

Watchers

Forks