Skip to content

Latest commit

 

History

History
46 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

46 lines (23 loc) · 1.05 KB

SCCS

A Software Component Cataloguing Software built using Python, GTK3, Glade and MySQL.

A user of the catalouger can:

- Enter the details of a component: Name, Type (Application/System Software), Category, and description.
- Read about certain component
- Update details of certain component
- Delete details of  certain component
- Search for a specific component
- Sort Data by name
- Sort Data by Type

User can do all the above mentioned operations in realtime with just button clicks.

Usage:

python3 fux.py

Demo:

alt text

User Interface:

alt text

Adding Data:

alt text

Data added:

alt text

Update Data:

alt text