Skip to content

This is a Python project I'm working on to learn programming. Pyss is a command-line password manager designed for securely storing and retrieving user credentials. I am also learning tkinter to add a gui to this project.

License

Notifications You must be signed in to change notification settings

TheMeaner0/Pyss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Pyss - Python Password Manager

Pyss is a simple yet secure password manager built with Python. This project for me to learn programming, I have plans to improve it with a graphical interface using Tkinter.

Features

  • Securely store and retrieve passwords
  • Copy passwords to clipboard using pyperclip (no need to expose passwords)
  • Encryption implemented with the cryptography library

Goals

  • Python Mastery: Improve my programming with this project.
  • GUI: Currently this project is a command-line program in the future I will add a GUI with tkinter.
  • Improve Security: As the name as "Improve Secruity".
  • Improve Usability: Make Pyss more user-friendly.

Dependencies

  • cryptography (for encryption)
  • pyperclip (for clipboard management)

Feel free to contribute or share any tips that could help me on this learning journey!

Psst, this project might have "bad" code. Forgive me if it does, make a commit to help me with programming. :)

About

This is a Python project I'm working on to learn programming. Pyss is a command-line password manager designed for securely storing and retrieving user credentials. I am also learning tkinter to add a gui to this project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages