Fifi123

Results 5 issues of Fifi123

Hello, I would like to know if it's possible to download the file on my disk. I'm already able to log on my site upload/delete . I use the folder.get_file('')...

Hello, I did the update of ctktextbox but I still have an issue while I try to check if data in textbox, is it normal ? the below check does...

Hello, I separate my GUI from my main code in 2 files main.py and interface.py (the customtkinter GUI inside) When I run get_action function (which is inside my main.py)I have...

Hello, Thanks for this awesome project, I love it :) I would like to know how chan I change the currency value to EURO ? Thanks :)

I would to create new sheet for each i ws_sheet1 ws_sheet2 ws_sheet3 etc for i in range(max_row_a+1): ws_sheet_+str(i)=wb_copie.create_sheet(sheet_a.cell(row=1,column=i).value)