Skip to content

thaitri2005/PWControl

Repository files navigation

Open Source Society University - Computer Science

PWControl

"Password Control"

A simple password manager and password generator with an easy-to-use GUI.

scrcpy

Notable features:

-Protection with Master Password
-Database to store saved accounts (built with SQLite3)
-AES encryption for saved passwords
-Loaded passwords automatically copied to the clipboard
-Generate passwords that meet most sites/services' requirements
-Customize the passwords generator
-Generated passwords automatically copied to the clipboard
-Delete saved accounts

Quick start:

If you got the PWControl with executable file from the Releases page:

Run PWControl.exe (All required packages already included)

If you downloaded the source code:

Run setup.py to install the requirements
Run main-ui.py