mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-09 18:37:16 -05:00
[PR #504] [MERGED] Please add asciimatics #11819
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/504
Author: @peterbrittain
Created: 11/8/2015
Status: ✅ Merged
Merged: 3/20/2016
Merged by: @vinta
Base:
master← Head:master📝 Commits (1)
2460af8Added asciimatics📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
I believe that asciimatics is the terminal API that Python should have always had. It is a more human way to program curses and also provides a drop-in replacement API for non-curses environments - all of which can be
pipinstalled.In more details, it provides a single, cross-platform API for all terminals/consoles with the following features:
It has been proven to work on Windows, Linux and OSX and supports Python versions 2 and 3.
For an idea of the sorts of things it can do, see the gallery.
It wasn't obvious to me whether this should be in the command-line tools or GUI section given that it straddles both. I'd happily be guided by your views if you feel it is worth taking.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.