by Monisha Macharla | Apr 8, 2020 | Python Tkinter Examples
In this tutorial, you will learn about how to customize the look and feel of a python GUI created using tkinter. This is third part of tkinter tutorial course. To begin with, we will look at how to create message boxes. Contents: Creating MessageboxesCreate...
by Monisha Macharla | Apr 7, 2020 | Projects
Introduction: In this post, I have used an LDR to sense the black obstacles (cactus )in this game and make the dino jump in the chrome using a system of Arduino and python code. Link for GitHub Repository for this code (click here) System in Action: Contents: Hardware...
by Monisha Macharla | Apr 7, 2020 | Python Tkinter Examples
In this tutorial, you will be learning “How to layout your GUI using Python”. The following are the topics that will be covered in this article. Python Tkinter Label FramesTkinter Geometry MatrixCreating menu barsCreating tabbed widgets 1. Python Tkinter Label Frames:...
by Monisha Macharla | Apr 6, 2020 | Python
Python Classes and Methods Python is an object-oriented programming language. Classes provide a means of bundling data and functionality together. Creating a new class creates a new type of object, allowing new instances of that type to be made....
by Monisha Macharla | Apr 5, 2020 | Raspberry Pi projects
In our previous post, we discussed the smart home automation with Arduino and NodeMCU. In this post, we will implement the smart home sensor design using Raspberry Pi. Click here for the link for Smart home sensor development using Arduino Uno and NodeMCU With Piezo...