by Sashreek Shankar | May 16, 2020 | Projects
The garbage collection process is a crucial service for any community or society. It ensures the cleanliness of our surroundings. However, the process has for long been rudimentary. Hence we’ve decided to automate the process. Our idea is to incorporate IoT into...
by Itika Sarkar | May 6, 2020 | Python
Learning and practicing of any programming language can be monotonous. Also, only learning can not be the perfect gain of knowledge if we don’t put it into some implementation. Likewise, Python programming language can be interesting but until we don’t use...
by Anmol Punetha | Apr 22, 2020 | Python Tkinter Examples
Hello everyone! Today we are going to make a Tkinter based GUI that will be an Application Form . We will ask some details by the user and then will be saving that with a default extension of .yaml, which can be changed at the time of saving the file. Let’s go...
by Monisha Macharla | Apr 21, 2020 | Python Tkinter
In this article, we are going to learn about data and classes in python Tkinter. We will save our GUIdata into Tkinter variables after that we will also start using OOP to extend the existing Tkinter classes to extend the built-in functionality of Tkinter....
by Monisha Macharla | Apr 21, 2020 | Python Tkinter
INTRODUCTION In this article, we will learn “How to interface the radio button and messages with Tkinter”. I recommend you to go through this first similarly if you are new to Tkinter go through this. Here we will design a GUI with a 4 radio button and...