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

Hi, here is my code : import pygame pygame.init() screen = pygame.display.set_mode((1000,750)) vie = True clock = pygame.time.Clock() x = 50 y = 50 points_x = [500] points_y = [375] clock = pygame....
Ditrate40 GUI 1 2,298 Jan-12-2019, 06:42 PM
    Thread: Python - Tkinter
Post: RE: Python - Tkinter

Hi again, I download Pygame. But I saw somewhere that it was impossible, like Tkinter, to run it without the Window (everywhere in every window (like Firefox ...)). Is it true ? Thanks
Ditrate40 GUI 10 7,195 Dec-09-2018, 04:39 PM
    Thread: Python - Tkinter
Post: RE: Python - Tkinter

Thanks ! It hides the window... But, the program don't run if I click somewhere else ... So, have you any idea ? Thanks !
Ditrate40 GUI 10 7,195 Dec-09-2018, 11:40 AM
    Thread: Python - Tkinter
Post: RE: Python - Tkinter

Ok thanks ! Yes, the program works well. But, I want to make my own "shortcut" with Python. Like, when the users is surfing on Internet, he wants to open a "Notepad" so (First of all he start the pro...
Ditrate40 GUI 10 7,195 Dec-08-2018, 12:35 PM
    Thread: Python - Tkinter
Post: RE: Python - Tkinter

So, can we run it in bottom task ? Here is my new program : from tkinter import * root = Tk() def ecrire(event): print(event.char, end = "") root.bind('a', ecrire) root.bind('b', ecrire) root...
Ditrate40 GUI 10 7,195 Dec-07-2018, 01:36 PM
    Thread: Python - Tkinter
Post: Python - Tkinter

Hi, I'm doing Python with Tkinter. So, I've a program : from tkinter import * root = Tk() def fonction(event): print(event) root.bind('a', fonction) root.bind('b', fonction) root.m...
Ditrate40 GUI 10 7,195 Dec-06-2018, 05:53 PM

User Panel Messages

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