Posts by Saumitra Deshpande
Author Biographical Info: Not available
In this blog, we will see how we can insert a GIF into a GUI using Python. We will be using the Tkinter library for this purpose. Tkinter library is the de-facto library of Python .... Read More
In this blog, we are going to see how we can create a drop-down menu in Python using Tkinter. The Dropdown Menu is mostly used while filling forms and providing multiple options to.... Read More
In this post, we are going to see how we can make a word counter using Python. For this, we will be using the split function to make our job easier by reducing the length of code a.... Read More