Skip to content

A python tool to help users learn programming and debug their code

Notifications You must be signed in to change notification settings

fikremen/code_explaination_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Code Explaination Tool

A python tool to help users learn programming and debug their code

The program begins by receiving user input to determine whether code is provided from the terminal or a local file. It then partitions the code into manageable chunks, loads them into a table in the EvaDB database, and generates a summary of the code. User questions about the code are processed using OpenAI’s LLM, ChatGPT, and responses are displayed.

Steps to read code read from terminal:

Screenshot 2023-11-02 at 5 31 05 PM

Steps to read code read from file:

Screenshot 2023-11-02 at 5 32 33 PM

About

A python tool to help users learn programming and debug their code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages