An AI-driven Python utility that accepts natural language tasks from the user, communicates with a language model, and generates complete web projects using HTML, CSS, JavaScript, and images. It automates the process of web app creation and saves all files locally.
Features
Natural Language Tasks: Describe your project in plain English.
HTML/CSS/JS Generation: Automatically produces core files such as index.html, style.css, app.js, and manifest.json.
AI Image Creation: It can create images.
Progress Feedback: Displays a terminal-based progress bar for real-time feedback during execution.
Interactive Mode: Prompts you for a task when the script is run.
Modular Code Parsing: Parses and executes Python code blocks received from the model.