Skip to content Skip to sidebar Skip to footer
Showing posts with the label Filenames

Tkinter - Retrieve File Name During Askopenfile

I have a text editor made with Python and tkinter. This is my 'open file' method: def onOpe… Read more Tkinter - Retrieve File Name During Askopenfile

Python 2.7: Read File With Chinese Characters

I am trying to analyze data within CSV files with Chinese characters in their names (E.g. '粗1 2… Read more Python 2.7: Read File With Chinese Characters