Khushi is a simple Python-based web application with HTML templates. This project demonstrates the basic structure of a Python web app and can be used as a starting point for learning or building small web applications.
- Backend written in Python
- Frontend built using HTML templates
- Clean and minimal project structure
- Easy to understand and extend
- Language: Python
- Framework: Flask
- Frontend: HTML
- Tools: Git, GitHub
Khushi/
├── templates/ # HTML template files
├── app.py # Main Python application
├── .DS_Store # macOS system file (can be ignored)
└── README.md # Project documentation
- Python 3.x installed
- pip package manager
Clone the repository:
git clone https://github.com/Ambikeshishere/Khushi.gitNavigate into the project folder:
cd KhushiInstall dependencies:
pip install flaskpython app.pyOpen your browser and go to:
http://127.0.0.1:5000/
- Simple Flask app setup
- Template-based UI rendering
- Beginner-friendly structure
- Easy to modify and expand
- Add CSS for better UI
- Connect a database
- Add user input forms
- Improve error handling
Contributions are welcome! Feel free to fork the repository, make changes, and submit a pull request.
For questions or collaboration, connect via GitHub.
⭐ If you like this project, don’t forget to star the repository!