Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 792 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 792 Bytes

Script Generator Web Application

This project is a simple web application built using FastAPI that allows users to generate Python or Bash scripts through a web interface. The application also provides the option to download the generated scripts. Tailwind CSS is used for styling the UI.

Project Structure

My_webapp/
│
├── .git/                      # Git version control directory
├── .vscode/                   # VS Code configuration files
├── .venv/                     # Python virtual environment
├── __pycache__/               # Python cache files
├── main.py                    # Main FastAPI application
├── requirements.txt           # Python dependencies
└── My_webapp.code-workspace   # VS Code workspace file