im gonna fetch all nasa's data mwahaha...
Sentinel File Organizer is a Python desktop application that watches specified folders in real time, automatically sorts files into categorized folders based on user-defined rules, maintains a persistent undo history, and will eventually display a live GUI dashboard built with PyQt6.
A simple number guessing game, but with a twist! You're not just guessing a number, you're going head to head against a computer. Fewer guesses wins. Can you outsmart an algorithm?
I am building a command line trivia game in Python that runs locally on your device. It fetches real questions from a free API, shows them to you one at a time with 4 choices, takes your input, and tells you if you're right or wrong. At the end it shows your final score.
A Slack bot built with Python and Slack Bolt that runs 24/7 on a nest server using Socket Mode. It responds to a set of custom slash commands including a ping latency checker, coin flip, dice roller, and motivational quote generator. Originally based on a JavaScript guide, the project was converted to Python.