{"id":23878886,"url":"https://github.com/sydowma/codegpt","last_synced_at":"2025-08-25T18:49:54.329Z","repository":{"id":177884288,"uuid":"661019967","full_name":"sydowma/codeGPT","owner":"sydowma","description":"CodeGPT is a ChatGPT-based code interpreter that generates Markdown files using Python, simplifying code understanding and presentation.","archived":false,"fork":false,"pushed_at":"2023-07-06T05:03:36.000Z","size":22,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T08:11:12.615Z","etag":null,"topics":["chatgpt","code"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sydowma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-01T14:35:40.000Z","updated_at":"2024-02-29T05:00:12.000Z","dependencies_parsed_at":"2023-07-10T20:16:03.781Z","dependency_job_id":null,"html_url":"https://github.com/sydowma/codeGPT","commit_stats":null,"previous_names":["magaofei/codegpt","sydowma/codegpt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sydowma%2FcodeGPT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sydowma%2FcodeGPT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sydowma%2FcodeGPT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sydowma%2FcodeGPT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sydowma","download_url":"https://codeload.github.com/sydowma/codeGPT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248950075,"owners_count":21188203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatgpt","code"],"created_at":"2025-01-03T21:50:37.682Z","updated_at":"2025-04-14T19:44:43.226Z","avatar_url":"https://github.com/sydowma.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codeGPT\nCodeGPT is an innovative solution, leveraging the power of ChatGPT to analyze and interpret programming code. It represents a groundbreaking advancement in the field of coding and software development, using AI technology to help developers understand complex code structures.\n\nDeveloped predominantly using Python, CodeGPT carries the known benefits of this powerful language, such as simplicity and flexibility. This allows the tool to be highly compatible with a wide variety of operating systems and programming environments.\n\nOne unique feature of CodeGPT is its ability to generate Markdown files from the interpreted code. This provides developers with an organized and comprehensible view of their codebase. Furthermore, these Markdown files can be utilized to build a comprehensive website or used as standalone guides for understanding the intricate details of the code.\n\nKey Features:\n\n- Code analysis and interpretation powered by ChatGPT.\n- Generation of Markdown files for efficient documentation.\n- Capability to generate websites to showcase your code's functionality.\n- Compatibility and flexibility ensured by the Python foundation.\n\nIn essence, CodeGPT is more than just a code interpreter; it's a comprehensive suite of tools designed to make coding more accessible and efficient. It aids in understanding complex code, generates organized documentation, and can even help present your work through an interactive website. Let CodeGPT be your partner in coding, experience a new way of managing and understanding code, and boost your productivity today.\n\n## init venv environment\n```shell\nvirtualenv venv -p python3\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n## How to use\n1. change env.example to .env\n```shell\nmv env.example .env\n```\n2. input your OPEN api key to `.env` file\n```shell\nOPENAI_API_KEY=sk-xxxxxxxxxxxxx\n```\n3. generate markdown file\n```shell\n# default file type is java\npython main.py analyse LMAX-Exchange/disruptor\n\n# filer python file\n# python main.py LMAX-Exchange/disruptor --file-extension py\n\n```\n\n4. generate markdown book\n```shell\npython main.py book ./explanations/disruptor-master\n```\n\n## feature list\n- [x] command line\n- [x] generate markdown book\n- [ ] offline version","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsydowma%2Fcodegpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsydowma%2Fcodegpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsydowma%2Fcodegpt/lists"}