Python Forum

Full Version: Insert CSV - GUI Window
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

I'm new to this pyhton world.I have a small work to do as in the attached picture.

In a GUI window it must show the Excel file "CSV file" by importing it. It must show the scroll bars as well.
When the print command button clicks it must print the corresponding number against the location.

Sample GUI

Any guide how to start it?

Thanks
(Feb-27-2023, 07:51 AM)menator01 Wrote: [ -> ]A couple of links from duckduckgo
https://www.python.org/about/gettingstarted/
https://www.w3schools.com/python/

Thanks. But I need an example of importing an excel sheet to a Tkinter GUI. Can you share some code or example of doing it..!!
Prasanjith Wrote:Can you share some code or example of doing it..!!
Google is your friend!
Google 'load excel spreadsheet into tkinter gui python'
Returns many videos and other tutorials