Exercise: Tk - Convert between CSV and Excel files


  • Write a Tk-based application that can convert CSV to Excel and Excel to CSV.
  • Select an existing .csv file or .xlsx file
  • Select a filename for output
  • Click a button to convert
  • Have a place for messages or use pop-up message windows.