FarhaKousar1601 / Criminal-DBMS

The Criminal Database Management System (CDBMS) is a comprehensive project aimed at improving the efficiency of managing criminal records for law enforcement agencies and legal authorities. This system offers a user-friendly interface for adding, searching, updating, and removing criminal information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Criminal Database Management System

Python Version SQLite Version Tkinter Version License: MIT

The Criminal Database Management System is a Python application designed to manage criminal records efficiently. It provides functionalities to add, view, search, update, and delete criminal records stored in a SQLite database. The application utilizes the Tkinter library for the graphical user interface and SQLite3 for database management.

Features

  • User Authentication: The system provides a login interface to authenticate users before accessing the database functionalities.
  • CRUD Operations: Users can perform CRUD (Create, Read, Update, Delete) operations on criminal records stored in the database.
  • Search Functionality: Users can search for specific criminal records based on various criteria such as Criminal ID, Name, Gender, Nationality, Age, Height, Weight, and Crime Committed.
  • Graphical User Interface: The application offers an intuitive GUI built using the Tkinter library, making it user-friendly and accessible.
  • Data Persistence: Criminal records are stored persistently in a SQLite database, ensuring data integrity and availability across sessions.

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/criminal-database.git
  1. Navigate to the project directory:
cd criminal-database
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the application:
python main.py

Usage

  1. Launch the application by executing the main.py file.
  2. Log in using valid credentials to access the database functionalities.
  3. Use the navigation buttons to perform CRUD operations on criminal records.
  4. Utilize the search functionality to find specific criminal records based on desired criteria.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

The Criminal Database Management System (CDBMS) is a comprehensive project aimed at improving the efficiency of managing criminal records for law enforcement agencies and legal authorities. This system offers a user-friendly interface for adding, searching, updating, and removing criminal information.

License:MIT License


Languages

Language:Python 100.0%