Skip to content

AlexTheCodingAlien/Cryptic-Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cryptic Password Manager

Cryptic Password Manager is a simple yet professional password management application built using Python and Tkinter for the graphical user interface (GUI). It allows users to securely store, view, and manage their passwords, with all data saved locally in a JSON file.

Features

  • Add New Passwords: Store website credentials including website name, username, and password.
  • View Saved Passwords: Display stored passwords in a clean and organized list.
  • Delete Passwords: Easily remove any saved password from the list.
  • Local Storage: Passwords are saved locally in passwords.json, making them accessible across sessions.

Screenshots

Cryptic Password Manager Screenshot Cryptic Password Manager Screenshot

Installation

Prerequisites

  • Python 3.x must be installed on your system.
  • Required Python packages: tkinter, json, and os. These are part of Python’s standard library, so no additional installations are needed.

Steps to Run the Python Script

  1. Clone the repository or download the main.py file.
  2. Run Main.Py
  3. Save A Password
  4. All Done!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages