Induwara
Back to Projects

SPORT MEET HOUSE LOOKUP & WEB TOOL

Find House in Sportmeet

Mar 2023

Tool to locate houses during school sport meets, available as a Python script for desktop use and a web app for broader accessibility. Users input their Index number to find their house.

Find House in Sportmeet project screenshot

Technologies

PythonHTMLCSSJavaScript

Case study

Find House in Sportmeet case study

Overview

Find House in Sportmeet is a practical event-day tool for school sports meets. Students enter their index number and immediately see their assigned house. The same lookup exists as a Python desktop script and as a web app so it works on a teacher’s laptop or on phones in the ground.

Live: mrc-sportmeet.vercel.app. Source: Find-House-in-Sportmeet.

Problem

On sports-meet morning, hundreds of students ask “which house am I?” Staff should not hunt a printed list. An index-number lookup that loads on a phone is the whole product — speed and accessibility beat features.

What I built

  • Index-number → house lookup
  • Python script for desktop / offline-ish staff use
  • Web application for mobile and browser access
  • Simple, fast UI for event day
  • Vercel deployment of the web variant

Impact

  • Used as a school event utility (MRC sports meet)
  • Dual delivery (script + web) so the tool still works if the network is bad
  • Public live URL and repo for a real operational need

Key features

  • Index lookup
  • Instant house result
  • Desktop Python variant
  • Mobile web variant
  • Minimal UI, maximum clarity

Technologies

Python for the original script. HTML, CSS, and JavaScript for the web version, deployed on Vercel.

My role

Solo builder: data lookup, both clients, and the public deploy.