018 019 020 zu mp3

This commit is contained in:
2025-05-31 19:47:07 +02:00
parent fbfc38e9e5
commit 7574870c84
119 changed files with 66 additions and 147 deletions

View File

@@ -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]))