quinone / password-manager

Password management application developed as a group project for college.
0 stars 0 forks source link

Move password generator to its own password_generator.py file #8

Closed quinone closed 3 weeks ago

quinone commented 3 months ago

By isolating the password_generator to its own file in the app folder it will be easier to maintain and improve in the future.