https://github.com/hemmouda/pswd
Python script for password generation
https://github.com/hemmouda/pswd
auto copy generate generation password python quick random script
Last synced: 6 months ago
JSON representation
Python script for password generation
- Host: GitHub
- URL: https://github.com/hemmouda/pswd
- Owner: hemmouda
- License: mit
- Created: 2025-03-22T17:27:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T17:48:39.000Z (11 months ago)
- Last Synced: 2025-07-18T19:16:34.300Z (7 months ago)
- Topics: auto, copy, generate, generation, password, python, quick, random, script
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pswd 
A simple python script that generates random passwords for you.
## Examples:
### Simple usage:
```console
$ pswd
```
### An 8-char long password with no special characters:
```console
$ pswd -l 8 --no-special
```
### Hide the password output (it'll still be copied to the clipboard):
```console
$ pswd --hide
```
### For more details:
```console
$ pswd --help
```
## How-to:
1. Put the [**pswd**](pswd) script with your other **bin**aries, or in a separate folder, but then don't forget
to include that folder to your **PATH** variable (There are plenty of resources out there if you don't know how to do the latter)
3. Add execution rights to it: ```$ chmod u+x pswd```
4. Rehash to use instantly: ```$ rehash```
## Requirments:
- `python 3.10` or greater
- `pyperclip` module if you want the copying functionality