Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilsonkinyua/pass-lock
Password Locker is a terminal run python application that allows users to store details i.e. usernames and passwords of their various accounts credentials.
https://github.com/wilsonkinyua/pass-lock
pip python3 terminal terminal-based
Last synced: 24 days ago
JSON representation
Password Locker is a terminal run python application that allows users to store details i.e. usernames and passwords of their various accounts credentials.
- Host: GitHub
- URL: https://github.com/wilsonkinyua/pass-lock
- Owner: WilsonKinyua
- Created: 2021-09-02T17:27:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T16:08:33.000Z (about 3 years ago)
- Last Synced: 2024-11-11T14:50:20.465Z (3 months ago)
- Topics: pip, python3, terminal, terminal-based
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Locker
#### Created By Wilson Kinyua Muthoni on 03-09-2021
### Description
Password Locker is a terminal run python application that allows users to store details i.e. usernames and passwords of their various accounts credentials.
## Setup Requirements
- Git
- Python3.8
- Pip### Running the Application and cloning the repository
In your terminal:
```
git clone https://github.com/WilsonKinyua/pass-lock.git
``````
cd pass-lock
``````
chmod +x run.py
``````
./run.py
```### Technologies Used
- Python3.8
## Known Bugs
So far so good there are no bugs related to this project
## Support and contact details
To make a contribution to the code used or any suggestions you can click on the contact link and email me your suggestions.
- Email: [email protected]
- Phone: +254717255460## License
Copyright (c) 2021 Moringa school
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files , 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.