Chat Smart

Chat Smart was one of my first Python projects. The objective was to enable multiple clients to connect through a server, receiving and sending various messages. Chat Smart also used the Google translator API known as “Googletrans” to detect the language you were speaking in and translate it to the language the person you were chatting to requested.

This project’s aim was to enable me to learn the basics, for this reason, I did use libraries such as zmq to help me on the networking side of things. I ended up with numerous pages of code.

Although it was a complicated project for me to carry out as I had just started coding in python, It was stimulating and fascinating to discover new things about networking and other python related topics such us sockets and GUIs. It boosted my python knowledge through the stars enabling me to implement other networking features in future projects.

Leave a Reply

Your email address will not be published. Required fields are marked *