kaotickj / password-genie

Password Genie is a secure and user-friendly password management application built with Python and Tkinter. It allows users to generate strong passwords, hash and save passwords for various platforms, and retrieve them securely.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Refactor] Seperate UI and non-UI code into modules

msftcangoblowm opened this issue · comments

There are two self-contained scripts. Much of the functions should be broken out into multiple modules

Unittests can then focus on a particular module (topic)

Not a valid issue. Matter of personal preference.