INITIALIZING...

PROJECT ARCHIVE

A complete catalog of my Python-centric software engineering work, including APIs, full-stack apps, and GUI tools.

Full Stack

Django Voting Portal

A secure, tamper-proof platform facilitating digital elections and dynamic poll tracking using Django's robust ORM.

> TECH_STACK:
Django SQLite3 Jinja2
Full Stack

Flask Restaurant POS

Comprehensive backend dashboard for managing orders, inventory, and staff workflow using Flask.

> TECH_STACK:
Python/Flask PostgreSQL SQLAlchemy
Frontend UI

Streamlit Dashboard

An interactive data visualization dashboard and analytics hub built entirely using Python UI frameworks.

> TECH_STACK:
Streamlit Pandas Plotly
Backend API

FastAPI Weather Service

A high-performance asynchronous REST API for aggregating and caching global meteorological data.

> TECH_STACK:
FastAPI Uvicorn Requests
Frontend GUI

PyQt Task Manager

Minimalist Python desktop application for task management with local SQLite state persistence.

> TECH_STACK:
PyQt5 Python SQLite3
Frontend GUI

Flet Notes App

Cross-platform digital notebook featuring rich-text capabilities built with Python's Flet framework.

> TECH_STACK:
Flet Python UI JSON
Backend API

Python QR Generator

Headless Flask endpoint allowing instant generation and download of scannable QR images.

> TECH_STACK:
Flask qrcode Pillow
Security Tool

Crypto Password API

Security microservice that utilizes Python's secrets module to generate cryptographically strong strings.

> TECH_STACK:
FastAPI secrets hashlib
Full Stack

Django Blog CMS

A robust Python-based content management system allowing authors to draft, categorize, and publish Markdown articles.

> TECH_STACK:
Django PostgreSQL Markdown
Frontend GUI

Tkinter Image Viewer

A local Python desktop application leveraging Tkinter and Pillow for viewing and filtering directory images.

> TECH_STACK:
Tkinter Pillow Python OS