Skip to content

Commit

Permalink
initial README
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbueno committed May 26, 2021
1 parent 52d5786 commit 8bc60a4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
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.



0 comments on commit 8bc60a4

Please sign in to comment.