Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Windows Password Manager that's offline and stored locally on the user's machine using Python Tkinter, openpyxl, and cryptography.

License

Notifications You must be signed in to change notification settings

CrystlBearer/MyPass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Issues Filesize MIT License


Logo

Logo was taken and modified from here: Lock icons created by Freepik - Flaticon

MyPass

Password Manager that's offline and left only on the user's machine. It is saved into an encrypted file and can only be accessed during use of the application.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

Product Name Screen Shot

This project is an offline password manager that uses Python Tkinter, Cryptography, and Openpyxl.

This doesn't rely on the internet and stores on the local user's machine in their home directory. The user's credentials are stored into an encrypted file that can only be accessed during the use of the application.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Install Python 3.9 which should include pip.

  • pip
    pip install cryptography
    pip install openpyxl

Installation

  1. Clone the repo
    git clone https://github.com/CrystlBearer/MyPass.git

(back to top)

Usage

All the files are stored in ~/MyPass. When running the application for the first time, the application will ask the user to set their master password.

set-password

Afterwards, the main window application will appear to allow the user to add their user credentials. When the user exits, the application will encrypt the user's credential files so no one else can access them. The next time the user uses the application the user will have to enter their master password to access their list of credentials.

main-window

(back to top)

Creating a Windows Executable

To create a windows executable with the python script following the following steps:

  1. Download the source code and extract the source code if zipped.
  2.   pip install auto-py-to-exe
  3.   auto-py-to-exe.exe
  4. Browse for mypass.py as the script location from the downloaded source code.
  5. Click on "One Directory" for the Onefile section.
  6. Click on "Window Based" for the Console Window section.
  7. Click on "Icon" and search for the icon in the resources/ folder from the downloaded source code.
  8. Click on Additional Files to expand and click the "Add Folder" button then select the resources/ folder from the downloaded source code.
  9. Click on "CONVERT .Py to .EXE" to begin creating the executable.

py-window

  1. Go to the folder and the end of the output and find the location of the newly built executable. Feel free to move the folder anywhere.
  2. Create shortcut to the mypass.exe found in your folder and drag to the desktop.

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Vivian Hoang

Project Link: https://github.com/CrystlBearer/MyPass

(back to top)

About

Windows Password Manager that's offline and stored locally on the user's machine using Python Tkinter, openpyxl, and cryptography.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages