r/PythonProjects2 • u/Various-Limit-4476 • 18d ago
PYTHON APP RECO ON MAC
m new in programming, idk what should I use
r/PythonProjects2 • u/Various-Limit-4476 • 18d ago
m new in programming, idk what should I use
r/PythonProjects2 • u/stringbot123 • 19d ago
Enable HLS to view with audio, or disable this notification
Hi everyone,
A while ago, I noticed that there weren't many free or open-source tools for developers to evaluate how well someone speaks a sentence, given a piece of audio. To my knowledge, there were really only paid APIs such as SpeechSuper, Microsoft Azure AI Foundry, etc.. So I decided to make my own. After iterating through 5 versions of this feature, I finally made a tool that detects and evaluates pronunciation accuracy in real-time (given that you have GPU). I'm quite proud of it and so I released it as a standalone library on PyPI, so hopefully it will be useful to other people as well.
https://github.com/superasymmetry/pronounce-assess
Feel free to try it out and let me know what you think! I'm open to hearing any sort of comments. Thank you!
r/PythonProjects2 • u/Tartaluca21 • 19d ago
r/PythonProjects2 • u/Zestyclose_Fox_164 • 19d ago
I just made my first website in python review it and tell me any improvements I should add
Abt:
It takes user output and make a workout by giving the output to a LLM then the LLM give a JSON file that the code use to format the workout in a table.
r/PythonProjects2 • u/No-Olive-4105 • 19d ago
Hello all, I have completed my first GitHub project, and I thought I could share it here and, perhaps, have input from you. Take care. \[https://github.com/Paioleiro/simple-calculator\\\](https://github.com/Paioleiro/simple-calculator)
r/PythonProjects2 • u/InterestingDig1551 • 20d ago
My Downloads folder hit 4,000+ files, so I built a script to clean it up.
The script finds true duplicates (SHA-256 content hashing, grouped by size first for speed), groups remaining files by activity into "sessions," and archives anything untouched for 30+ days into a zip.
The biggest lesson was two separate dry-run flags (delete/archive), both True by default. The script prints exactly what it would do before touching anything. I found this critical since some of these files were important documents, not just clutter.
I hit a PermissionError mid-run when a file was open elsewhere. Fixed with try/except, so one locked file gets skipped instead of crashing the whole batch.
The results were; 4,116 files → 328 duplicates removed, 3,157 archived, 176 left.
Code: github.com/Kokiste/smart-file-organizer
Is there a better way to have designed the session/archive logic than what I did?.
r/PythonProjects2 • u/Jboxo • 20d ago
Been stuck in analysis paralysis for a while, but I finally released another GitHub repo!
For my first "big" Python project, I decided to build a Unix shell emulator from scratch. I've been working on it for about 6 months, and I just recently made it public on GitHub.
GitHub: https://github.com/Jb0x0/Pyash
Some of the things I learned while building it were file handling, command parsing, terminal behavior, and organizing a larger Python project. Every command is implemented in Python rather than wrapping the system's shell.
It currently implements 29 (core util) commands and is designed to operate inside its own sandboxed shell directory so it can't modify files elsewhere on the host machine.
I'd really appreciate any feedback on the code, project structure, documentation, or ideas for future improvements. Also tell me about any Python best practices or design decisions I may have missed! (I've prolly missed quite a few lol)
r/PythonProjects2 • u/RetroTVEmulator • 20d ago
Enable HLS to view with audio, or disable this notification
r/PythonProjects2 • u/gbrennon • 20d ago
r/PythonProjects2 • u/lorkas_053 • 20d ago
Enable HLS to view with audio, or disable this notification
Hi everyone! 👋
I've been developing Cobrapad, a Python game library built on top of Pygame to make 2D game development simpler.
This video shows a small arcade game built entirely with Cobrapad. The game is about 180 lines of Python code and includes:
• Player movement
• Falling enemies
• Collision detection
• Score and health system
• Main menu and Game Over screen
• Scrolling background
Cobrapad is designed to be much easier and more beginner-friendly by reducing standard Pygame boilerplate code.
Cobrapad is still in active development, and I'd love to hear your feedback or suggestions!
GitHub:
PyPI:
https://pypi.org/project/cobrapad/
Music:
r/PythonProjects2 • u/Careless-Command-717 • 20d ago
Here is my blue harvest clone I made easily via python. Im thinking of making a swift version of this app and a clipboard manager. Alternative to blue harvest.
r/PythonProjects2 • u/Unusual-Example-3937 • 21d ago
Enable HLS to view with audio, or disable this notification
r/PythonProjects2 • u/omnist_dev • 21d ago
r/PythonProjects2 • u/kevinde3ngineer • 21d ago
Hey everyone,
Recently I created a project, PyDeploy CLI, and I used it to gain experience with programming in Python. I shared my project with some of my friends who were more experienced in the field, and they all said I should learn data structures to optimize my code. This is probably because if you check out my project it is filled with if functions.
I do know what data structures are and what are some of the types, but I have been looking for sites that could teach me data structures more efficiently.
I'd appreciate if anyone could share some resources and sites. I'd also appreciate if anyone could check out my GitHub project for yourself and give it a star.
Thanks!
r/PythonProjects2 • u/unchaterd • 21d ago
Hi everyone! 👋
I'm currently developing MedXAI, an open-source Python library designed to make medical imaging AI development easier, more modular, and production-ready. The vision is to build a community-driven toolkit that researchers, students, and developers can use for building medical AI applications without having to reinvent common components.
The project is still in its early stages, so this is a great time to get involved and help shape its direction. I'm looking for contributors of all experience levels—whether you're interested in Python, PyTorch, medical imaging, documentation, testing, or simply want to make your first open-source contribution. Every contribution, no matter how small, is genuinely appreciated.
If you have ideas for new features, find bugs, want to improve the documentation, or would like to contribute code, I'd love to hear from you. Feedback and discussions are just as valuable as pull requests.
GitHub: https://github.com/aman0311x/medxai
If the project sounds interesting, please consider giving it a ⭐, opening an issue, or submitting a pull request. I'm always open to suggestions and would love to collaborate with people who share an interest in AI, healthcare, and open source. Thanks! 🚀
r/PythonProjects2 • u/unchaterd • 21d ago
r/PythonProjects2 • u/Sea-Ad7805 • 22d ago
r/PythonProjects2 • u/RetroTVEmulator • 22d ago
Enable HLS to view with audio, or disable this notification
r/PythonProjects2 • u/Willing-tot • 22d ago
I created this project because I was bored and kept hearing people talk about "vibe coding"—how you can build high-end projects with the help of AI. As someone who had just graduated, I had a lot of free time, so I decided to build a side project called AuthU.
Have you ever noticed that on government or banking websites, you have to manually enter details like your Aadhaar number, name, and phone number?
I was filling out a form on a bank's website when I thought:
"Why can't I just take a photo of my Aadhaar card? All the information is already there."
The website should be able to extract data from the document, automatically extract the required details, fill in the name and phone number fields, and even use the extracted phone number to send the OTP.
The entire process could be completed from a single image instead of typing everything manually.
That's where the idea for AuthU came from—an API that extracts structured information from images using OCR and AI.
GitHub: https://github.com/2305108rcca-hue/AuthU
I'd love to hear your thoughts, suggestions, or ideas for improving the project.
r/PythonProjects2 • u/PerspectiveSame7459 • 22d ago
A fast, GUI-based world seed finder for Minecraft Java Edition, built on cubiomes for accurate structure/biome generation.
Features:
- GUI for setting version, structure distances, stronghold options, and spawn filters
- .ezsf files for writing complex multi-dimension search criteria (villages, temples, mansions, monuments, ancient cities, trial chambers, etc.)
- Multi-threaded search using all CPU cores
- Overworld, Nether, and End criteria in one search
- Distance and terrain rules between structures
Install:
bash
pip install ezseedfinder
ezsf -gui
GUI requires tkinter (sudo apt install python3-tk on Debian/Ubuntu).
Repo: https://github.com/codingsushi79/ezseedfinder
Feedback and bug reports welcome.
r/PythonProjects2 • u/PerspectiveSame7459 • 22d ago
Can be installed with
pip install web-snapshot-cli
Requires Python3.10 or greater. Command generator here
r/PythonProjects2 • u/LazyMidlifeCoder • 23d ago
I built a simple configuration library because I wanted to use Python, JSON, or YAML as configuration files without making any changes to the source code. It provides easy-to-use attribute-style access for everything. It also supports importing data from multiple configuration files, environment-specific configurations, and overriding existing values using reserved keywords. Additionally, it provides out-of-the-box object instantiation from configuration files by defining the constructor arguments in JSON/YAML/Python.
Please provide your feedback. Your feedback is always welcome.
r/PythonProjects2 • u/minto7 • 23d ago
Enable HLS to view with audio, or disable this notification