likeablob / pygame-menu

A menu for pygame. Simple, and easy to use

Home Page:https://pygame-menu.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pygame-menu

@ppizarror

License MIT

Python 3.6+

PyPi package

Build status

Total alerts

Language grade: Python

Codecov

Open issues

PyPi downloads

Total downloads

Buy me a Ko-fi

Source repo on GitHub, and run it on Repl.it

Introduction

Pygame-menu is a python-pygame library for creating menus and GUIs. It supports several widgets, such as buttons, color inputs, clock objects, drop selectors, frames, images, labels, selectors, tables, text inputs, color switches, and many more, with multiple options to customize.

Comprehensive documentation for the latest version is available at https://pygame-menu.readthedocs.io

Install Instructions

Pygame-menu can be installed via pip. Simply run:

$> pip install pygame-menu -U

To build the documentation from a Git repository:

$> clone https://github.com/ppizarror/pygame-menu
$> cd pygame-menu
$> pip install -e ."[docs]"
$> cd docs
$> make html

About

A menu for pygame. Simple, and easy to use

https://pygame-menu.readthedocs.io

License:Other


Languages

Language:Python 100.0%