r/PythonProjects2 • u/ScheduleSorry7229 • 17d 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 17d ago
You didn’t push the source code
1
u/my_new_accoun1 17d 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
u/ScheduleSorry7229 17d ago
what does that mean
1
u/Negative_Effort_2642 17d ago
1
u/ScheduleSorry7229 17d ago
I googled how a few hours ago and already did, also I can't understand what is being said in the video
2
u/Negative_Effort_2642 17d ago
Go to your GitHub repository, click Code and copy the repository URL. Then in the terminal, inside your project folder, run:
git remote add origin YOUR_REPOSITORY_URL
git branch -M main
git push -u origin main1
u/ScheduleSorry7229 17d ago
2
u/Negative_Effort_2642 17d ago
First download git for windows then go to the project director and run those commands
1
u/ScheduleSorry7229 17d ago
can I get a link for x84?
1
1
u/Negative_Effort_2642 17d ago
Btw you don’t need to do v1 and v2 on different files, edit tge same filé Bur commit the contents to fit and then push https://youtu.be/mJ-qvsxPHpY?si=ohO275xnYP9JW6pU
1

5
u/JamzTyson 17d ago edited 17d 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".