Skip to content

Repository of Python projects --rom simple practice scripts to larger, feature-rich applications — built to learn, explore, and apply programming concepts.

Notifications You must be signed in to change notification settings

sathatech34/Python_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Projects Collection

This repository contains multiple beginner to intermediate Python projects with HTML, CSS, and Flask.

Projects Included

  1. To-Do List App - Manage daily tasks with add/delete functionality.
  2. Calculator App - Simple calculator with HTML, CSS, and Flask backend.
  3. Weather App - Displays weather info using OpenWeather API.
  4. Student Result System - Enter marks and view results dynamically.

Tech Stack

  • Backend: Python (Flask)
  • Frontend: HTML, CSS, JavaScript
  • Database: SQLite (for To-Do List & Student Result)

How to Run

  1. Clone the repo:
    git clone https://github.com/your-username/python_projects.git

Navigate to the project folder:

  1. cd python_projects/to_do_list

  2. Install dependencies:

pip install flask requests

4 .Run:

python app.py

About

Repository of Python projects --rom simple practice scripts to larger, feature-rich applications — built to learn, explore, and apply programming concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published