Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 42 online users. » 1 Member(s) | 38 Guest(s) Bing, Google, AOL, Pedroski55
|
Latest Threads |
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: SpongeB0B
10 minutes ago
» Replies: 0
» Views: 9
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
5 hours ago
» Replies: 4
» Views: 1,988
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 409
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,044
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,100
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 769
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,074
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,518
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,094
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,554
|
|
|
pygetwindow help |
Posted by: metro17 - Feb-11-2020, 05:53 AM - Forum: General Coding Help
- No Replies
|
 |
[python]>>> import pyautogui as pag
>>> import pygetwindow as gw
>>> import os
>>> pag.pause = 2
>>> pag.FAILSAFE = True
>>> os.startfile(r"C:\Pr..... More
|
|
|
timer makes my qmessagebox crash |
Posted by: darktitan - Feb-10-2020, 08:13 PM - Forum: GUI
- Replies (17)
|
 |
Hi
I made a timer program. Where you write the time in some text boxes and when the clock hits that time
it should show a messagebox. But my problem..... More
|
|
|
Class problem |
Posted by: duckduck23 - Feb-10-2020, 06:15 PM - Forum: General Coding Help
- Replies (2)
|
 |
Does anyone help me fix bugs here?
It works well when I type a.seqtosymbols() first and then a.periods().
But what I want to do is to call a.periods..... More
|
|
|
elif vs. if |
Posted by: mortarm - Feb-10-2020, 03:32 PM - Forum: Homework
- Replies (4)
|
 |
Greetings:
Not a problem, just a query. Why should I use elif instead of multiple ifs? I wrote a simple program that u..... More
|
|
|
Unicode problem |
Posted by: Hobson - Feb-10-2020, 10:47 AM - Forum: General Coding Help
- Replies (4)
|
 |
I need to update one system with data from another. The source file uses utf-8 encoding and the destination system requires iso-8859-1 encoding. No ..... More
|
|
|
Random fortune |
Posted by: jackthechampion - Feb-10-2020, 05:23 AM - Forum: General Coding Help
- Replies (1)
|
 |
Im making a random fortune teller for my class this is what I have so far can someone fix it for me? Also if you could make it 10 fortunes it needs to..... More
|
|
|
|