{"id":25452943,"url":"https://github.com/shadowwphoenix/employee-management-system-using-sqlite-and-tkinter","last_synced_at":"2025-05-16T13:10:45.882Z","repository":{"id":219926942,"uuid":"750288014","full_name":"ShadowwPhoenix/Employee-management-system-using-sqlite-and-tkinter","owner":"ShadowwPhoenix","description":"Employee management system project","archived":false,"fork":false,"pushed_at":"2024-01-30T11:03:34.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T23:42:50.134Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShadowwPhoenix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-30T11:00:17.000Z","updated_at":"2024-01-30T11:13:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5eece4d-a890-4c4b-af3d-552236d44c01","html_url":"https://github.com/ShadowwPhoenix/Employee-management-system-using-sqlite-and-tkinter","commit_stats":null,"previous_names":["varun5292/employee-management-system-using-sqlite-and-tkinter","shadowwphoenix/employee-management-system-using-sqlite-and-tkinter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowwPhoenix%2FEmployee-management-system-using-sqlite-and-tkinter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowwPhoenix%2FEmployee-management-system-using-sqlite-and-tkinter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowwPhoenix%2FEmployee-management-system-using-sqlite-and-tkinter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShadowwPhoenix%2FEmployee-management-system-using-sqlite-and-tkinter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShadowwPhoenix","download_url":"https://codeload.github.com/ShadowwPhoenix/Employee-management-system-using-sqlite-and-tkinter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254535822,"owners_count":22087399,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-17T23:41:57.575Z","updated_at":"2025-05-16T13:10:45.861Z","avatar_url":"https://github.com/ShadowwPhoenix.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"This Python project implements an Employee Management System using Tkinter for the GUI, SQLite for database management, and matplotlib for data visualization. Here's a breakdown of its functionalities:\n\nDatabase Management:\n\nIt uses SQLite to manage an employee database.\nUpon initialization (__init__ method), it connects to the SQLite database and creates the necessary table if it doesn't exist (create_table method).\nGUI Creation:\n\nThe GUI is created using Tkinter widgets such as labels, entries, comboboxes, buttons, and a treeview for displaying employee data.\nWidgets are arranged in a grid layout (create_gui method).\nEmployee Management Operations:\n\nAdding employees (add_employee method) by inserting data into the SQLite database.\nUpdating employees (update_employee method) by modifying existing data in the database.\nRemoving employees (remove_employee method) by deleting their data from the database.\nSearching employees (search_employee method) based on name, contact number, gender, or role.\nPromoting employees (promote_employee method) by increasing their salary.\nData Visualization:\n\nIt includes functions to display data visualization:\nPie chart showing the gender distribution of employees (show_pie_chart method).\nBar chart showing the average salary distribution by role (show_salary_bar_chart method).\nUndo and Redo Functionality:\n\nIt implements undo and redo functionality for employee management operations (undo and redo methods).\nUses stacks (undo_stack and redo_stack) to keep track of states and transitions.\nSorting and Displaying Employee Data:\n\nSorting employee data (sort_table method) based on various criteria such as ID, name, age, gender, role, experience, and salary.\nDisplaying employee data in the treeview widget (show_table method).\nSalary Calculation:\n\nCalculates the salary of employees based on their experience (calculate_salary method).\n\nOverall, this project provides a comprehensive interface for managing employee data, including CRUD operations, search functionality, data visualization, and undo/redo capabilities. It offers a robust foundation for building and managing an employee database system within a graphical user interface.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowwphoenix%2Femployee-management-system-using-sqlite-and-tkinter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowwphoenix%2Femployee-management-system-using-sqlite-and-tkinter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowwphoenix%2Femployee-management-system-using-sqlite-and-tkinter/lists"}