Skip to content

eht16/pydocw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydocw

Simple TK based frontend for "pydoc" to show the help text for Python keywords, classes and methods in a simple text window.

Should work with Python 2 and 3.

Best used with Geany and its context actions: https://wiki.geany.org/howtos/pydocw

Usage

# show help about the pydoc help system
./pydocw pydoc

# show help about the SLICINGS topic
./pydocw SLICINGS

# show help about the async keyword
./pydocw async

# show help about the power operator
./pydocw '**'

The window can be closed by pressing any key and via the window manager.

Screenshot

pydocw screenshot

About

Simple TK based frontend for "pydoc"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages