| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,265
» Latest member: Rerus3700
» Forum threads: 38,788
» Forum posts: 175,851
Full Statistics
|
| Online Users |
There are currently 26 online users. » 1 Member(s) | 23 Guest(s) Bing, Google, arunmozhi
|
|
|
| Get name of command button |
|
Posted by: Heyjoe - Dec-07-2020, 08:45 PM - Forum: GUI
- Replies (3)
|
 |
[python]
import tkinter as tk
root = tk.Tk()
myfont = "helvitica 25"
mybg = "light sky blue"
myheight = 4
mywidth = 60
myheight2 = 6
mywidth..... More
|
|
|
| Django |
|
Posted by: safakatar38 - Dec-07-2020, 08:40 AM - Forum: Web Scraping & Web Development
- Replies (1)
|
 |
Hello everyone. First of all ı'm from Turkey and if my english is bad I'm sorry. I've been learning html,css, js(little bit) and django since 3 months..... More
|
|
|
| Collatz-problem |
|
Posted by: CaptainNeemo - Dec-07-2020, 08:14 AM - Forum: Homework
- Replies (2)
|
 |
Dear forum,
I got a question to my function below:
The problem is the return value of tau() is integer usually, but if I call tau() from test() th..... More
|
|
|
| bin, hex, dec?? |
|
Posted by: jackmartin - Dec-06-2020, 04:51 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi guys, I'm trying to read and proceed a hex-file.
When I open it in Notepad++ using an HEX-View-plugin, the content looks like this:
01 cc 81 00 0..... More
|
|
|
| [gtk] Image area and DND |
|
Posted by: cyrille - Dec-06-2020, 01:17 PM - Forum: GUI
- No Replies
|
 |
Hi
I would like to define areas of various shapes within an image and interpret them in python in a GTK application
Ex: a man in an main side and..... More
|
|
|
| ezdxf |
|
Posted by: Mati_1 - Dec-06-2020, 11:48 AM - Forum: GUI
- Replies (1)
|
 |
Hi,
How can I create window (using tkinter) with .dxf file inside this window?
Something like:
" import ezdxf
from tkinter import *
aaa = "..... More
|
|
|
| index error |
|
Posted by: surim - Dec-05-2020, 09:51 AM - Forum: General Coding Help
- Replies (4)
|
 |
I don't know why these codes makes error message.
Please help me
[python]def dynamic_sort©:
C.sort(key = lambda x: x[1])
n = len(C..... More
|
|
|
| Get text from tooltip |
|
Posted by: 1etlen - Dec-05-2020, 08:55 AM - Forum: GUI
- Replies (2)
|
 |
Hi all! I want to automatize a process. If I use an application on windows and I hover mouse over an icon appear a little yellow rectangle. (tooltip m..... More
|
|
|
|