wie man versteckte Ordner Python macht
import os
os.mkdir(".name_of_folder")
Alex Teodor IT
import os
os.mkdir(".name_of_folder")