Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 48 online users. » 0 Member(s) | 38 Guest(s) Bing, Google, Facebook, Applebot, Mojeek, AOL
|
Latest Threads |
how to export a dictionar...
Forum: GUI
Last Post: RonR
1 hour ago
» Replies: 0
» Views: 44
|
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
8 hours ago
» Replies: 10
» Views: 29,261
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 4
» Views: 9,359
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 227
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 667
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 255
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 843
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,104
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,335
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,702
|
|
|
Kivy problem |
Posted by: Yonu - Oct-30-2020, 03:49 PM - Forum: GUI
- No Replies
|
 |
[python]from kivy.uix.layout import Layout
from kivy.uix.image import Image
from kivy.uix.behaviors import ButtonBehavior
from random import shuffl..... More
|
|
|
pygame blit() method |
Posted by: syafiq14 - Oct-30-2020, 12:08 AM - Forum: Game Development
- Replies (1)
|
 |
why when I put the second argument of the blit() method with surf.get_rect() the image becomes in the upper left corner of the screen? When I change t..... More
|
|
|
Example of guizero ListBox |
Posted by: jreebel - Oct-29-2020, 06:18 PM - Forum: GUI
- Replies (1)
|
 |
I just started using guizero in a game I am developing using pygame. It took some experimentation to get the ListBox to do what I wanted (it's in a d..... More
|
|
|
Entry problem |
Posted by: DPaul - Oct-29-2020, 09:24 AM - Forum: GUI
- Replies (5)
|
 |
Hi,
I have an app with a simple Tkinter GUI. It has an Entry box, where the user can type something or not.
[python]
entryText1 = Entry(root, width =..... More
|
|
|
|