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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyalphaclock-0.1.tar.gz
.
File metadata
- Download URL: pyalphaclock-0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ecc00e55aa145b52291c7180664bd6a7d5f9ddfce30bba13dae3c2fa0695427 |
|
MD5 | 80fa3d6150c74444cc6eae6048b93395 |
|
BLAKE2b-256 | b6d9b1c7b0315df76271e874d3d9e9bdbbdab10e1012045efb4d329592395f7a |