| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,277
» Latest member: jackhunter
» Forum threads: 38,792
» Forum posts: 175,868
Full Statistics
|
| Online Users |
There are currently 25 online users. » 0 Member(s) | 21 Guest(s) Google, Bing, Apple
|
|
|
| Formatting |
|
Posted by: Kristenl2784 - Aug-04-2020, 05:09 PM - Forum: General Coding Help
- No Replies
|
 |
I'm trying to figure out how to format only A2:A9, and C2:C9, my header has it's own formatting.
I wrote this line of code and would like to use i..... More
|
|
|
| remove widget from other class |
|
Posted by: issac_n - Aug-04-2020, 04:44 PM - Forum: GUI
- Replies (2)
|
 |
How to remove widget from other class?
I have code below and wanted to use the "Remove" button to remove "fig_view2"??
the button and the fig_view2 ..... More
|
|
|
| string problem |
|
Posted by: Mathisdlg - Aug-04-2020, 03:32 PM - Forum: General Coding Help
- Replies (6)
|
 |
Hello everyone,
I'm a french programmer and I have a big problem.
I want to take only one side of this string but I don't now how to do.
[python]
..... More
|
|
|
| Center align |
|
Posted by: Kristenl2784 - Aug-03-2020, 04:09 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello,
Is there a way to center align ws3 cells as the values from ws1 get written into the ws3?
[python]
ws3[f'A{i+2}']=ws1['A1'].valu..... More
|
|
|
| Help with Tkinter |
|
Posted by: djwilson0495 - Aug-03-2020, 01:42 PM - Forum: GUI
- Replies (3)
|
 |
[python]
from tkinter import *
num_list = []
def add_num():
number = num_box1.get()
if number.isdigit() == True:
num_list.ap..... More
|
|
|
|