Neopolitan: a library for displaying text on LED boards
Project description
neopolitan
A library for displaying "text" on LED boards
Description
This is a revamp of stockticker, which queries real-time stock price data, calculates daily fluctuations, and displays it on an LED board. While the end result of that project was cool, this project aims to clarify much of the data display code and make it usable to display any inputted message. See this sub-readme for an introduction to how data can be used to make the board display "human-readable".
Given that access to hardware boards can be constrictive and testing can be difficult, this project aims to support data display on a graphical interface so that anyone can access it. pygame
is used to display the graphical display, while the neopixel
(hence the project name) library [will be] is used to interface with the hardware board.
Installation and Usage
- Clone the project
- Navigate to the project folder
- Install requirements with
pip install -r requirements.txt
- Run the
src/main.py
withPython3
Command Line Arguments
python[3] src/main.py {args}
--message {message_to_display}
/-m {message_to_display}
- Displays the given message on the board (enclose in quotes if multiple words)
--graphical {True/False}
/-g {True/False}
- Switches between the graphical output and hardware board output not yet functional
--scroll-speed {slow/medium/fast}
/-s {slow/medium/fast}
- Controls how quickly the display scrolls across the screen
--wrap {True/False}
/-w {True/False}
- Determines whether the display should "wrap around" when it gets to the end, or just show a blank screen
todo: command line examples (w/ vids?)
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
Built Distribution
File details
Details for the file neopolitan-0.1.16.tar.gz
.
File metadata
- Download URL: neopolitan-0.1.16.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b286bec263949c790db59f880ffdc868ab49665673fe9cd8ba4b5dcfc7eb6ccd |
|
MD5 | 1c763c3f0c6607dc922861ef2101973e |
|
BLAKE2b-256 | 046097c27f5d493f62216ba693d0efebb2b5d59a8d8181d52665c623d826f228 |
File details
Details for the file neopolitan-0.1.16-py3-none-any.whl
.
File metadata
- Download URL: neopolitan-0.1.16-py3-none-any.whl
- Upload date:
- Size: 20.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbbf4b21ec09d3cfd73715d40f33683f86076243b28717927c8cdea923088d9e |
|
MD5 | 50db39be5e1208960f4486970444ad92 |
|
BLAKE2b-256 | f6ed39ca288f542ba036018e48acbc97ba0c6297d9596338d1512c12e6acbbbf |