Python Forum
Insert CSV - GUI Window - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Insert CSV - GUI Window (/thread-39491.html)



Insert CSV - GUI Window - Prasanjith - Feb-27-2023

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


RE: Insert CSV - GUI Window - menator01 - Feb-27-2023

A couple of links from duckduckgo
https://www.python.org/about/gettingstarted/
https://www.w3schools.com/python/


RE: Insert CSV - GUI Window - Prasanjith - Feb-27-2023

(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..!!


RE: Insert CSV - GUI Window - Larz60+ - Feb-27-2023

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