This repository contains multiple beginner to intermediate Python projects with HTML, CSS, and Flask.
- To-Do List App - Manage daily tasks with add/delete functionality.
- Calculator App - Simple calculator with HTML, CSS, and Flask backend.
- Weather App - Displays weather info using OpenWeather API.
- Student Result System - Enter marks and view results dynamically.
- Backend: Python (Flask)
- Frontend: HTML, CSS, JavaScript
- Database: SQLite (for To-Do List & Student Result)
- Clone the repo:
git clone https://github.com/your-username/python_projects.git
Navigate to the project folder:
-
cd python_projects/to_do_list
-
Install dependencies:
pip install flask requests
4 .Run:
python app.py