A Python package for graphical displays


License
GPL-3.0
Install
pip install chobo==0.99.11

Documentation

chobo

The chobo module is a forked version of the intrographics module developed by Dr. Lisa Torrey.

It allows you to create graphical displays in your Python 3 programs. The name chobo (초보) is a Korean word that means a beginner/novice, and the name is to inspire beginners at programming to give it a try.

It is written in Python 3, and uses the pygame module as the back-end, and adds the following features:

  • Image files other than just GIF
  • Arc as a new shape
  • An empty image shape
  • Shape rotations
  • Use of any system fonts
  • Sound/music files and their playback

The full documentation is available in the doc folder.