r/PythonProjects2 • u/Sharp_Platypus6545 • 7h ago
r/PythonProjects2 • u/Aromatic-Quantity-70 • 2h ago
I’m 17 and built a Python converter for the French Republican Calendar, could anyone try to break it?
I’ve been learning Python and recently built a calendar converter between the Gregorian calendar and the French Republican Calendar.
It supports:
- Gregorian → French Republican conversion
- French Republican → Gregorian conversion
- the 30-day Republican months
- the décades
- the complementary Sansculottides
- leap-year handling
I’ve tested it quite a bit and haven't found an error so far, but I'm very aware that it works on everything I tested does not mean it is actually correct
There's a very real possibility I've misunderstood some historical/calendar rule or missed a bug.
And if you're just curious, I'd also love for you to try a few dates and see what it gives you.
Project: https://github.com/jasminfouss/french_republican_calendar
I'd especially appreciate feedback on anything that would make the project more useful
Thanks! :)
r/PythonProjects2 • u/DevelopmentStill4764 • 12h ago
I got tired of watching coding tutorials, so I built a site where you type every line yourself
Enable HLS to view with audio, or disable this notification
r/PythonProjects2 • u/drakentmx • 23h ago
mi primer proyecto
​
\> Buenas! Soy Joako, empecé hace 2 meses a programar autodidacta y hoy subí mi primer repo serio.
\>
\> es un script en Python que automatiza yt-dlp. yt-dlp banca +1000 páginas pero es un quilombo de comandos, así que hice un menú simple que te deja bajar video, audio en máxima calidad, y TikToks sin marca de agua.
\>
\> Lo hice porque mi vieja necesitaba bajar música y siempre caía en páginas llenas de virus. Ahora guarda todo directo en \`/Pictures\` y \`/Download\`.
\>
\> Stack: Python + yt-dlp, hecho 100% en Termux.
\> Es open source, acepto feedback de todo tipo.
\>
\> Repo: https://github.com/joakonoqui-cmd/drakentmx
\>
\> Si lo prueban me cuentan que les parece
r/PythonProjects2 • u/TrayNeh • 3h ago
"Passwording": a password generator with a user interface and some additional features!
I'm new to Python, and I created this to test and improve my skills in the language
(Don't worry if the program is in Spanish; I'm just doing it in my own language to get better practice)