Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desktop digital clock

Simple desktop digital clock written in python.

Run desktop digital clock

Run script from the root directory of the project:

python clock.py

Demo

Screenshot

Run unittests

Make valid pythonpath for tests

export PYTHONPATH="$PWD:${PYTHONPATH}"

Run script from the root directory of the project:

easypy tests/unittests_suite.py

Contributing

  • clone the repository
  • configure Git for the first time after cloning with your name and email
    git config --local user.name "Volodymyr Yahello"
    git config --local user.email "vyahello@gmail.com"
  • python3.6 is required to run the code
  • run pip install -r requirements.txt to install all required python packages

About

⏰ Simple desktop digital clock written in python (tkinter + pyats)

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages