My Projects

A collection of my recent work and personal projects

Interactive Quiz Application

Interactive Quiz Application

This is a multi-question interactive quiz application built with Python and Streamlit. It features dynamic state management, custom CSS for a polished UI, and immediate feedback for user responses.

PythonStreamlit
Time Zone Converter App

Time Zone Converter App

A Python and Streamlit-based web app that displays real-time clocks for multiple time zones and allows users to convert time from one time zone to another with ease. It uses the ZoneInfo module from Python’s standard library.

PythonStreamlit
Simple Login & Registration System

Simple Login & Registration System

A lightweight and user-friendly login and registration system built using Python and Streamlit. It features secure password hashing, session-based user storage, and clean UI navigation using sidebar.

PythonStreamlit
Unit Converter App

Unit Converter App

AA Python and Streamlit-based interactive unit converter that allows users to convert between various measurement units such as length, weight, temperature, and more — all with a clean and responsive UI.

pythonstreamlit
Data Analysis Application

Data Analysis Application

A Python-based application that performs data cleaning, visualization, and statistical analysis using libraries like Pandas, Matplotlib, and Seaborn to uncover actionable insights from datasets.

PythonPandasData AnalysisMatplotlibSeabornStreamlit
Password Strength Checker

Password Strength Checker

A real-time password strength checker that evaluates user input based on length, character variety, and common patterns to enhance password security.

PythonStreamlit