Skip to content

This project is a python application that manages login and signup details for different users. users can create accounts with passwords and the app will store them so they can use them to login to their accounts any other time.

License

Kilewa/passwordLocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordLocker

Description

This project is a python application that manages login and signup details for different users. users can create accounts with passwords and the app will store them so they can use them to login to their accounts any other time.

User Story:

The Users will:

  • Create an account for the app or log in.
  • Store any existing account details for different accounts.
  • Delete stored account details.
  • Copy their details to the clipboard.

Installation/Set up

App requirements

  • python3.8

  • Pyperclip

  • Pip3

  • clone https://github.com/Kilewa/passwordLocker

  • cd into passwordLocker

Running the app

  • To run the app, open the passwordLocker in terminal and run the command below:
    • chmod +x account.py
    • ./account.py

Technologies used

  • Python3.8

known bugs

No known bugs

Contact info

Licence

MIT License

Copyright (c) 2020 George Kilewa

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This project is a python application that manages login and signup details for different users. users can create accounts with passwords and the app will store them so they can use them to login to their accounts any other time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages