Skip to content

nishowsan/pyshort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyshort

A python short code generator using predefined string and size . uses basiacally the random and string modules of python .

How to install

It is already at PyPi so just pip install pyshort

Usage

import pyshort as ps
print(ps.short())
# define size
print(ps.short(size=7))
# define code
code = 'abcdefghijklmnop'
print(ps.short(code=code))
# define extra
print(ps.short(extra_string='@!#$%^&'))

That's it ...

About

A python short code generator using predefined string and size .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages