I created a sketch of Eevee from Pokemon
Note that this was done before the introduction of mini-scraps
I'm also going to link 2 sessions though one of them I ended early since I did not mean to start this yet and when linking I do not know which is which. Please only take into consideration the completed hour.
Repo: github.com/AJOSH0912/Eevee-Drawing
I created a way to filter f1 news in Python. I changed up the project so that You can put whatever keywords you want to put and it'll find those articles
There are a couple of bugs in the code one where the dark mode does not work as intended. It leaves a couple of white spaces which I suspect I need to change the colour of the actual interface rather than the websites.
Next, when running the code, some unnecessary websites come up. I believe this is either due to the keywords used to describe your search, or it is an issue with the people who created the API. It could also be ads for them so that they can make a profit.
This project took me a bit longer than 2 hours though it was only like 15 or so minutes since I had to fix errors
Repo: github.com/AJOSH0912/Advanced-F1-News
I created a code to gather all f1 news and put it in a GUI. It still filters some useless stuff. Towards the end of the hour, I tried to fix this but I didn't know how to. I'm thinking on using this mini project to create a slightly bigger and more advanced one which is formated different. Repo: github.com/AJOSH0912/F1-news
Created a drawing of SpongeBob, Note this was done a while back but I have found time now to put all my drawings into the scrapbook. Repo: github.com/AJOSH0912/New-Drawing-Folder-Arcade
I created a metric to imperial converter. The second bit took a while to do since I'm not that quick at coding and te second half consisted of functions and coding the actual usability. Project:github.com/AJOSH0912/Metric-To-Imperial-Converter
I have created a drawing of Aang from Avatar The Last Airbender. The difficult part was creating the body since I wanted to put it on a slant so that the rings look tilted as well. after finishing the main part of the body, the rest when mostly fine. Project: github.com/AJOSH0912/Aang-Drawing
I created a chess game in Python using Tkinter. I first thought of using Pygame but i finished it on Tkinter. The only issue I had was displaying a checkmate screen since I did not know how to express in code what a checkmate is. Commits: github.com/AJOSH0912/Chess/commits/main. Final Project: github.com/AJOSH0912/Chess.
I created a calculator in Python using Tkinter. This is the first time I used numbers like these in a program for this, so it was a bit slow paced since I had to do a loooottt of research since all of this was new to me. Commits: github.com/AJOSH0912/Calculator/commits/main. Final Project: github.com/AJOSH0912/Calculator
I created a pong game using Pygame. I first created the basic multiplayer game, then I added an increment of the speed of the ball, and then I added a basic AI. The final commit was the most difficult as I had to replace the majority of my code, because of the screen to decide whether the multiplayer or singleplayer was glitching out. I fixed the error in replit and replaced the original code with the updated one into vs code. Commits: github.com/AJOSH0912/Pong/commits/main Final Project: github.com/AJOSH0912/Pong