Skip to main content

Python library for interacting with the Alpha Clock Five

Project description

# PyAlphaClock: Library for interacting with the Alpha Clock Five

Simple Pythonic library for manipulating the screen of the [Alpha Clock Five](http://wiki.evilmadscientist.com/Alpha_Clock_Five) desk clock by [Evil Mad Scientist](http://www.evilmadscientist.com/).

### Installation

` pip install pyalphaclock `

### Usage

`python > from pyalphaclock import AlphaClock > clock = AlphaClock() > clock.clear_screen() > clock.display_scrolling_text("Hello everybody") > from datetime import datetime > now = datetime.now() > clock.display_time(now) > clock.display_date(now) `

### License

MIT

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

pyalphaclock-0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

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