Public chatting app using python and public broker of MQTT
Download python from here → Click
Any version above 3.5.
>> pip install tk
For light-weight simple interface
To install open source mqtt supporting library →
>> pip install paho-mqtt
First window will look something like below image
Topic1 is publishing topic name
Topic2 is subscribing topic name
When You hit enter second window will appear -->
History part is Dynamic and will show all the messages you will publish and all messages from subscribed topic.
You can also use it for chatting like we have below -->