feat: Implement password generator app with database interaction
This commit adds a simple password generator application with a graphical user interface (GUI) using Tkinter. The application includes two tabs: one for generating and saving passwords and another for fetching and displaying stored passwords. Passwords are stored in a SQLite database, and the generated passwords are hashed using SHA-256 for security. The app allows users to configure password options, generate passwords, save them to the database, and fetch/display stored passwords.
feat: Implement password generator app with database interaction
This commit adds a simple password generator application with a graphical user interface (GUI) using Tkinter. The application includes two tabs: one for generating and saving passwords and another for fetching and displaying stored passwords. Passwords are stored in a SQLite database, and the generated passwords are hashed using SHA-256 for security. The app allows users to configure password options, generate passwords, save them to the database, and fetch/display stored passwords.