Skip to content

rishirajgoswami-kavasri/JavaScript-Snippet-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Snippet Generator GUI App (KAVASRI)

Short Summary
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.

Key Features

  • Generate JS code for DOM element selection by ID, class, or tag.
  • Add event listeners with optional custom function body.
  • Modify element content (text or HTML) dynamically.
  • Change element CSS styles effortlessly.
  • Create basic JavaScript functions with parameters.
  • Copy generated code to clipboard with one click.
  • User-friendly Tkinter GUI with organized input panels.
  • Install Requirements:

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/js-snippet-generator.git
cd js-snippet-generator
  1. Install Requirements:
pip install -r requirements.txt