simple PyMsg is a simple messaging application implemented using Python. It consists of two main components: a server-side application built with Flask for handling message transmission and user authentication, and a client-side graphical user interface (GUI) implemented with Tkinter for interacting with the server.
szczotapl/pymsg
simple PyMsg is a simple messaging application implemented using Python. It consists of two main components: a server-side application built with Flask for handling message transmission and user authentication, and a client-side graphical user interface (GUI) implemented with Tkinter for interacting with the server.
PythonBSD-2-Clause