Name | Modified | Size | Downloads / Week |
---|---|---|---|
rsrc | 2024-03-22 | ||
HelPyLite.py | 2024-03-22 | 8.2 kB | |
LICENSE | 2024-03-22 | 1.1 kB | |
README.txt | 2024-03-22 | 1.5 kB | |
AboutDialog.py | 2024-03-22 | 1.7 kB | |
Foo.py | 2024-03-22 | 5.2 kB | |
help.py | 2024-03-22 | 1.5 kB | |
HelpDialog.py | 2024-03-22 | 2.2 kB | |
Totals: 8 Items | 21.3 kB | 0 |
HelPyLite - The text below is from the help dialog window. A TkInter UI to Python's help() utility. Enter the module name to display the help documentation and/or save the information to disk. Saving the file will default to the users desktop in the format of "help(<module>)_<date>.txt" File Name Example: help(math)_030424.txt Help command in a standard Python Interpreter or iPython: "help()" for the interactive interface. or "help(<module>)" for help on a specific module. (Provides the same information as HelPy Lite) Features Buttons: "Help": Enter a module name and hit the Enter Key or the Get Help! button. "Save": Save "help()" of the module name to disk. "Quit": The usual. Statusbar Positions: Left = Active Python Version. Middle = Processing status of help(<module>) Right = Current Date (Used as a date code suffix in the save filename). Menu Items MacOS Menu: About HelPy Lite! - Basic application information. Help Help on HelPy! - This dialog window. Windows Menubar: About About HelPy Lite! - Basic application information. Help Help on HelPy Lite! - This dialog window. Module Entry Examples: - Module: os - Module: os.path - Module: pandas - Module: pandas.DataFrame - etc... Author: IT2138@outlook.com