Shipped this project!
This ship covers everything in PR 13 to webdev (https://github.com/hackclub/webdev/pull/13)
- Add note about club levels
- Adding flavorless workshop link
- Edit CSS :sob (cc: @gamer_waves & @jps)
This ship covers everything in PR 13 to webdev (https://github.com/hackclub/webdev/pull/13)
As Flavorless is now got it’s own workshop link i added that, grayed out old ysws, fixed up some new/edited CSS!
https://github.com/hackclub/webdev/pull/13
Log in to leave a comment
And I though I was finished, yikes! I’ve added a rate limiting (with the help of copiolet) so my ai.hackclub.com isn’t drained, it is global, not user based. I added a disclamer for CDN being down then fixed it a few minutes later, cool! whatt else? Oh, did a few things to the readme and added an example.env.
their we go, thats all! to do: ping the user when the idea is generated!!!!
Log in to leave a comment
Set up docsify and added some filler content, need to work on design before conetnt going forward. Going to look at guide.leaders.hackclub.com as they use the same framework(?).
Log in to leave a comment
So QRCode Suite now has a GUI made in tkinter. this libray is something you learn about at the end of any simple python tutorial book (the ones for little kids) but i never got the hang of it. This included a lot documentation reading and when that failed a bit of LLM!
I’m very happy with this ship as is neatly shows all the function as good QRCode Gen should have in a simple desktop app.
If there are bugs comment here or make a github issue.
if you are voting for this, hii.
if you are a shipwright, hiiiiiii!
I fixed some small bugs in code and made a requirements.txtas well as finish up the README.md ready to ship.
Log in to leave a comment
I added the Hack Club webring and updated the/tooglepage. I’m only making this devlog cause it was logged on hackatime. Once I finish other projects I will start working on this project in more focus.
Log in to leave a comment
Used python-weather to make a simple script to send weather in °C using the documentation. I then implimented this into a Slack bot (using knowlage from previous slack bot project) where when you run /weatherin the channel it will tell you the current tempreture only visible to you.
Log in to leave a comment
Added in buttons for viewing history (prev. codes made), preview QR Code (last made) and closing the window.
Log in to leave a comment
Now I’ve moved onto the GUI version using tkinter!
I found some documentation here and used that to help me. It is very simple right now and not much differant from the CLI to I’m hoping to add new features like history, custom center images or cutsom saving locations?
Log in to leave a comment
I have finished the CLI version of QRCode Suite!
Right now the demo link goes to a github releases tab where v1.0 has an .exe that will run the QR Gen.
It is made in python and took just over 1 hour.
Turned into a .exe! It has some ASCI art and info before making QR Code. you have the option to make another. The file name is differant each time! Migth ship this now then start work on GUI version!
Log in to leave a comment
Tested a few things out with normal qrcode library but on Stack Overflow I found some code to add custom logo’s on to which may be usefull.
Log in to leave a comment
That is cool you will have to let me know how it goes I would love to make custom qr codes with my logos on them!
So I know I said i was finished but then i added more stuff! Now when you send ‘meow’ in chat it reacts with neodog_evil and sends a passive agressive threaded reply AND if you send ‘woof’, ‘wruff’ or ‘wooof’ it reacts with a random emoji (from a list) and has a 1 in 3 chance of either: sending a random community members dog, sending a threaded responce or nothing. Looking forward I hope to add a dog API for more pics of dogs! Hosting wise I plan on testing if nest works but if not then that doesn’t matter as I can use my Pi 🥧!
Log in to leave a comment
So I’m away on holiday and all my API Keys are saved on my laptop at home so i can’t get them while im away! The one time i don’t use a codespace. I don’t think there is much to add. The main thing is hosting it. My Pi from Arcade will work because Nest is down but @AVD said we may be able to use Hack Club Servers :partyowl
Log in to leave a comment
Added Hack Club AI in the form of ‘/ideas’, which generates a random dog themed project idea and ALSO added ‘/dogpics’ which rn uses stock images but plan to include my dog, @Will, @AVD, @gamer_waves dog pics!
I started by learning and educating myself on how making a slack bot in python works. Currently it is sends a random message (from a list) to a certain channel when the program is run. it only works in a private channel for now while we sort out Woof as a YSWS launching.
Log in to leave a comment