/ascii_canvas

ASCII canvas for drawing in console

Primary LanguagePythonMIT LicenseMIT

ASCII canvas

PyPI version Build Status Coverage Status MIT license

ASCII canvas for drawing in console using ASCII chars

Description:

ASCII canvas result

Colors in terminal Linux

ASCII canvas supports the next objects:

  • Point
  • Line
  • Rectangle
  • Nine-Patch Rectangle
  • Ellipse
  • Text

And supports Style for all these objects. The Style includes symbol, foreground color, background color and font style. Thereby colored printing to terminal is supported.

The next colors (foreground and background) are supported under Linux and Windows.

Colors in terminal Linux

Colors in terminal Windows

License:

Released under The MIT License.