Skip to content

Commit 42628e7

Browse files
Update README.md
1 parent 9db81b2 commit 42628e7

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1-
# JavaScript_Snippet_Creator_App-GUI
2-
Interactive Python Tkinter app generating dynamic JavaScript snippets for web automation efficiently.
1+
# JavaScript Snippet Generator GUI App (KAVASRI)
2+
3+
**Short Summary**
4+
A cross-platform Python Tkinter application that allows users to generate JavaScript code snippets dynamically. Supports selecting DOM elements, adding event listeners, modifying content or style, and defining functions quickly for web development or automation tasks.
5+
6+
## Key Features
7+
- Generate JS code for DOM element selection by ID, class, or tag.
8+
- Add event listeners with optional custom function body.
9+
- Modify element content (text or HTML) dynamically.
10+
- Change element CSS styles effortlessly.
11+
- Create basic JavaScript functions with parameters.
12+
- Copy generated code to clipboard with one click.
13+
- User-friendly Tkinter GUI with organized input panels.
14+
15+
## Installation
16+
1. Clone the repository:
17+
```bash
18+
git clone https://github.com/yourusername/js-snippet-generator.git
19+
cd js-snippet-generator

0 commit comments

Comments
 (0)