Skip to content

Ecode2/passman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PASSMAN

This program is a Desktop Application that safely stores your passwords and login details in a secure and organised manner.

About

A password manager application. Made with python tkinter, It stores sensitive and important information safely and securely withough the worry of any infromation breach. All details are encrypted before being stored in a SQLite database.

Features

It has a variety of functions, some which include:

  • Updating Existing passwords
  • Deleting irrelivant information
  • Deleting the account if need be

Getting Started

Installation

  1. Check if python is installed on your system using

    python -V

    if it's not installed, download it from here. It is advicable to get python 3.10 or later.

  2. Clone the repository using:

    git clone https://github.com/Ecode2/passman.git
  3. Navigate into the project directory with:

    cd passman
  4. Install application requirements using

    pip install -r requirements.txt

Using The App in Development Mode

Run the application with:

python passman.py

Using The App in Production Mode

Build the application with:

pip install cx_freeze
python setup.py build

The build will create an executable file

Contributing

Contributions are welcome! If you want to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/new-feature
  3. Make your changes and commit them: git commit -m 'Added a new feature'
  4. Push to the branch: git push origin feature/new-feature
  5. Submit a pull request.

About

A password manager application for desktops

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages