Python Projects

A collection of interactive Python applications that run directly in your browser.

Python Projects

Temperature Converter Project

Temperature Converter

A Python application that converts between different temperature units including Celsius, Fahrenheit, and Kelvin.

Python Utility
Grade Calculator Project

Grade Calculator

A tool to calculate final grades based on assignments, tests, and other academic criteria.

Python Academic Tool
Tic-Tac-Toe Project

Tic-Tac-Toe

A classic game of Tic-Tac-Toe implemented in Python with an interactive interface.

Python Game Interactive

Coming Soon

More Python projects are in development. Check back later for new applications!

Have a Python project idea?

If you have suggestions for Python projects or would like to collaborate, feel free to reach out!

.project-card p { color: var(--muted-text); margin-bottom: 1.5rem; } .project-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.5rem; } .project-tag { background-color: var(--dark-bg); color: var(--primary-color); padding: 0.25rem 0.75rem; border-radius: 20px; font-size: 0.8rem; } .cta-button { display: inline-flex; align-items: center; gap: 0.5rem; background-color: var(--primary-color); color: var(--dark-bg); padding: 0.75rem 1.5rem; border-radius: 4px; text-decoration: none; font-weight: 500; transition: background-color var(--transition-speed) ease; } .cta-button:hover { background-color: var(--primary-hover); }