Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s1ntaxe770r/securepass_api

an API for generating secure passwords
https://github.com/s1ntaxe770r/securepass_api

api flask password-generator python

Last synced: about 6 hours ago
JSON representation

an API for generating secure passwords

Awesome Lists containing this project

README

        

# Securepass_Api ![Python application](https://github.com/s1ntaxe770r/Securepass_Api/workflows/Python%20application/badge.svg)

an API for generating secure passwords

# How to Run

- clone the repo

- Activate the virtual enviroment
- Linux : ` source env/bin/activate `
- Windows : ` env\Scripts\Activate`

- Install the dependencies
- ` pip install -r requirements.txt `

- Run the app
- ` Python app.py `

## Endpoints

* /generate
* ### Methods: GET

Returns a password of 16 characters

* /generate/\/

* ### Methods: GET

Returns a password of the specified size

## consider leaving a :star: