Python: simple food menu using GUI – problem
I have a problem. I want to write a program in which there are dishes and prices, and they are selected using Checkbutton. After pressing “Place order”, the sum of the prices of the selected dishes is displayed.
I am converting pdf to excel using aspose.pdf in python . But issue is that it is only converting starting 4 pages of pdf to excel. Below is my code
`from tkinter import *
import aspose.pdf as ap
from tkinter import filedialog
import pandas as pd
Python pywebio: how to center scope? [closed]
Closed 1 min ago.
Struggling with UI issues
I want to be able to resize my widget/windows with with the double arrows Window’s style grab edge and resize them type functionality. I want to able to change height and width by dragging the edges of each window individually to adjust them. Any help on how to refine this script and suggestions on how to make it better would be greatly appreciated.
Stuggling with UI issues
I want to be able to resize my widget/windows with with the double arrows Window’s style grab edge and resize them type functionality. I want to able to change height and width by dragging the edges of each window individually to adjust them. Any help on how to refine this script and suggestions on how to make it better would be greatly appreciated.
Run python script from website and present results on said website
I want to create a website to aid a troubleshooting process.
How to make the user not be able to put in a input while my text is slow printing in replit?
Having trouble with user interrupt in my output code