Skip to content

Getting Started

py-GameUI is a module to help you to make simple GUI elements. It currently has Button, Slider & Input box. Some other GUIs such as scolling containers and panels will be here pretty soon.

Installation

$ pip install py-GameUI
Back to top