import win32con, win32api file = 'myfile.txt' # can be any extension win32api.SetFileAttributes(file,win32con.FILE_ATTRIBUTE_HIDDEN)