Skip to content
/ Kelimax Public

Kelimax is a word list generator that is based on Python.

License

Notifications You must be signed in to change notification settings

aaamet/Kelimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kelimax

A word list generator based on Python language.

What can Kelimax do?

It takes any character and outputs every possible combination with those characters into a text file. The length of the combinations can be adjusted and a range of lengths can be selected.

How to download and launch Kelimax

git clone https://github.com/aaamet/Kelimax
cd Kelimax/
python3 start.py

Note: This program should work on any machine with Python3 installed, but (if you haven't done so) you may need to install 'requests'.