A curated collection of entry-level Python projects to practice GUI development, automation, and system tools. Each project lives in its own folder with a focused README and simple run instructions.
This is Conway's Game of Life - a grid of live and dead cells that evolve according to simple rules: A live cell stays alive only with 2 or 3 live neighbors. A dead cell becomes alive with exactly 3 ...