Coders Packet

Packets submitted by Anay Ravindra Karanje

Text-to-speech application widget in Python using Tkinter

We will learn how to create a floating application that converts Text-to-speech and reads the text out loudly.

OTP generator application with GUI using Python and Tkinter

In this article, we are going to create a Graphical User Interface based OTP generator application in Python. We will see how to create a GUI app using Tkinter and how to add functionality to it.

Increment characters and numbers in a string using Python.

In this article, we will learn how to increment or decrement the letters and numbers inside a string in Python.