Simple desktop digital clock written in python.
Run script from the root directory of the project:
python clock.pyMake valid pythonpath for tests
export PYTHONPATH="$PWD:${PYTHONPATH}"Run script from the root directory of the project:
easypy tests/unittests_suite.py- 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.6is required to run the code- run
pip install -r requirements.txtto install all required python packages
