21.04.25
This commit is contained in:
@@ -6,7 +6,7 @@ from xml.dom.minidom import Element
|
||||
from pydub.effects import normalize
|
||||
|
||||
#Lese eine Datei
|
||||
with open('Uebersicht_der_Wörter_20250419.txt', 'r', encoding='utf-8') as input_file:
|
||||
with open('Uebersicht_der_Wörter_20250421.txt', 'r', encoding='utf-8') as input_file:
|
||||
for line in input_file:
|
||||
tmp = line.split('\t')[2]
|
||||
nr = line.split('\t')[0]
|
||||
|
||||
Reference in New Issue
Block a user