Python GUI Application to send messages, media, documents and any type of file to Known Contacts or unknown Numbers
Tkinter GUI Application is present in
mainbranch
Console form of application is present in the
console2branch
- Send messages to
known Contact. - Send messages to
unknown Contactusing their Mobile Number(with Country Code) - Send
media(Images, Videos)with and without adding messages at once. - Send
any type of filewith and without adding messages at once. Login is required only onceand session(Login or Profile) information is stored for convenience.- Pops up a window when session(Login or Profile) information is not present.
- In Tkinter GUI application, messages and media or any other file can be sent using a
CSVfile. - All the
history is storedin a database(sqlite3) and hasoption to viewin both forms of application. - Can be converted to
.exefile usingpyinstallerpackage with commandpyinstaller --onefile --debug=all main.py