mirror of
https://github.com/rjNemo/pass-gen
synced 2026-06-06 02:26:42 +00:00
No description
| .vscode | ||
| app | ||
| tests | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| LICENSE.md | ||
| Makefile | ||
| Pipfile | ||
| Pipfile.lock | ||
| psswd.txt | ||
| README.md | ||
| setup.cfg | ||
| test.txt | ||
PassGen
A simple password generator command line interface.
Stories
- As a user I want to generate a random secure password to protect my personal accounts
- Minimal length
- Include symbols
- Include numbers
- As a user I want the generated password to be copied to the clipboard
- As a user I want the generated password to be saved to a file
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Installing
Clone the project repository
git clone https://github.com/rjNemo/pass-gen
Install dependencies
pipenv install
Run it using:
make cli
Find more information about available commands running
make help
Running the tests
make test
Built With
- Typer - Typer, build great CLIs. Easy to code. Based on Python type hints
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Ruidy - Initial work - Ruidy
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details