018 019 020 zu mp3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import hashlib, uuid, random, string
|
||||
import hashlib, uuid, random, string, sys
|
||||
|
||||
def anki_guid1(text: str) -> str:
|
||||
#return hashlib.sha1(text.encode('utf-8')).hexdigest()[:10]
|
||||
@@ -35,4 +35,4 @@ def anki_guid(text: str) -> str:
|
||||
return ''.join(chars)
|
||||
|
||||
|
||||
print(anki_guid("ich und du"))
|
||||
print(anki_guid(sys.argv[1]))
|
||||
|
||||
Reference in New Issue
Block a user