Speichern Sie die Datei in Windows Hidden Ordner Python
import os
os.system( "attrib +h myFile.txt" )
Energetic Elephant
import os
os.system( "attrib +h myFile.txt" )