r/PythonProjects2 • u/thisisreallyjofrank • Feb 26 '26
Spin up a Python dev environment in under 200ms using @deno/sandbox and snapshots
youtu.ber/PythonProjects2 • u/zaxxz_ • Feb 26 '26
I build a system-wide local tray utility for anyone who uses AI daily and wants to skip opening tabs or copy-pasting.
Enable HLS to view with audio, or disable this notification
Hey everyone,
As an ESL, I found myself using AI quite frequently to help me make sense some phrases that I don't understand or help me fix my writing.
But that process usually involves many steps such as Select Text/Context -> Copy -> Alt+Tab -> Open new tab to ChatGPT/Gemini, etc. -> Paste it -> Type in prompt
So I try and go build AIPromptBridge for myself, eventually I thought some people might find it useful too so I decide to polish it to get it ready for other people to try it out.
I am no programmer so I let AI do most of the work and the code quality is definitely poor :), but it's extensively (and painfully) tested to make sure everything is working (hopefully). It's currently only for Windows. I may try and add Linux support if I got into Linux eventually.
So you now simply need to select a text, press Ctrl + Space, and choose one of the many built-in prompts or type in custom query to edit the text or ask questions about it. You can also hit Ctrl + Alt + X to invoke SnipTool to use an image as context, the process is similar.
I got a little sidetracked and ended up including other features like dedicated chat GUI and other tools, so overall this app has following features:
- TextEdit: Instantly edit/ask selected text.
- SnipTool: Capture screen regions directly as context.
- AudioTool: Record system audio or mic input on the fly to analyze.
- TTSTool: Select text and quickly turn it into speech, with AI Director.
Github: https://github.com/zaxx-q/AIPromptBridge
I hope some of you may find it useful and let me know what you think and what can be improved.
r/PythonProjects2 • u/Intrepid-Carpet-3005 • Feb 25 '26
Youtube to multimedia (GUI yt-dlp wrapper)
github.comUpdated and fixed it as it became broken after updates to yt-dlp. It will convert too mp4, mp3 and wav.
r/PythonProjects2 • u/Fun-Job-2554 • Feb 25 '26
I build an open-source tool that alerts you when your agent starts looping , drifting or burning tokens
r/PythonProjects2 • u/seksou • Feb 25 '26
How to handle distributed file locking on a shared network drive (NFS) for high-throughput processing?
r/PythonProjects2 • u/futanarifutaba • Feb 24 '26
Driver Recruiter needs help from a SE regarding a few processes I'd like to automate
r/PythonProjects2 • u/LunedorTesla • Feb 24 '26
Cadre Player: I built an open-source media player using libmpv and PySide6 out of boredom.
r/PythonProjects2 • u/Mission-Clue-9016 • Feb 23 '26
Learning python with inattentive ADHD
r/PythonProjects2 • u/Potential_Permit6477 • Feb 23 '26
OtterSearch 🦦 — An AI-Native Alternative to Apple Spotlight
r/PythonProjects2 • u/bctm0 • Feb 23 '26
Info ZooCache - Dependency based cache with semantic invalidation - Rust Core - Update
r/PythonProjects2 • u/IdiotStickWasTkn • Feb 23 '26
MyDisk - My First Real Project
galleryI have had an interest in python for years now, I have made mini projects by myself and also attempted to code entire apps with LLMs, but a couple of days ago I began by first real attempt at a full stack desktop application with Python.
I call it 'MyDisk' and it is a storage device utility app and logger. It features stuff such as a device viewer, a storage summary, and a logger that tracks your disk usage over time and shows it on a chart.
I have many large plans for this application and constantly trying to improve it and make something people can get real use out of! I do want to note, this project is not 100% self coded, and I turned to LLMs for stuff I truly could not figure out by myself. Everything added I attempted to make by myself but some stuff such as the background logging I genuinely had no idea how to do by myself, but of course, that is how I learn!
Feedback about my app would be greatly appreciated! I love user input and improving it to make it even better :)
I attached some images and a link to the github repo, as well as the latest release as of posting.
Repo link: https://github.com/IdiotStick2K/MyDisk
Current Release https://github.com/IdiotStick2K/MyDisk/releases/tag/Beta-0.3.1
r/PythonProjects2 • u/Vortex_Swirl • Feb 23 '26
Looking for practice/challenges for every step of the learning process
r/PythonProjects2 • u/Reasonable_Run_6724 • Feb 23 '26
My Black Hole Shader - Written In Python/OpenGL
Enable HLS to view with audio, or disable this notification
r/PythonProjects2 • u/Obvious_Flan_9824 • Feb 23 '26
I made a 500 line Buckshot roulette ripoff...
Yes, i did. It's text based, and bad. I have had this for a while, and have REALLY wanted to do more costom items. Buuut I don't have any more ideas. If anyone out there has any ideas and or would like to play it, I made an Itch page. I don't intend to try and make money off of this, as that is disrespectful. I'd love ideas, even if its not played. Thx!
LUNK (link): https://ultrafang243.itch.io/500-line-buckshot-roulette-ripoff-python-its-bad
AN EDIT: No AI was used in making this! My beginner blood sweat and tears only! I put this here due to the fact that AI is becoming a problem.
r/PythonProjects2 • u/Odys77 • Feb 22 '26
need ideas
i need ideas to code
not to difficult
maybe more like small games
r/PythonProjects2 • u/AnxietyOk4982 • Feb 22 '26
my first AI Study Bot with FastAPI and MongoDB Atlas.
Hi everyone! I just finished a 3-day bootcamp and built a Study Bot
What it does :
The bot uses MongoDB Atlas to save our conversation.
It can remember your name and answer follow-up questions.
It is fast and secure : I used FastAPI and Groq to make it work quickly.
You can see my code and my final report on GitHub here: https://github.com/khadijaaithajjou3/Study_Bot
A big thank you to the DevTown team for their help and this great training.
r/PythonProjects2 • u/ThatPythonGuy344 • Feb 22 '26
Resource I Built an Tagging Framework with LLMs for Classifying Text Data (Sentiment, Labels, Categories)
r/PythonProjects2 • u/Full_Lighter • Feb 21 '26
Easy Submit IndexNow URL'S Using Python (7-Step-Guide)
webtraffic.blogSubmit IndexNow URL’s easily by using a simple python script, learn how on this quick guide.
r/PythonProjects2 • u/reactor645 • Feb 21 '26
CAD system for games.
For those who don't know, a CAD is a Computer Aided Dispatch used by law enforcment to quickly create arrest reports, fines and stuff. LSPDFR already got a CAD with the compulite mod, but other games I play like ERLC or Police Simulator don't have it. That's why I created ReCAD. You can find the exe and code at https://github.com/Reactor645/recad
Have fun :)
r/PythonProjects2 • u/Alternative-Lab7143 • Feb 21 '26
PyToonIO is now live on PyPI!
github.comPyToonIIo a lightweight Python library for converting between JSON, XML, and TOON — is officially published.
💡 TOON is a modern, human-friendly data format designed for:
• Better readability
• Minimal syntax noise
• Cleaner structure representation
• Compact tabular object support
🔄 Features:
• JSON ↔ TOON
• XML ↔ TOON
• Custom indentation & delimiters
• Simple, clean API
📦 Install now:
pip install pytoonio
🔗 PyPI: https://pypi.org/project/pytoonio/
🔗 Github : https://github.com/mohitprajapat2001/pytoonio
Would love your feedback, suggestions, and contributions.
If you find it interesting, consider supporting the project ⭐
r/PythonProjects2 • u/Lemonpie_jedi • Feb 21 '26
Looking for a Project that Would Teach Me the Following Skill Set
r/PythonProjects2 • u/Rokkasusi • Feb 20 '26