nevoit / Automated-Messages

In this project, we aim to build an automated messages system using Python with Selenium. Whatsapp
MIT License
3 stars 0 forks source link

Input format #6

Open nevoit opened 5 years ago

nevoit commented 5 years ago

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.

ShuratCode commented 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

nevoit commented 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

Any ideas for good libraries to create GUI on Python?

maor63 commented 5 years ago

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