Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Bomberman
Post: Bomberman

Hello im making a game for my a-level programming project. its a recreation of the game ; bomberman. im going to need a lot of assistance but i just dont know where to start. any pointers on a good st...
arbondioxide Game Development 1 2,077 Feb-06-2020, 10:29 AM
    Thread: GUI
Post: RE: GUI

Thankyou sir. what do i put inside the function to make it so when i click a button it opens a new window
arbondioxide GUI 3 2,204 Jan-23-2020, 10:13 AM
    Thread: GUI
Post: GUI

Hello, im creating a code for main menu for a game. Im using tkinter and want to make my buttons open a new window and so on . Basically making my buttons do something when pressed. any answers? from...
arbondioxide GUI 3 2,204 Jan-21-2020, 02:51 PM
    Thread: Tkinter
Post: RE: Tkinter

(Oct-11-2019, 03:12 PM)joe_momma Wrote: from tkinter import * def main_screen(): screen.geometry("300x250") screen.title("Notes 1.0") Label(text = "Notes 1.0", bg = "grey", font = ("Arial", 13)).pa...
arbondioxide GUI 7 3,666 Oct-11-2019, 03:31 PM
    Thread: Tkinter
Post: RE: Tkinter

(Oct-10-2019, 10:52 PM)Yoriz Wrote: Change def main_screen(): screen = Tk() ... Button(text = "Register").pack() mainscreen.mainloop() to def main_screen(): screen = Tk() ... Button(text = "Register...
arbondioxide GUI 7 3,666 Oct-11-2019, 06:57 AM
    Thread: Tkinter
Post: RE: Tkinter

(Oct-10-2019, 08:11 PM)Yoriz Wrote: What sort of problems are you having? Paste the code that is giving problems in code tags and any errors in error tags. from tkinter import * def main_screen(): ...
arbondioxide GUI 7 3,666 Oct-10-2019, 08:45 PM
    Thread: Tkinter
Post: Tkinter

Hello i am a recently new programmer. An A-Level student who is having problems with using tkinter. Im using Python 3.74 which already has tkinter built in . But not sure how to use it that well. Im t...
arbondioxide GUI 7 3,666 Oct-10-2019, 07:18 PM

User Panel Messages

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