Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Tkinter won't run my simple function
Post: RE: Tkinter won't run my simple function

(May-02-2022, 05:22 AM)ndc85430 Wrote: Are you passing the arguments to insert in the right order? The error message it telling you something about the arguments is wrong (the TclError in the trace...
AthertonH GUI 6 3,973 May-02-2022, 11:09 PM
    Thread: Tkinter won't run my simple function
Post: RE: Tkinter won't run my simple function

(May-02-2022, 04:42 AM)menator01 Wrote: Here is something for you to work with. import tkinter as tk from random import choice def eightball(box): box.delete('1.0', tk.END) responses = ["It...
AthertonH GUI 6 3,973 May-02-2022, 11:09 PM
    Thread: Tkinter won't run my simple function
Post: RE: Tkinter won't run my simple function

import random """A simple 8 ball program. Will develop a GUI to further my knowledge in the future.""" responses = ["It is certain.", "It is decidedly so.", "Without a dou...
AthertonH GUI 6 3,973 May-02-2022, 02:54 AM
    Thread: Tkinter won't run my simple function
Post: Tkinter won't run my simple function

Hey guys, I'm trying to make a magic 8 ball interface using Tkinter. I'm fairly new to coding, and I guess you could say this is my first "personal" project without having to use tutorials or read any...
AthertonH GUI 6 3,973 May-02-2022, 02:52 AM
    Thread: New to python, trying to make a basic calculator
Post: RE: New to python, trying to make a basic calculat...

(Apr-14-2022, 10:17 AM)buran Wrote: Check https://python-forum.io/thread-121.html Also better use if/elif instead of multiple separate ifs Awesome, thank you!
AthertonH General Coding Help 2 1,162 Apr-14-2022, 03:33 PM
    Thread: New to python, trying to make a basic calculator
Post: New to python, trying to make a basic calculator

Hey, so I've got this piece of code that I put together that is pretty simple. However, when I execute the code it executes all the if statements instead of one. I know it has to be something wrong wi...
AthertonH General Coding Help 2 1,162 Apr-14-2022, 09:52 AM
    Thread: New to python, question regarding PEP8
Post: RE: New to python, question regarding PEP8

Awesome, thanks for your help!
AthertonH General Coding Help 3 1,527 Apr-14-2022, 01:32 AM
    Thread: New to python, question regarding PEP8
Post: New to python, question regarding PEP8

definitions = { "For loops": "For loops allow you to run a block of code repeatedly, just like while loops. However, for loops run " "a block of code a set number of times.", "Function...
AthertonH General Coding Help 3 1,527 Apr-13-2022, 11:40 PM

User Panel Messages

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