Skip to content

The Classy Update!

Compare
Choose a tag to compare
@elliot-huffman elliot-huffman released this 07 Sep 19:26

v5.1.2, The Classy Update!

This update changes the mostly function based program to ~%50 class and ~%50 function. Now you can go to the cool kids' parties and hang with them. Check out the changelog for the deets.

changelog:

  • Added .gitignore for Visual Studio Code.
  • GUI: All windows are now rendered via a class.
  • Removed unnecessary function.
  • Both: Removed global variables (bad programming technique) from console version and most from the GUI version.
  • Both: Init_script s are now handled via a class.

This version was tested with Python 3.5.2