| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,261
» Latest member: SledgeNE
» Forum threads: 38,787
» Forum posts: 175,849
Full Statistics
|
| Online Users |
There are currently 35 online users. » 0 Member(s) | 25 Guest(s) Google, Mojeek, Bing, Facebook Dev, Applebot, AOL
|
|
|
| Locate QR code on a page |
|
Posted by: Pedroski55 - Jan-21-2021, 06:46 AM - Forum: General Coding Help
- No Replies
|
 |
I put a QR code on a page (actually top right corner, but with say about 1cm from the edges of the page)
This code (found on stackoverflow) successfu..... More
|
|
|
| where is user cp button??? |
|
Posted by: rocket777 - Jan-21-2021, 12:15 AM - Forum: Board
- Replies (2)
|
 |
can't find the "user cp" that is the control panel. Nothing in the upper left corner, as the help says, looks like that. I want to verify that my emai..... More
|
|
|
| Button States |
|
Posted by: Oshadha - Jan-20-2021, 03:13 PM - Forum: GUI
- Replies (4)
|
 |
Script
[python]
from tkinter import *
root = Tk()
def my_fun():
#make the my_btn state disabled
#do some thing else
my_btn = Button(r..... More
|
|
|
| Making a colour field |
|
Posted by: Leo_Red - Jan-20-2021, 01:48 PM - Forum: GUI
- Replies (12)
|
 |
Hi, I was making a pixel editor in python using pygame. So, I was checking sites to how to do specific things before starting and I did not find a way..... More
|
|
|
| Opening new window |
|
Posted by: ifigazsi - Jan-20-2021, 12:36 PM - Forum: GUI
- Replies (2)
|
 |
Hi!
I have a window, but i want to open another one, upon pushing a button. (so both of them should be open simultaneously)
[python]
import sys..... More
|
|
|
| losing memory |
|
Posted by: antioch - Jan-19-2021, 10:06 PM - Forum: General Coding Help
- Replies (1)
|
 |
heres a script to detect and record sound that ive been hacking on for a while. it works great, except that its memory usage grows after every success..... More
|
|
|
| Buttons don't work |
|
Posted by: Heyjoe - Jan-19-2021, 07:10 PM - Forum: GUI
- Replies (3)
|
 |
I wrote the following program because I am trying to understand TKinter and classes.
I want the code to print "blue square" when I click the blue..... More
|
|
|
| What is the subscript error? |
|
Posted by: Oshadha - Jan-19-2021, 05:39 PM - Forum: GUI
- Replies (3)
|
 |
Really, Really long script,
[python]
from tkinter import *
main = Tk()
main.title("1. Unit & Dimentions")
#root.geometry("1600x800+0+0")
r..... More
|
|
|
| Cut and Paste |
|
Posted by: Oshadha - Jan-19-2021, 09:34 AM - Forum: General Coding Help
- Replies (3)
|
 |
I have these folders,
my folder
~|--assets
~|~~~|--logo.ico
~|script.py
script.py and assets are in my folder
logo.ico is in assets folder...... More
|
|
|
| While True Problem |
|
Posted by: StingingNeedles - Jan-19-2021, 02:56 AM - Forum: Homework
- Replies (8)
|
 |
I am new to python and I am trying some practice problems and I can get this one to work:
-Prompt user for an integer between 1 and 10 and re-prompt ..... More
|
|
|
|