The Blackmarket Firearm Management System is a simple graphical user interface (GUI) application built using Python's tkinter library. It allows users to manage a list of firearms by adding, updating, searching, and deleting firearms from the system. The data is stored in a CSV file, and the application dynamically updates the total count of firearms.
- Add new firearms with details such as name, type, caliber, and capacity.
- Update existing firearm details.
- Delete firearms from the system.
- Search firearms by name.
- View the total count of firearms.
- Save all changes to a CSV file.
- About section providing project details.
git clone https://github.com/MinOkkar/GUI-DIT102run assigment.py
python GUI/assigment.py. None(I am lazy af)
Created by Edward for the DIT-102 project. Date: July 31, 2024
