

I'm not entirely sure what should go here, ideally I'll be around in person to help get this working. 

This archive contains four python 3.7 files: 
	Magfest2020_Conjectress.py  (8KB)
	CollatzCollapsedTimedViz.py (3KB) 
	GoldbachsTimedViz.py        (4KB)
	PolyaPixelsTimedViz.py      (7KB)

Their total size is 22KB... hopefully that counts as intro?

The archive also contains one compressed library ( pygame 1.9.4 ):
	pygame.zip

Pygame is a pretty common way to get visualizations out of python, but it doesn't 
come with the standard python release, including the pygame code in the same folder
as the scripts ideally ought to work.

To run, use: run(Magfest2020_Conjectress)


