https://github.com/akash-rajak/code-comments-fetcher
python code to fetch code comments.
https://github.com/akash-rajak/code-comments-fetcher
code-comment-fetcher code-comments python3 re snippets tkinter
Last synced: 25 days ago
JSON representation
python code to fetch code comments.
- Host: GitHub
- URL: https://github.com/akash-rajak/code-comments-fetcher
- Owner: akash-rajak
- Created: 2021-07-31T14:40:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T12:16:55.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T21:34:48.955Z (6 months ago)
- Topics: code-comment-fetcher, code-comments, python3, re, snippets, tkinter
- Language: Python
- Homepage:
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ✔ CODE COMMENTS FETCHER
- A "Code Comments Fetcher" is an application created in python with tkinter gui.
- In this application, user will be allowed to first enter the code snippets of the supported programming language.
- Supported Programming Language : C, C++, Java, Python, HTML, Kotlin, JavaScript and C#.
- After entering the code snippets, user will be able to fetch all the comments present in that code snippets.
- This will also fetch both single and multiple line comments.
- And for implementing this, used the re library of python.****
### REQUIREMENTS :
- python 3
- tkinter module
- from tkinter messagebox module
- re****
### How this Script works :
- User just need to download the file and run the code_comments_fetcher.py on their local system.
- Now on the main window of the application the user will be allowed to first enter the code snippets of the supported programming language.
- Supported Programming Language : C, C++, Java, Python, HTML, Kotlin, JavaScript and C#.
- After entering the text, when user clicks on the FETCH COMMENTS button, user will be able to fetch all the comments present in that code snippets.
- Also there is a button LANG. SUPPORT, clicking on which user will be able to see the language supported by this application.
- Also there is a clear button, clicking on which user can clears the text or paragraph entered in the given text area.
- Also there is an exit button, clicking on which exit dialog box appears asking for the permission of the user for closing the window.### Purpose :
- This scripts helps us to easily fetch all the comments in code snippets of supported language.### Compilation Steps :
- Install tkinter, re
- After that download the code file, and run code_comments_fetcher.py on local system.
- Then the script will start running and user can explore it by entering code snippets and fetching comments in it.****
### SCREENSHOTS :
****
### Author :
- Akash Ramanand Rajak