Open nanayaw-ntim opened 2 years ago
I'll try to make a centralized menu where all the functions and subroutines are connected.
A main.py file or something similar will be created for this section.
All files will be refactored to lower code length and increase efficiency with better sorting and searching algorithms
The menu can be structured in a better way.
The way it's setup doesn't allow the power of library routines to come out
Suggestion: Allow all the functions to be called from one menu file and the rest just store the functions.
This not only saves time used to write code but also makes the program look slick and unique.
GUI should be made later own.