Skip to main content

Hospital Management System with PHP & MySQL

Hospital Management System (HMS) is a web application used in hospitals to manage Doctors and Patients. Online Hospital management Systems are used in Hospitals to allow Patients to manage appointments, Doctors can check Patients appointment, view Patients appointment history and Administrator can manage both the Doctors and Patients activities.

So if you’re a developer and thinking to develop your own Hospital Management System, then you’re here at the right place. In our previous tutorial we have explained how to build project management system with PHP and MySQ. In this tutorial you will learn how to develop your own Hospital Management System with PHP and MySQL. (more…)

Login and Registration with Python, Flask & MySQL

In our previous Python tutorial, we have explained how to develop Weather App in Python using Flask. In this tutorial, we will explain how to implement User Login and Registration with Python, Flask and MySQL.

User login and registration is an important functionality of user module in any web application. The user’s are allowed create their account and login to access user section.

In this tutorial, we will implement functionality for user login, logout and registration. We will use Flask framework with Python to create web application with login and registration Form and implement functonality using MySQL database.

(more…)

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…)