Skip to main content

How to Make a Password Cracker using Python

In our previous Python tutorial, we have explained to make a Quiz Game with Python. In this tutorial, we will explain how brute force attacker made to crack any password using Python.

The Brute force is a type of attack to crack passwords by submitting many paswords to guess to break it.
So here in this tutorial, we will take user input as user password and show you how attackers tried to break the password. (more…)

Make Quiz Game with Python

In our previous Python tutorial, we have explained to Get Wifi Passwords using Python. In this tutorial, we will explain how to Make Quiz Game with Python.

Python is a popular programming language. It’s very easy to learn and any beginners can learn it to code within a short span of time. The beginners can easily code simple games using Python to expand their learning curve.

Here in this tutorial, we will code a text base Quiz Game in Python. It’s a simple Game without using any Python module. (more…)

Building Mobile Application with Python

In our previous Python tutorial, we have explained to Get Wifi Passwords using Python. In this tutorial, we will explain how to Build a Mobile Application with Python.

In recent web development transformation, the applcation developed to run on all plateform such IOS, Android, Windows, Linux etc and also on all devices (Desktops, Tablets, mobiles etc.).

You can easily develop applications to run on all plateform and devices using Kivy. Kivy is a free and open source Python framework for developing mobile apps and other multitouch application software with a natural user interface. (more…)

Why use Rust for embedded devices?

The Internet of Things (IoT) is one of the fastest-growing sectors in technology. It has become a central part of our everyday lives. Embedded technology is a fundamental part of the IoT. Embedded devices contain a special-purpose computing system built into them. Recent advances in processor technology and the ever-increasing demand for low-power, smart and reliable IoT devices are driving the market for embedded system development.

(more…)