Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wlonk/hexes

Curses for humans.
https://github.com/wlonk/hexes

Last synced: 14 days ago
JSON representation

Curses for humans.

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'