We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2768b commit b0ad786Copy full SHA for b0ad786
README.md
@@ -11,10 +11,14 @@ A cross-platform Python Tkinter application that allows users to generate JavaSc
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
-- Install Requirements: pip install -r requirements.txt
+- Install Requirements:
15
16
## Installation
17
1. Clone the repository:
18
```bash
19
git clone https://github.com/yourusername/js-snippet-generator.git
20
cd js-snippet-generator
21
+```
22
+2. Install Requirements:
23
+```bash
24
+pip install -r requirements.txt
0 commit comments