Tag Archives: python

Python Program Executables

I made standalone executables for Linux and Windows of my Python programs Microbe, Replicator Machine, Neural Construct and Biomorph Entity. These executables were built using cx_Freeze, and have Python and all dependent libraries included, no installation needed. Some details of the cx_Freeze build follows:

Posted in Programming | Also tagged | Comments closed

Interphase Pygame GUI Module

Interphase module is a GUI library that adds interface panel functionality to a Python/Pygame application. I developed the module to make it relatively easy to add an interface panel to a Pygame program. It is used as an interface panel for my biology simulations Microbe, Neural Construct, and Replicator Machine. Go to the Interphase project […]

Posted in Programming | Also tagged , | Comments closed