Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wlonk/hexes
Curses for humans.
https://github.com/wlonk/hexes
Last synced: 14 days ago
JSON representation
Curses for humans.
- Host: GitHub
- URL: https://github.com/wlonk/hexes
- Owner: wlonk
- License: bsd-3-clause
- Created: 2015-04-21T22:53:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T19:46:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T07:39:32.956Z (22 days ago)
- Language: Python
- Homepage: https://hexes.readthedocs.org/en/latest/
- Size: 258 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
Hexes
===============================+---------------+------------------+
| Service | Status |
+===============+==================+
| PyPI | |pypi| |
+---------------+------------------+
| Downloads | |pypi-downloads| |
+---------------+------------------+
| Waffle.io | |waffleio| |
+---------------+------------------+
| CircleCI | |circleci| |
+---------------+------------------+
| Read the Docs | |readthedocs| |
+---------------+------------------+Curses for "humans".
This is free software, under a BSD license.
This is very very alpha! I'm working on it, though, and would love your
feedback, pull requests, and enthusiasm.Thanks!
Features
--------* It can draw boxes, lay them out, and resize them. FANCY!
* It can put text in boxes and only reveal the appropriate bits of it. SHINY!
* It has an event loop, and allows you to bind to startup and keypresses. SPOOKY!
* It can accept text input and process it. HEAVY!.. |pypi| image:: https://img.shields.io/pypi/v/hexes.svg?style=plastic
:target: https://pypi.python.org/pypi/hexes
:alt: 'Latest PyPI version'.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/hexes.svg?style=plastic
:target: https://pypi.python.org/pypi/hexes
:alt: 'Monthly PyPI downloads'.. |waffleio| image:: https://badge.waffle.io/wlonk/hexes.png?label=ready&title=Ready
:target: https://waffle.io/wlonk/hexes
:alt: 'Stories in Ready'.. |circleci| image:: https://img.shields.io/circleci/project/wlonk/hexes.svg?style=plastic
:target: https://circleci.com/gh/wlonk/hexes
:alt: 'Latest build status'.. |readthedocs| image:: https://readthedocs.org/projects/pip/badge/?style=plastic
:target: https://hexes.readthedocs.org/
:alt: 'Latest documentation'