mirror of
https://github.com/9001/copyparty.git
synced 2025-10-29 02:53:47 +00:00
19 lines
217 B
Python
Executable File
19 lines
217 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import sys
|
|
import keyfinder
|
|
|
|
"""
|
|
dep: github/mixxxdj/libkeyfinder
|
|
dep: pypi/keyfinder
|
|
dep: ffmpeg
|
|
|
|
note: cannot fsenc
|
|
"""
|
|
|
|
|
|
try:
|
|
print(keyfinder.key(sys.argv[1]).camelot())
|
|
except:
|
|
pass
|