User Profile
Collapse
-
boby replied to how to get a file name or file path after clicking a button and display the content iin Pythonthnku for ur reply@dwblas... sir actually im new to this..and got stuck...bt i want to print the file name or file path when i select the file and the content shld b printed on the text box automatically.. .plzz help if u can...thnku -
boby started a topic how to get a file name or file path after clicking a button and display the content iin Pythonhow to get a file name or file path after clicking a button and display the content i
how to select a file name or file path after clicking a button and display that file name in entry box and also diaplaying the content of file in the text box?
plzz help.
im using tkinter for gui
thanku in advance -
boby replied to how to get a file name or file path after clicking a button and display the content iin Pythonhow to get a file name or file path after clicking a button and display the content i
how to select a file name or file path after clicking a button and display that file name in entry box and also diaplaying the content of file in the text box?
plzz help.
im using tkinter for gui
thanku in advanceLeave a comment:
-
boby started a topic how to get a file name or file path after clicking a button and display the content iin Pythonhow to get a file name or file path after clicking a button and display the content i
#from tkinter.scrolle dtext import ScrolledText
from tkinter import *
import tkinter as tk
import tkinter.filedia log
from tkinter.filedia log import askopenfilename
Title_font = ("Comic Sans MS",20,"bold" )
Sub_font =("Comic Sans MS",15,"bold" )
Nor_font = ("Calibri",1 5)
class SampleApp(tk.Tk ):
def __init__(self,...
No activity results to display
Show More
Leave a comment: