Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/math2001/selectr
https://github.com/math2001/selectr
ascii console helper python
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/math2001/selectr
- Owner: math2001
- Created: 2017-02-05T06:40:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T06:39:53.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T07:41:24.606Z (2 months ago)
- Topics: ascii, console, helper, python
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selectr
This is suppose to be a cross platform option picker, for python. It requires the great `colorama`.
It's a library that allows you to print coloured text to the console, and it works in Windows.
```
pip install colorama
```