Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What library creates simple 2D graphics, and works in both Pythonista and "normal" Python [closed]

I want to generate quite simple 2D graphics. What Python library will work in both Pythonista as well as normal python?

I am a fan of Pythonista, but also a fan of writing apps for "normal" Python on a PC, and want my code to work on both.,..

I know that Pythonista directs people to use the Scene module, but that won't work off in Python elsewhere, I'm pretty sure...

Big thanks!

like image 705
estephan500 Avatar asked Jan 25 '18 12:01

estephan500


1 Answers

Try using Pyglet, it works well with both Python and Pythonista.

Here is a link to their repository: Pyglet

like image 142
Sharad Khanna Avatar answered Oct 13 '22 06:10

Sharad Khanna