Skip to content

vispi-sm/Patternate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patternate

Want screenlock pattern ideas for your device ? Try these out

python3 permutations.py 4

The above will randomly give you a pattern idea having the mentioned length, in this case 4.
The maximum length can be 8
It will also show the steps for drawing the pattern

python3 pcombs.py 4

This will show all patterns of mentioned length, in this case 4.
The maximum length can be 8
However, it will not show the steps.
If you are specifically interested in any of the patterns shown here, remember the alphabetic string shown above the pattern and move to the next example

python3 getMap.py bcfedgh

This will show the steps for forming the pattern which is created using the mentioned alphabetic string, in this case bcfedgh

About

Want Screenlock pattern ideas for your device ? Have a look here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%