JMCanning78 / DemoRepo

0 stars 0 forks source link

Convert newQueue.py to use drawable class #21

Open JMCanning78 opened 4 years ago

JMCanning78 commented 4 years ago

Change the newQueue.py visualization to use the drawable record class instead of recordclass. The different versions of recordclass that come with Python have different ways of getting the list of fields in the record. It's better that the visualization repo is "self-contained" and only depends on Python, tkinter, and standard Python libraries.