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
main
branch
Console form of application is present in the
console2
branch
- Send messages to
known Contact
. - Send messages to
unknown Contact
using their Mobile Number(with Country Code) - Send
media(Images, Videos)
with and without adding messages at once. - Send
any type of file
with and without adding messages at once. Login is required only once
and 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
CSV
file. - All the
history is stored
in a database(sqlite3) and hasoption to view
in both forms of application. - Can be converted to
.exe
file usingpyinstaller
package with commandpyinstaller --onefile --debug=all main.py