Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Description

Code assist is a tool to help you fix buggy code. Using tkinter, you can enter your issue, and the filename, where you encountered the issue. But before sending, mark the relevant code snippet with '#####'.

Installation

Clone the repository

git clone https://github.com/Magicninja7/Code_assist.git

Usage

GUI

python copilot.py

#mark the code snippet
#(use "#####")

#in the first input field enter your issue

#in the second, enter the filename, or OCR, to capture the snippet.

Or CLI

python copilot.py --issue "your issue" --file "the file" --ocr "y/n" --github "repo link" --path "file path"

License

MIT

About

A custom, and public, github copilot alternative. It read your file, tries to fix/add more things to the code snippet you want to give it, along with a prompt.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages