chandumaram/employee_management_system — reverse-engineered prompt
Reverse engineered prompt
Build me a desktop Employee Management System in Python with a modern CustomTkinter style interface. I want it to open with a login screen, then go to the main employee dashboard where I can add, view, search, update, and delete employee records.
Use a simple local database by default so it works without extra setup, but also make it possible to switch to MySQL if I add my own database password later. Include fields you’d expect for employees, like ID, name, phone, role, gender, salary, and similar basic details. Make the interface look polished with a background image, app icon, and clean buttons.
Please set it up so I can run it from the login file, and include the requirements file. Also make sure it can be packaged into a Windows exe later with the images and icon included. Look up current docs online if you need to.
Want more depth? Deep Reverse