https://github.com/qloha/randomstr
Generates a random string of your length choice.
https://github.com/qloha/randomstr
Last synced: 9 months ago
JSON representation
Generates a random string of your length choice.
- Host: GitHub
- URL: https://github.com/qloha/randomstr
- Owner: qloha
- License: mit
- Created: 2024-10-17T01:34:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T01:35:24.000Z (over 1 year ago)
- Last Synced: 2025-08-21T19:48:16.196Z (10 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RandomStr
Generates a random string of your length choice.
## How to install:
To install this package, run ```pip install randomstr```
## Tutorial
You can use it's generate function to generate a random string, and you can choose it's length
```
import randomstr
randomstr.generate(6)
```
### For the full documentation, please visit https://qloha.github.io/randomstr