Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How can I iterate through all cells in a column (with merge cells) with openpyxl?
Post: How can I iterate through all cells in a column (w...

I have to write data in an excel sheet that contains merged cells, but I don't know how to do it because I can't identify the merged cells. For example, if I read all the cells in the first column of ...
aquerci General Coding Help 1 7,504 Feb-10-2021, 06:42 PM
    Thread: openpyxl - How can I copy some row from an excel file and paste them in another one?
Post: openpyxl - How can I copy some row from an excel f...

from a source excel file I have to copy the rows (with theirs formatting) where I find a specific string placed in a specific column. In few words I wanna implement a filter (see my attached screensho...
aquerci General Coding Help 2 17,516 Jun-06-2020, 06:58 PM
    Thread: Can you help me to understand the "asksaveasfile" and "askopenfilename" functions?
Post: RE: Can you help me to understand the "asksaveasfi...

(May-21-2020, 10:59 PM)menator01 Wrote: Here is a link with example https://stonesoupprogramming.com/2018/03...le-dialog/ the examples are very clear in that web site, but it doesn't help me to reac...
aquerci GUI 4 4,266 May-23-2020, 12:11 AM
    Thread: Can you help me to understand the "asksaveasfile" and "askopenfilename" functions?
Post: RE: Can you help me to understand the "asksaveasfi...

(May-21-2020, 07:53 PM)DT2000 Wrote: Please post your code and any errors that you are receiving when run. It is necessary to show what you have done and what you have tried along with errors to bet...
aquerci GUI 4 4,266 May-21-2020, 09:40 PM
    Thread: Can you help me to understand the "asksaveasfile" and "askopenfilename" functions?
Post: Can you help me to understand the "asksaveasfile" ...

hi guys, can you give me a simple example on how to use correctly the "filedialog.askopenfilename ()" and "filedialog.asksaveasfile ()" functions? my GUI software should follow these steps: 1. the ...
aquerci GUI 4 4,266 May-21-2020, 07:48 PM
    Thread: Tkinter - Issues with "iconbitmap" method
Post: RE: Tkinter - Issues with "iconbitmap" method

(May-20-2020, 08:40 PM)Larz60+ Wrote: you can make root window hidden with parent.withdraw() should be able to add it right after line 9 to bring back again, use parent.deiconify() yeah, but they ar...
aquerci GUI 3 5,898 May-21-2020, 09:46 AM
    Thread: Tkinter - Issues with "iconbitmap" method
Post: Tkinter - Issues with "iconbitmap" method

hi guys, below my code: #!/usr/bin/python3 from tkinter import * from tkinter import ttk class MainWindow: def __init__(self, parent): self.parent = parent parent.title...
aquerci GUI 3 5,898 May-20-2020, 11:21 AM
    Thread: I can't get information from a radio button
Post: RE: I can't get information from a radio button

Thanks Yoriz!
aquerci GUI 2 2,756 May-20-2020, 10:31 AM
    Thread: I can't get information from a radio button
Post: I can't get information from a radio button

hi guys, I wrote a GUI with a main window and other ones. if you want to go ahead with a secondary window, first you have to choose one of them using the radio buttons, and then click on "OK" to open...
aquerci GUI 2 2,756 May-19-2020, 09:28 PM
    Thread: Is it the right way to create a second window?
Post: RE: Is it the right way to create a second window?

thanks menator01, you have been very simple and clear!
aquerci GUI 3 4,127 May-19-2020, 07:22 AM
    Thread: Is it the right way to create a second window?
Post: Is it the right way to create a second window?

hi guys, I'm writing a graphical interface with Tkinter for some of my scripts and I would very like to know what do you think about my code because unfortunately I'm not an expert. I started to stu...
aquerci GUI 3 4,127 May-19-2020, 01:33 AM
    Thread: XlsxWriter and Python inheritance
Post: XlsxWriter and Python inheritance

Hi guys, I have some issues with my code that I can't solve, and an improvment that I can't to implement. my head is splitting.. I'm really stuck with them. I really hope that someone can help me. le...
aquerci General Coding Help 1 2,495 May-04-2020, 10:40 PM
    Thread: How can I create a subclass of XlsxWriter?
Post: RE: How can I create a subclass of XlsxWriter?

I solved! thank goodness I found an article about my question in the official documentation: https://xlsxwriter.readthedocs.io/exampl...ance1.html
aquerci General Coding Help 2 2,056 May-04-2020, 07:41 PM
    Thread: How can I create a subclass of XlsxWriter?
Post: RE: How can I create a subclass of XlsxWriter?

I just tried to write my custom method "write_table" in a custom subclass of "Worksheet" (WorksheetPlus). Below my code: from xlsxwriter.worksheet import Worksheet class WorksheetPlus(Worksheet): ...
aquerci General Coding Help 2 2,056 May-02-2020, 07:54 PM
    Thread: How can I create a subclass of XlsxWriter?
Post: How can I create a subclass of XlsxWriter?

Hi guys, I would like to create a subclass of XlsxWriter in order to add new methods to semplify my work. For example, the script that I have in my mind, is written more or less in this way: # import...
aquerci General Coding Help 2 2,056 May-02-2020, 12:46 AM
    Thread: What kind of widget is it?
Post: What kind of widget is it?

Hi guys, someone can help me to understand what kind of widget has been circled in red in the attached image? I would very like to replicate it in my GUI but I don't know how. it seems a "LabelFrame...
aquerci GUI 1 1,820 Apr-05-2020, 12:51 PM
    Thread: how can I improve the code to get it faster?
Post: RE: how can I improve the code to get it faster?

thanks Gribouillis!! it works! the study books don't teach you this powerful and simple concepts. thank you again!
aquerci General Coding Help 2 1,709 Feb-15-2020, 02:52 PM
    Thread: how can I improve the code to get it faster?
Post: how can I improve the code to get it faster?

Hi guys, my script must read a text file and produce an output. it works quite well but a piece of his code is very slow (it because of some instructions at the beginning of my scrtipt). they are lik...
aquerci General Coding Help 2 1,709 Feb-15-2020, 12:34 AM
    Thread: Pyinstaller - I can't drag and drop into the CMD terminal anymore..
Post: RE: Pyinstaller - I can't drag and drop into the C...

sorry for the delay guys, I solved my issue only in these days. I don't know why, but the drag and drop issue appears only if the program is named as "setup.exe". to solve the issue, you have to chang...
aquerci General Coding Help 4 5,864 Jan-25-2020, 12:24 PM
    Thread: Pyinstaller - I can't drag and drop into the CMD terminal anymore..
Post: RE: Pyinstaller - I can't drag and drop into the C...

(Jan-11-2020, 03:52 PM)Clunk_Head Wrote: Your script extracts file paths from shortcuts? How does it do this?my script ask the user a path (example: "C:\Users\Pippo\Desktop\file.txt") because it nee...
aquerci General Coding Help 4 5,864 Jan-11-2020, 05:07 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020