{"id":31057278,"url":"https://github.com/chandumaram/employee_management_system","last_synced_at":"2025-10-11T21:40:42.170Z","repository":{"id":314073682,"uuid":"1053903932","full_name":"chandumaram/employee_management_system","owner":"chandumaram","description":"Employee Management System","archived":false,"fork":false,"pushed_at":"2025-09-10T09:32:13.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-10T13:05:43.072Z","etag":null,"topics":["customtkinter","customtkinterprojects","desktop-app","employee-management-system","pillow-library","pymysql","python","python-desktop-application"],"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/chandumaram.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-10T05:15:57.000Z","updated_at":"2025-09-10T09:32:18.000Z","dependencies_parsed_at":"2025-09-10T13:05:44.931Z","dependency_job_id":"5b316539-d4f8-4c96-b474-3885e90c85d8","html_url":"https://github.com/chandumaram/employee_management_system","commit_stats":null,"previous_names":["chandumaram/employee_management_system"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/chandumaram/employee_management_system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandumaram%2Femployee_management_system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandumaram%2Femployee_management_system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandumaram%2Femployee_management_system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandumaram%2Femployee_management_system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chandumaram","download_url":"https://codeload.github.com/chandumaram/employee_management_system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandumaram%2Femployee_management_system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008837,"owners_count":26084517,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["customtkinter","customtkinterprojects","desktop-app","employee-management-system","pillow-library","pymysql","python","python-desktop-application"],"created_at":"2025-09-15T06:53:08.191Z","updated_at":"2025-10-11T21:40:42.141Z","avatar_url":"https://github.com/chandumaram.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Employee Management System \nCreated Using Python, Custom-Tkinter and MySQL\n\n## Setup Application\n- Download/get code from github \n    `https://github.com/chandumaram/employee_management_system#`\n\n- (Optional) If you want create virtual environment the run the following command \n    `virtualenv venv`\n    - Then activate virtual environment for that run \n        `venv\\Scripts\\activate` \n\n- Install all required python packages \n    `pip install -r .\\requirements.txt`\n\n- In this project we are using MySQL and SQLite databases\n    - If you want to use MySQL as database, so you need to download and setup MySQL in your system\n        - After installed MySQL, Open `mysql_database.py` file and replace your password in line 11\n        - Open `ems.py` file, un-comment the line `import mysql_database as database` and comment the line `import sqlite_database as database`\n\n    - If you want to use SQLite as database, noneed to install anything\n        - Just open `ems.py` file, un-comment the line `import sqlite_database as database` and comment the line `import mysql_database as database`\n\n- Then run `login.py` file to up the project\n\n\n## To convert this application as .exe file\n- Run the following command \n    - if you use MySQL database\n    `pyinstaller --onefile --noconsole --icon=\"C:\\path\\to\\favicon.ico\" --add-data \"cover.jpg;.\" --add-data \"bg.jpg;.\" --add-data \"favicon.ico;.\" login.py\n    `\n    - if you use SQLite database\n    `pyinstaller --onefile --noconsole --icon=\"C:\\path\\to\\favicon.ico\" --add-data \"cover.jpg;.\" --add-data \"bg.jpg;.\" --add-data \"favicon.ico;.\" --add-data \"sqlite_ems.db;.\" login.py\n    `\n\n- Then it will create build and dist folders and login.spec file\n\n- Our `login.exe` file is placed inside the dist folder\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandumaram%2Femployee_management_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchandumaram%2Femployee_management_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandumaram%2Femployee_management_system/lists"}