Skip to content

varad615/missing_person_registration_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Missing Person Registration using python and MySql

A group project for Engineering Collage Second Year.

Features

  • 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

Languages

  • Python
  • MySql

Installation

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

About

Missing Person Registration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages