A group project for Engineering Collage Second Year.
- User Friendly GUI
- Add data to MySql
- Edit data from MySql
- Creating PDF of the data stored in MySql
- Sending SMS of the data to a perticular number using a free service called free2sms
- Python
- MySql
This project needs latest verson of python install https://www.python.org
If you have already installed python upgrade it to latest version
python -m pip install --upgrade pip
Download Mysql https://www.mysql.com
Create a database
create database missing_person;
Download or clone this project and run the project
python Home.py