Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 498 online users. » 1 Member(s) | 491 Guest(s) Apple, Bing, Google, Yandex, Google Image, jorgeallwin32
|
|
|
locateOnScreen Issues |
Posted by: Tio_RaRa - Oct-13-2024, 01:09 PM - Forum: General Coding Help
- No Replies
|
 |
Hello Everyone! This is my first post here, so be gentle. I'm trying to teach myself Python and have almost finished my first "project", but I've ru..... More
|
|
|
Help to fix my Temporizer |
Posted by: Mike15 - Oct-12-2024, 10:40 PM - Forum: GUI
- Replies (4)
|
 |
I need help getting my timer to work.
This timer, when started, will have a decreasing time of 2 minutes, and when it reaches time 00:01 it will au..... More
|
|
|
Make a list |
Posted by: learningpythonherenow - Oct-11-2024, 10:49 AM - Forum: General Coding Help
- Replies (1)
|
 |
Sorry for this format, just trying to figure this out.
i'm trying to take a string including many of (words, numbers, empty spaces, empty lines, multi..... More
|
|
|
Python 3 advice |
Posted by: Shrubbery - Oct-10-2024, 04:39 AM - Forum: General Coding Help
- No Replies
|
 |
Hello. I have been doing online Python 3 tutorials for some time now. And have learned quite a bit about variables, functions and loops, even lists, t..... More
|
|
|
Help for Tiktok Script |
Posted by: Jasson187512 - Oct-09-2024, 08:42 AM - Forum: General Coding Help
- No Replies
|
 |
Does anyone have a Tiktok follower script or can someone make one for me? I felt like I looked all over the internet and couldn't find anything
|
|
|
Stuck on Error |
Posted by: parulkuls26 - Oct-09-2024, 04:11 AM - Forum: General Coding Help
- Replies (1)
|
 |
After running the below code
# Fitting the model and running the model for 10 epochs history4 = model4.fit( train_images, train_labels, epochs = 10..... More
|
|
|
Dice Rolling Simulator |
Posted by: laurawoods - Oct-08-2024, 07:02 AM - Forum: Homework
- Replies (1)
|
 |
[code]import random
def roll_dice():
"""Rolls two six-sided dice and returns the sum."""
die1 = random.randint(1, 6)
die2 = random.randint..... More
|
|
|
Output on displaying on GUI |
Posted by: pytogui - Oct-05-2024, 02:50 PM - Forum: GUI
- Replies (1)
|
 |
I am facing an issue regarding my gui built using pyqt5. It is four button gui that clicks the button on count of 3 eye blinks and changes focus on 2 ..... More
Attached Files
newpygui.py (Size: 20.91 KB / Downloads: 107)
|
|
|
Merge list |
Posted by: Simso - Oct-03-2024, 09:53 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hi,
how merge the first item of one list with the first item of another list.
first list:
D,B,C,
second list
5,2,7,
result should be
..... More
|
|
|
|