Member-only story
1. Kivy
Kivy is a python package that makes it easy to make GUI applications across all platforms. Kivy has great tools for mobile game development, and other applications.
2. Rich
Rich provides an awesome API that makes it easy to add color and style to the terminal output. Rich has a wide variety of tools like pretty tables, progress bars, syntax highlighted code, and can add lots of colors to your terminal.
3. Ursina engine
Ursina is a pure-python 3D game engine. This is one of the only 3D game engines that allows you to code straight from python code. Combining the power of the simple API and python, Ursina makes game development easier for game developers.
4. Pillow
Pillow allows for simple image manipulation using the python programming language. Pillow can convert between file formats, create thumbnails, display images, rotate images, apply filter, and lots more. Pillow is best for performing tasks in batches.