Sunday, April 19, 2020

Catalin George Festila: Python 3.8.2 : New release 2.3.2 for Pygame Menu.

Today, the development team come with this infos from the GitHub comes with a new release version 2.3.2. Python library that can create a simple menu for the pygame application. Supports: Textual menus ButtonsLists of values (selectors) that can trigger functions when pressing return or changing the valueInput text Color input NOTE: pygame-menu v2 will not provide new widgets or functionalities,

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...