Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 781 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 781 Bytes

Empower-Metrics

A Python-based project for managing and analyzing data on assault cases against women. This tool helps track patterns, visualize trends, and provide insights to improve safety and awareness.

Features Add, search, and delete records for women's details and police department in-charge. Display all records stored in CSV files. Generate visualizations to analyze crime trends over the years. Simple and efficient data management using Python. Technologies Used Python: Core programming language. CSV: For storing and managing data. Matplotlib: For creating visual charts and graphs.

Project Structure

women_details.csv - Stores details of women's cases. police_details.csv - Stores police department in-charge details. main.py - Contains the main program logic.