+4917656729516 info@iot4beginners.com
Build a Rasberry Pi Twitter Bot

Build a Rasberry Pi Twitter Bot

Getting started with the Twitter API Twitter is a web service that provides an application programming interface (API), which means you can write software that communicates with the live Twitter service—perhaps to read tweets in real time or to automatically publish...
How to create and install a Python Package?

How to create and install a Python Package?

Requirements Check the tools pip –version pip install wheel What is Python Package Index? What is Distutils? Creating a Package Directory Structure some_root_dir/ |– README |– setup.py |– an_example_pypi_project | |– __init__.py |...
IoT Gateway – A beginners guide

IoT Gateway – A beginners guide

What is an IoT Gateway? All data moving to or from a cloud, goes through a gateway, which can be- a hardware device or software program. An IoT gateway is a device or program that is the connection point between the cloud and controllers, sensors or smart devices....
Tkinter based GUI- Application form

Tkinter based GUI- Application form

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...