Coders Packet

Packets submitted by Vrishabhdhwaj Maharshi

Speech to text converter with GUI using Python

This project utilizes the SpeechRecognition module of Python programming language to convert sound or words spoken by the user into text and save it as a text file.

RPC implementation using Python

In this post, we will discuss RPC (Remote Procedure Call) and its implementation using Python programming language. We will use XML-RPC to design and communicate between a server and a client.

Graph plotter in Python

This is a Tkinter UI-based Python project to display graphs of the marks of a student.