My Projects

A showcase of my software development work
CS Learning Journey

CS Learning Journey

A comprehensive repository documenting my journey into computer science. Includes various projects, notes, and resources as I prepare for formal CS studies.

LearningDocumentation
QuickNote to Obsidian

QuickNote to Obsidian

A Python-based utility that allows users to quickly jot down notes and save them directly into Obsidian-compatible Markdown files. Features include customizable save locations and global hotkey support for rapid note-taking.

PythonTkinterObsidianProductivity
Practice: Pomodoro Timer

Practice: Pomodoro Timer

A simple Pomodoro timer application built using Python's Tkinter library. Helps users manage their work sessions and breaks to enhance productivity.

PythonTkinterProductivity
Practice: Password Generator

Practice: Password Generator

A desktop application for generating secure passwords. Built with Tkinter, it allows users to customize length and character types for robust password generation.

PythonTkinterUtility
Practice: Stock Trading Alert

Practice: Stock Trading Alert

A Python-based alert system that uses real-time stock data and sends Telegram messages when predefined thresholds are reached. Designed for casual traders monitoring specific stocks.

PythonAPI IntegrationFinance
Practice: ISS Overhead Alert

Practice: ISS Overhead Alert

A Python script that notifies users via Telegram when the International Space Station is overhead. Utilizes real-time API data to determine ISS positioning and sends alerts accordingly.

PythonAPI IntegrationTelegram Bot