Skip to content

fellowapp/mudder-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mudder-py

GitHub Workflow Status (main) PyPI PyPI - Python Version License Fellow Careers

This library is a port of fasiha/mudderjs to Python.

From the original readme:

Generate lexicographically-spaced strings between two strings from pre-defined alphabets.

This technique is also known as fractional indexing.

Example

Usage is nearly identical to the original:

from mudder import SymbolTable

hex_ = SymbolTable('0123456789abcdef')
hexstrings = hex_.mudder('ffff', 'fe0f', num_strings=3)
print(hexstrings)
# ['ff8', 'ff', 'fe8']

About

Python port of fasiha/mudderjs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages