Open nevoit opened 5 years ago
As I see it we will need to do a mvvm/mvc so we will have GUI and we will transform it to something the model understand. JSON is the most comfort to my opinion
As I see it we will need to do a mvvm/mvc so we will have GUI and we will transform it to something the model understand. JSON is the most comfort to my opinion
Any ideas for good libraries to create GUI on Python?
I guess we can support multiple input formats We can write a parser for each format
GUI libraries: Here is a list of GUI packages in Python https://wiki.python.org/moin/GuiProgramming
We need to think about the input format for this program (JSON\CSV\TXT\GUI). For example, task 1 - every week on Sunday at 13:00 send 'Shaked' (name): 'how are you?' task 2 - every three hours send a message to 'Dor' (name) from the JSON file.