Skip to main content

A small graphics library using text

Project description

TermG

With TermG you can easily build graphical applications in the terminal!

Simply install TermG

pip install TermG

And then you can use it in your projects!

How to create a project with TermG? First import TermG

from TermG import termg as tg

Then create the Screen

sc = tg.Screen(width, height) # width = columns, height = rows

Fill the screen with a specific color

sc.fill( tg.Color(127) )

And blit your Screen to the terminal

sc.blit()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

termg-0.0.3.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

termg-0.0.3-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page