Search found 5 matches

by PySimpleGUI
December 30th, 2018, 1:26 pm
Forum: General Discussion
Topic: A Python program with GUI
Replies: 4
Views: 5427

Re: A Python program with GUI

Thanks for checking out the Life-specific portions. I have barely read through that code to be honest. My contribution to this was strictly the GUI. I grabbed the code off the net and used as-is, with no modification. I was happy it worked. Credit is at the top. I appreciate you taking the time to l...
by PySimpleGUI
December 21st, 2018, 12:31 pm
Forum: General Discussion
Topic: Apgsearch GUI?
Replies: 7
Views: 7806

Re: Apgsearch GUI?

I downloaded the apgsearch code. It has 3 imports that are unresolved. Any clues where to get these packages?

Code: Select all

import golly as g
from glife import rect, pattern
import urllib2
by PySimpleGUI
December 21st, 2018, 12:25 pm
Forum: General Discussion
Topic: A Python program with GUI
Replies: 4
Views: 5427

Re: A Python program with GUI

Ooops! Sorry about not linking the code...

Conways Life using PySimpleGUI
by PySimpleGUI
December 20th, 2018, 2:08 pm
Forum: General Discussion
Topic: Apgsearch GUI?
Replies: 7
Views: 7806

Re: Apgsearch GUI?

I can add a GUI to command line programs easily. Does anyone have an idea they can communicate? A sketch on a sheet of paper would do.
by PySimpleGUI
December 20th, 2018, 2:05 pm
Forum: General Discussion
Topic: A Python program with GUI
Replies: 4
Views: 5427

A Python program with GUI

I hope this is the right forum to post this.... I created a Python version of the Game of Life, complete with GUI. I utilized an existing game engine and added a GUI on top. You can use the mouse to create the initial board, control the speed and number of generations. I'm open to adding reading an ...