Skip to content
Steffen Noa (IT-PTR-CEN2-BDE23) edited this page Jul 21, 2026 · 2 revisions

About

pygame_utils_likeablejuniper is a PyPi package created and maintained by LikeableJuniper. It contains some basic GUI elements and features like styling and layouting. It's intended to be simple to use, with default styles and themes and low setup-per-element requirements.

How to install

Since the package is published on PyPi, installing it is as easy as running

pip install pygame_utils_likeablejuniper

in your virtual or global environment.

Once installed, you can use it in your pygame project by importing it:

import pygame_utils_likeablejuniper as pgu

Clone this wiki locally