Graphics interface package

0

I'm trying to start a very large project to start learning Python better and some other concepts, I have some basic knowledge about the language, I've done some scripts, mainly plugins for the Blender .

But now I want to create a much more complex application with graphical interface and everything else. The idea was to create an AI evolution simulator where a genetic algorithm selects random "Creatures" in a simulated environment with very simple physics.

The creatures consisted of points in space that apply forces on each other, do not collide at all and are controlled by a small neural network.

The point is that I'm going to need a graphical interface package, everything I found is difficult to install on windows, and tkinter seems to me badly documented for starters.

I would like to be able to compile the app at the end but would have the problem with packages that the user would have to install on the machine.

I wanted to know of a graphical interface solution that supports rendering on the interface and is "portable".  with laptop I mean something like: from pasta_do_lado import package

    
asked by anonymous 18.09.2017 / 13:01

0 answers