Password and key generating tool
Project description
Keygener a easy to use password or key generater
Functionality of Keygener
- Generate unique Keys
- Generate unique Passwords
- Pick Random Number from a list of numbers
Usage
- Make sure you have Python installed in your system.
- Run Following command in the CMD.
pip install Keygener
Keygener has 3 functions that you can use
-
- genKey(length of the key you need to generate)
-
- genPass(length of the Password you need to generate)
-
- pickRan(list('12345678'),How much values you need to pick)
Example
# genKey()
import keygener
keygener.genKey(10)
- Out put
XV6gmjB5CV
genPass()
import keygener keygener.genPass(20)
- Out put ±j/U?f,I4hv%L{V7§^ez
# pickRan()
import keygener
keygener.pickRan(list('1234567890',2)
- Out put
26
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Keygener-0.2.tar.gz
(2.7 kB
view hashes)