Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/razobeckett/password-manager

Python Microproject of Sem
https://github.com/razobeckett/password-manager

password-manager python python-password-generator python-password-manager python-tkinter-application tkinter tkinter-password-manager tkinter-python tkinter-python-app

Last synced: 5 days ago
JSON representation

Python Microproject of Sem

Awesome Lists containing this project

README

        

# Python Password Manager
A simple password manager written in Python. The passwords are stored in a sqlite3 database.

## Features
- Add, delete, and view passwords
- Generate random passwords
- Copy passwords to clipboard
- Search for passwords

## Usage
```bash
python3 main.py
```

## Screenshots

|Main Screen|Copy Password Pop-up|
|---|---|
|![Main-Pane](assets/main-pane.png)|![Password-Copied-pop-up](assets/password-copied-pop-up.png)|
|Master Login Screen|Master Password Setup|
|![master-login-screen](assets/master-login-screen.png)| ![master-password-login](assets/master-password-login.png)|
|Password Generator|
|![Password-Generator](assets/pass-gen.png)|

> [!NOTE]
> The password manager is built using Python with Tkinter. Since Tkinter supports Qt, the appearance of the application may vary depending on your desktop environment. The screenshots reflect the color scheme I have set for my system.

## License
[Mozilla Public License, Version 2.0](LICENSE)