Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: I can't open a python file :(
Post: RE: I can't open a python file :(

Hello. I think something must be disabling you from opening it. Maybe try and open the Python Idle, select "Recent Files" and click the python program you want to open. Have you tried this?
pythonprogrammer1101935 General Coding Help 2 2,999 Mar-28-2021, 11:00 PM
    Thread: I can't open a python file :(
Post: RE: I can't open a python file :(

Hello. I think something must be disabling you from opening it. Maybe try and open the Python Idle, select "Recent Files" and click the python program you want to open. Have you tried this?
pythonprogrammer1101935 General Coding Help 2 2,999 Mar-28-2021, 10:59 PM
    Thread: Tkinter guide?
Post: RE: Tkinter guide?

Then what would be the point of using it as a function?
pythonprogrammer1101935 GUI 16 6,948 Mar-27-2021, 04:22 PM
    Thread: Continue command in python tkinter?
Post: RE: Continue command in python tkinter?

Nothing is impossible. And I don't know what you mean on what you're saying anyway.
pythonprogrammer1101935 GUI 7 8,474 Mar-27-2021, 03:52 AM
    Thread: Continue command in python tkinter?
Post: RE: Continue command in python tkinter?

Hi MLG Potato! I figured how to solve your problem, I hope you are fine with the code being like this: def A(): def B(): print("Hello World") button = Button(window, text="BOOM!", command=B) b...
pythonprogrammer1101935 GUI 7 8,474 Mar-26-2021, 09:50 PM
    Thread: Tkinter guide?
Post: RE: Tkinter guide?

Hi! I saw you wanted to resize the tkinter gui window to full screen so I came here to help. It's very simple, it only takes one line! First you need to see how wide and tall your computer is. Ex: 100...
pythonprogrammer1101935 GUI 16 6,948 Mar-26-2021, 09:10 PM
    Thread: How to create a simple GUI
Post: RE: How to create a simple GUI

Hi there GRS26! **cool** I know how to make a simple Gui so I wanted to help you! Normally I use tkinter, it's an easy library in Python. To import the library type this code in your first line of co...
pythonprogrammer1101935 GUI 7 3,635 Mar-26-2021, 09:04 PM
    Thread: Lists + Empty Lists
Post: RE: Lists + Empty Lists

Hello Pytho13!! **smile** **blush** , I hope you are well. I know how to solve this problem! Make a for loop, with the i starting from 1 and ending to 4. Code: for i in range(5): And inside the loo...
pythonprogrammer1101935 General Coding Help 15 5,507 Mar-26-2021, 08:52 PM

User Panel Messages

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