Skip to content

priyasan-code/devhelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

DevHelper ๐Ÿš€

A simple Python library to analyze errors and provide explanations and fixes.

Features

  • Detects common Python errors
  • Provides simple explanations
  • Suggests fixes
  • Returns structured output

Usage

from devhelper import DebugHelper

dh = DebugHelper()

try:
    l = [1, 2, 3]
    print(l[5])
except Exception as e:
    print(dh.analyze(e))

About

A Python library to analyze errors and suggest fixes for developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages