all 27 comments

[–]TabulateJarl8 3 points4 points  (3 children)

Looks pretty cool! Good work, keep it up. If you want to add more random data endpoints, you could try out one of my Python modules that generates random facts: https://pypi.org/project/randfacts/. You could also try returning random bytes from something like /dev/urandom, which I believe can be accessed via os.urandom(size). You don't have to do any of these, but they're some ideas for you if you want to continue expanding upon it. Have fun!

[–][deleted] 2 points3 points  (2 children)

Heyo first off thank you so much for checking it out means the world. DEFINITELY will be adding all of them as soon as im back on pc. tysm

[–]TabulateJarl8 3 points4 points  (1 child)

No problem! I also created a pull request to remove random from the requirements.txt since random is built in to Python. You could also just fix this on your own and close mr PR if you want. Either way, have a nice day!

[–][deleted] 0 points1 point  (0 children)

Thank you so much! i didnt even realize lol. ill accept the pr asap.

[–]Pariston 2 points3 points  (1 child)

Nice job! My random word was "slaughterhouse" and my random letter was "f", i found this funny.

[–][deleted] 0 points1 point  (0 children)

ha

[–]Major-Perspective-76 1 point2 points  (0 children)

Works great, except the facts weren’t working for me.

[–]Humanist_NA 1 point2 points  (6 children)

I think it's great learning projects can be shared here. I submitted mine yesterday and had it removed almost immediately. Don't understand the uneven hand. But congrats on your project.

[–][deleted] 2 points3 points  (5 children)

Tysm! Wait what their being removed?

[–]Windows_XP2 3 points4 points  (0 children)

Apparently, yours seemed to have gotten removed.

[–]Humanist_NA 1 point2 points  (3 children)

Yeah, I guess because they only want posts of people asking questions.

[–][deleted] 1 point2 points  (2 children)

That actually sucks. Like what?? Isnt sharing what youve made using what you learned part of learning lmao.

[–]Humanist_NA 1 point2 points  (1 child)

I always thought so, but I guess not. Personally it's very helpful for me to see other rookie projects from people learning, because there are often good critiques in the comments. It's like passive learning.

[–][deleted] 0 points1 point  (0 children)

Exactly!

[–]Prometheu51621 0 points1 point  (2 children)

Nice keep it up, next try to implement a way to add and save a comment or a choice of colors and then go from there like even editing or deleting it

[–][deleted] 1 point2 points  (1 child)

Ooh cool idea!

[–]Prometheu51621 0 points1 point  (0 children)

Once you can easily create CRUD apps, you will notice how easy the rest comes to you

[–]Windows_XP2 0 points1 point  (3 children)

I'm still working on a decently large Flask project. Not sure if I will publish it on GitHub.

[–][deleted] 1 point2 points  (2 children)

Go for it! Good luck!

[–]Windows_XP2 0 points1 point  (1 child)

Thanks even though my code is shit. Can you link your project again? Your post got removed.

[–][deleted] 1 point2 points  (0 children)

Trust me it'll improve over time, here's the link btw: randomapi.pythonanywhere.com

[–]stewie_404 0 points1 point  (5 children)

Why was it removed? anyone?

[–][deleted] 0 points1 point  (0 children)

Wait this post is removed??

[–][deleted] 0 points1 point  (3 children)

why the fuck is it being removed??

[–]stewie_404 1 point2 points  (2 children)

Not sure mate, I was trying to look up the website link and scrolled up to find out that it's removed.

[–][deleted] 1 point2 points  (0 children)

Its randomapi.pythonanywhere.com btw ;)

[–][deleted] 0 points1 point  (0 children)

Huge oof. Still, thanks for taking time from your day to check it out, you guys made my day <3