For Libre/OpenOffice in Linux only[see PySimpleGUI_Designer(Linux).ods file] added a Preview button in PSG_Text sheet, Note that the code can be edited in the Textbox.
Updated: now set Font=None (a bug brought to light by updating to the latest version of PySimpleGUI).
Noted that the "Program Output" text occasionally "disappears"! from the .odt file, reappears on reloading the file.
Have posted a .txt file with all the text(no screens).
For Libre/OpenOffice in Linux only[see PySimpleGUI_Designer(Linux).ods file] have now posted the .odt file contents to the Help sheet.
Last edit: Jim Sutherland 2022-08-02
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
=========================================================================
Added add.py and addc.py: calculator/adding machine/Hex2Dec conversion tools that I find useful.
add.py python GUI calculator/adding machine/Hex2Dec conversion tool that I find useful and leave open in my task bar.
addc.py python CLI calculator/adding machine/Hex2Dec conversion tool.
FYI they're rewrites of an AWK program I wrote back in the day.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
PySimpleGUI_Designer.odt/ LibreOffice
PySimpleGUI_Designer.ods/ LibreOffice
PySimpleGUI_Designer(Linux).ods/ LibreOffice - Linux only, simple mod for Windows,
see Discussion tab and code.
PySimpleGUI_Designer.txt/ LibreOffice - See Discussion tab.
For Libre/OpenOffice in Linux only[see PySimpleGUI_Designer(Linux).ods file] added a Preview button in PSG_Text sheet, Note that the code can be edited in the Textbox.
Updated: now set Font=None (a bug brought to light by updating to the latest version of PySimpleGUI).
Noted that the "Program Output" text occasionally "disappears"! from the .odt file, reappears on reloading the file.
Have posted a .txt file with all the text(no screens).
For Libre/OpenOffice in Linux only[see PySimpleGUI_Designer(Linux).ods file] have now posted the .odt file contents to the Help sheet.
Last edit: Jim Sutherland 2022-08-02
=========================================================================
Added add.py and addc.py: calculator/adding machine/Hex2Dec conversion tools that I find useful.
add.py python GUI calculator/adding machine/Hex2Dec conversion tool that I find useful and leave open in my task bar.
addc.py python CLI calculator/adding machine/Hex2Dec conversion tool.
FYI they're rewrites of an AWK program I wrote back in the day.
Added 'Help' button to psgd.py.
Modify line 109 for your desired editor and psgd.txt file path
add.py
changed precision text box to spinner.
add.py
Added hex mode, + and - only.
In both modes, replaced c(lear) action with i(nitialize),
see Tooltip for details.
Download Information.
File/Environment
PySimpleGUI_Designer.odt/ LibreOffice
PySimpleGUI_Designer.ods/ LibreOffice
PySimpleGUI_Designer(Linux).ods/ LibreOffice - Linux only, simple mod for Windows,
see Discussion tab and code.
PySimpleGUI_Designer.txt/ LibreOffice - See Discussion tab.
PySimpleGUI_Designer(XL).doc/ Excel
PySimpleGUI_Designer(XL).docx/ Excel
PySimpleGUI_Designer(XL).xls / Excel
psgd.txt/ Python
psgd.py/ Python
add.py/ Python
addc.py/ Python
Last edit: Jim Sutherland 2024-09-05
add.py - bug fix on switching mode.
scut.py runs under Xorg window manager, later Ubuntu versions use Wayland, to switch off Wayland and revert to Xorg see below.
Ubuntu 22.04 - Turn off Wayland:
sudo nano /etc/gdm3/custom.con
sudo systemctl restart gdm3
Last edit: Jim Sutherland 2024-03-22