Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python script on windows 10 shuts down
Post: RE: Python script on windows 10 shuts down

Solved I had root.mainloop at the end instead of root.mainloop()
TammyP General Coding Help 2 2,510 Mar-08-2021, 07:19 AM
    Thread: Python script on windows 10 shuts down
Post: RE: Python script on windows 10 shuts down

(Mar-07-2021, 08:55 AM)TamP Wrote: My python script runs on Windows 10. It uses various libraries including tkinter. Opening it in idle, it runs perfectly. I right click on the script and associate ...
TammyP General Coding Help 2 2,510 Mar-08-2021, 07:18 AM
    Thread: Append excel sheet using openpyxl
Post: Append excel sheet using openpyxl

The code below does not append Can anyone help please from openpyxl import load_workbook workbook_name = '/home/pi/Desktop/Data/Test.xlsx' wb = load_workbook(workbook_name) page = wb.active import op...
TammyP General Coding Help 1 2,366 Feb-01-2021, 02:24 PM
    Thread: Pyplot graph size
Post: RE: Pyplot graph size

And here is the answer plt.figure(figsize=(14, 6)) instead of filling the screen with mng = plt.get_current_fig_manager() mng.full_screen_toggle()
TammyP General Coding Help 1 1,756 Jan-26-2021, 02:15 PM
    Thread: Pyplot graph size
Post: Pyplot graph size

I am reading from an excel sheet and plotting various results. #set plot plt.plot(df[str('Temperature')], ls='-') # set label plt.xlabel('Hours since start') plt.ylabel('temp') ...
TammyP General Coding Help 1 1,756 Jan-25-2021, 09:22 AM

User Panel Messages

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