├── .gitignore ├── ClientGUI.py ├── LICENSE ├── README.md ├── ServerGUI.py └── creds.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxenon/python-messenger/HEAD/.gitignore -------------------------------------------------------------------------------- /ClientGUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxenon/python-messenger/HEAD/ClientGUI.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxenon/python-messenger/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxenon/python-messenger/HEAD/README.md -------------------------------------------------------------------------------- /ServerGUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxenon/python-messenger/HEAD/ServerGUI.py -------------------------------------------------------------------------------- /creds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxenon/python-messenger/HEAD/creds.txt --------------------------------------------------------------------------------