Skip to content

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.

License

Notifications You must be signed in to change notification settings

dhruvhaldar/FastAPI_project

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages