Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python - Tkinter : How can I send path Excel from GUI to scripte
Post: Python - Tkinter : How can I send path Excel from ...

Hello Guys I have a script and Now I'm Build Interface in that script: The Script work by data from Excel: After upload and click start : I need to send Path Excel to Script meaning to another modul...
johnjh GUI 2 4,393 Apr-24-2020, 01:06 PM
    Thread: How can import variable beteen classes in same module
Post: How can import variable beteen classes in same mod...

I need to import this path variable from first class to another classes, this is my code: import openpyxl class Excell(): global path def send_message(self, data): global path ...
johnjh GUI 1 1,995 Apr-18-2020, 09:27 PM
    Thread: tkinter How to pass label fiilename to another module?
Post: tkinter How to pass label fiilename to another mod...

This is work fine if I pass entry but I don't understand how to do it in label filename. this is same example to pass entry to another function https://www.raspberrypi.org/forums/viewt...p?t=195973: ...
johnjh GUI 0 2,050 Apr-17-2020, 11:34 PM
    Thread: Tkinter - I need to read file excel from GUI app to script file
Post: Tkinter - I need to read file excel from GUI app t...

I have an app by Tkinter Controll.py this is my code : import os from tkinter import * from tkinter import ttk from tkinter import filedialog root = Tk() root.title("Fisrt") ttk.Label(root, text="Ad...
johnjh GUI 0 10,810 Apr-17-2020, 08:14 PM
    Thread: Tkinter - I have problem after import varaible or function from aGUI to script
Post: RE: Tkinter - I have problem after import varaible...

Thank you for suggested I have the basic problem can you read it : https://python-forum.io/Thread-Tkinter-T...#pid110939
johnjh GUI 2 2,647 Apr-17-2020, 08:12 PM
    Thread: Tkinter - I have problem after import varaible or function from aGUI to script
Post: Tkinter - I have problem after import varaible or ...

I have GUI Tkinter code as aGUI.py : import os from tkinter import * from tkinter import ttk root = Tk() root.title("APP") scripte = ttk.Button(root, text="Run") scripte.grid(row=3, column=2, column...
johnjh GUI 2 2,647 Apr-17-2020, 05:23 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020