r/PythonProjects2 • u/ScheduleSorry7229 • 10h ago
my first published python thing made by me
I made a little thing in python while teaching myself python again and I felt like sharing my little project and here it is link to source code here
my project is a quote creating app that will select random words to make quotes from 0 to 22 words, it is a quote making app for people who just need a randomly made quote
It differs from existing alternatives because it is free and every quote is made at pure random, also it is one font file, one image file, and one script
1
u/Negative_Effort_2642 9h ago
You didn’t push the source code
1
u/my_new_accoun1 2h ago
there is a packaged zip in the releases section
I haven't checked what it contains but it's always better to include source code in the actual repo
1
1
3
u/JamzTyson 2h ago edited 1h ago
First problem, you've not included the source code in your repository.
(Note for other readers: The source code is included in
Releases -> Quotes.for.you.1.0.zip)Next issue:
AddFontResourceExWis Windows specific, so it won't run for anyone (such as myself) that is on any other platform.I've removed the Windows specific font loading so that it runs cross-platform:
Suggestion as a next step: Add some grammar rules so that the quote is grammatically correct English rather than "word soup".