by Monisha Macharla | Apr 20, 2020 | Applications of IoT
Machine Learning is perhaps the most widely researched field today. It has gained such momentum in recent years that it has become an integral part of our everyday lives whether we know it or not. The recommendations that you get on Amazon Prime or Netflix? Machine...
by Monisha Macharla | Apr 14, 2020 | Raspberry Pi projects
This tutorial is going to show how to set up Google Assistant using a Raspberry Pi 4 and Bluetooth Speaker. I] Parts Required: 1x Raspberry Pi ( I have used Raspberry Pi 4 Model B)1x Bluetooth Speaker1x USB Microphone ( You can try using a Bluetooth headset with a...
by Monisha Macharla | Apr 10, 2020 | Python Tkinter
In this tutorial, we will be learning how to use the asksaveasfile() in Tkinter and save the file in the system. The asksaveasfile() function comes under the class filedialog. The file dialog module provides functions for creating file/directory selection...
by Monisha Macharla | Apr 10, 2020 | Python Tkinter
In this article, we will tell about the GUI(graphical user interface) in python using. We should also know about how to import the library and using some widgets in it. Let’s have a quick look at the below contents. Contents IntroductionWhat is Tkinter?Packaging...
by Monisha Macharla | Apr 10, 2020 | Python Tkinter Examples
Introduction: In this article, we will learn “How to interface JSON(JavaScript Object Notation) with Tkinter”. If you are new to Python’s JSON package, I recommend you to go through this first similarly if you are new to Tkinter go through this. Here we will design a...