Closed PralishSatyal closed 1 month ago
This is currently being worked on, however there are some changes that will need to be made. We are using PyQt5 due to the very light overheadness. The issue is that the print statements don't carry over so each input and output from main_engine needs to be carried over with self.input and self.output with a callback function.
Look into the use of PySimpleGUI for a simple, less verbose, and quick method of making a GUI to display each of the menu options from main_engine. Create this as a separate engine called graphics_engine? Or find a way to integrate it into main_engine.