Talk is a lightweight BlueTooth chat application built entirely out of Python3 and tkinter.
Create ability to host a serverImplement discovering/inquiringBetter notifications on internal processesBreakdown and modularize various GUI widgets/windows/etcSmooth shutdown when the other person exits/closes connection- Better chat (
images, fonts, etc) File transferActually add documentation- Anything else I can think of
- python3
- pybluez
- run 'python run.py' on two seperate computers
- one computer creates a host server and the other connects to it via its BlueTooth address and port
- commence chatting
Thread lockup when attempting to exit, sometimes.hehe daemon threads- GUI Lockup when connecting/hosting/etc