An open API service indexing awesome lists of open source software.

https://github.com/lekenecedric/python_passwordgenerator


https://github.com/lekenecedric/python_passwordgenerator

generator makefile password password-generator python python-password-generator

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Python password Generator
========================

This project is a tool that will allow you to generate random passwords according to the size you choose and the needs (uppercase, lowercase, symbols, numbers)

---------------

after cloning the project locally, move to the directory to be able to perform all operations

Installation
============
To install all project dependancies , currently there is no dependancy

```
make init
```

---
Run
===

```
make run
```

---------------

If you want to ocntribute ``setup.py``

Preview
===
![alt text](./docs/img/s1.png)
![alt text](./docs/img/s2.png)
![alt text](./docs/img/s3.png)
![alt text](./docs/img/s4.png)
![alt text](./docs/img/s5.png)