Skip to content

Instantly share code, notes, and snippets.

View evildaemond's full-sized avatar
🏳️‍🌈

Adam Jon Foster evildaemond

🏳️‍🌈
View GitHub Profile
@evildaemond
evildaemond / makekey.py
Last active January 5, 2024 09:14 — forked from tdfischer/makekey.py
Schalge 5 Cylinder Key Generatorhttps://noisebridge.net/wiki/Key_Milling
#!/usr/bin/env python3
# makekey.py - A key making tool
# This program will accept a pin configuration for a Lockwood 6 Pin lock and produce GCode to mill out the corresponding key.
#
# For example, this will produce a bump key:
# $ ./makekey.py 999999
#
# This could produce a key to something else:
# $ ./makekey.py 123456
#