Skip to content

friendly-traceback/friendly_idle

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

friendly_idle

This provides a "live patched" [1] version of IDLE to include friendly/friendly-traceback.

Install using the usual pip install friendly_idle.

Requires either Python 3.8.10+, or Python >= 3.9.5. (It has not been tested with Python 3.11.)

You can launch it from a terminal using friendly_idle.

image

That's it. From there on, if your code triggers a traceback, you will be able to get interactive help from the embedded version of friendly/friendly-traceback.

image

Please see https://friendly-traceback.github.io/docs/index.html for information about friendly/friendly-traceback.


[1] By "live patched", I mean that it uses regular IDLE but patches a few modules as they are imported.

About

Version of IDLE patched at import time to incorporate the best features from friendly/friendly-traceback

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published