-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
terminedia paint | ||
================= | ||
|
||
Interactive app to create ASCII-art and Unicode art in | ||
an interactive way directly from the terminal | ||
|
||
|
||
This is in very ealy stage - the main idea | ||
is to enable people to create text-art in by | ||
using terminedia's capabilities, without having | ||
to resort to Python programming. | ||
|
||
This is also set as a demonstration project | ||
for terminedia: https://github.com/jsbueno/terminedia | ||
|
||
How to run: pip install the main branch directly with | ||
`pip install git+https://github.com/jsbueno/terminedia-paint.git | ||
and run "terminedia-paint" on the terminal. | ||
|
||
(in this early stage, it just blanks the screen: | ||
while there is no interactive help, draw around | ||
with the mouse + direction keys ('x' to toggle drawing), | ||
press 'c' to pick a color) 'q' quits the app. | ||
|
||
|
||
|