My Projects

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.

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.

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.

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.

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.

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.