✅ Web app online ✅ See our Free API
Password generator written in Python that generates random passwords with uppercase and lowercase letters, digits, and punctuation.
Run ipassword on bash or CMD with python and one single line command
Make sure you have Python installed on your system. This script has been tested with Python 3.
-
Clone or download this repository to your computer.
-
Navigate to the directory where the
ipassword.py
file is located. (CLI/ipassword.py) -
Run the script by passing the desired number of characters as an argument. For example:
python ipassword.py --num 12
or
python ipassword.py -n 12
This will generate a 12-character password and display it in the terminal.
--num
or-n
: Specifies the number of characters in the password.
python ipassword.py --num 16
Acess now: https://ipassword.vercel.app/ 🔑
Connect your app with a fast and secure password generator
DEMO: https://ipassword-api.vercel.app/generate/8
How it works:
https://ipassword-api.vercel.app/generate/<number of characters to create the password>
https://ipassword-api.vercel.app/status
https://ipassword-api.vercel.app/about
just one GET method to generate a new and random secure password, try it now:
- Parameters for developers
- ?symbols=true // ?symbols=false
- ?uppercase=true // ?uppercase=false
- ?numbers=true // ?numbers=false