Skip to main content

Seven segment display digital clock using Python tkinter

Project description

pyclock

Seven segment display digital clock using tkinter.

Requirements

  • Python >= 2.7
  • Tkinter (Should be installed during Python installation)

Installation

Clone the project into a local repository, then navigate to the directory and run:

$ python setup.py install

Usage

import pyclock

if __name__ == '__main__':
    pyclock.PyClock()

Troubleshooting

Should you run into any issues, refer to the project https://gitlab.com/johncharlie/digitalclock

Documentation

Documentation follows the Google Python Style Guide

Testing

To run tests, execute the following:

# Unit tests
$ python setup.py test

License

Copyright 2018 @johncharlie

Licensed under the GNU General Public License v3.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.gnu.org/licenses/gpl-3.0.en.html

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

See terms and conditions here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

digitalclock-0.8.4.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

digitalclock-0.8.4-py2.py3-none-any.whl (16.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page