Did a lot of messing around with API's and I'm starting to get into authentication which is exciting!
Did a lot of messing around with API's and I'm starting to get into authentication which is exciting!
Messed around with accessing API's a little bit and cleaned up some of my code for the monitor app, not much but I kinda wanted to chill out today!
Messed around with accessing API's a little bit and cleaned up some of my code for the monitor app, not much but I kinda wanted to chill out today!
Finished building out the Disk Space check! It’s working cross-platform and reports overall disk usage cleanly. Didn't get to adding folder-level reporting yet — I’ll probably circle back to that later. Checking mounts need to be more dynamic but it works for now!
Finished building out the Disk Space check! It’s working cross-platform and reports overall disk usage cleanly. Didn't get to adding folder-level reporting yet — I’ll probably circle back to that later. Checking mounts need to be more dynamic but it works for now!
Finished up the CPU check and the Memory check, started working on the disk space check but I'm running into a few complications since I want it to be cross platform and also return the folders with the highest space used. But I'll work on it tomorrow!
Finished up the CPU check and the Memory check, started working on the disk space check but I'm running into a few complications since I want it to be cross platform and also return the folders with the highest space used. But I'll work on it tomorrow!
Worked a bit on getting the cpu check done but I didn't have enough time today to finish it so I will continue tomorrow!
Worked a bit on getting the cpu check done but I didn't have enough time today to finish it so I will continue tomorrow!
Worked a ton on my system monitor daemon, I added a pretty complete function to alert if something went wrong, I added logging, added a function to get the top resource consuming processes when prompted to when a threshold is reached.
Worked a ton on my system monitor daemon, I added a pretty complete function to alert if something went wrong, I added logging, added a function to get the top resource consuming processes when prompted to when a threshold is reached.
Couldn't sleep so I figured I'd work on a system health script I've been meaning to make for my Raspberry Pi. Super basic so far but I'm definitely going to flesh this out a ton. It's actually super practical for me to do this
Couldn't sleep so I figured I'd work on a system health script I've been meaning to make for my Raspberry Pi. Super basic so far but I'm definitely going to flesh this out a ton. It's actually super practical for me to do this
I learned how to send emails with Python so I made a little script to send emails to people on their birthdays! Definitely can improve a bit and make it more compact but it's readable!
I learned how to send emails with Python so I made a little script to send emails to people on their birthdays! Definitely can improve a bit and make it more compact but it's readable!
I worked a lot on my flashcard program and I have it mostly done with the functionality in mind but I just have to add the feature to remove entries from the list if the user got it right but I'm tired so I'll tackle that tomorrow!
I worked a lot on my flashcard program and I have it mostly done with the functionality in mind but I just have to add the feature to remove entries from the list if the user got it right but I'm tired so I'll tackle that tomorrow!
Been struggling a bit mentally the last few days due to the normal lack of self worth and all that fun stuff so I haven't really been able to do anything. I'm trying my best trying to get back onto the train though. Started making a flashcard app in TKinter.
Been struggling a bit mentally the last few days due to the normal lack of self worth and all that fun stuff so I haven't really been able to do anything. I'm trying my best trying to get back onto the train though. Started making a flashcard app in TKinter.
Alright I locked in a little bit and made a search function, made the generate password function(stole from an old project and refactored), added error handling, added the save to json file function, and started using customtkinter. Project looks way better!
Alright I locked in a little bit and made a search function, made the generate password function(stole from an old project and refactored), added error handling, added the save to json file function, and started using customtkinter. Project looks way better!
Started to make a mini password generator in TKinter, I've really only got the UI elements done so far but tomorrow I will make the save to file function and the password generator function which should both be pretty easy.
Started to make a mini password generator in TKinter, I've really only got the UI elements done so far but tomorrow I will make the save to file function and the password generator function which should both be pretty easy.
Made a pomodoro application using TKinter! Super basic but it's kind of neat, I don't really think I want to keep modifying though, just cause of my dislike of TKinter but it works for what I was intending and that's good enough for now.
Made a pomodoro application using TKinter! Super basic but it's kind of neat, I don't really think I want to keep modifying though, just cause of my dislike of TKinter but it works for what I was intending and that's good enough for now.
Made a super simple application using TKinter to calculate miles to km. What did I learn? TKinter documentation is absolutely horrid and I'm not a big fan of it LOL. Cool to know though and I do want to keep trying to use it.
Made a super simple application using TKinter to calculate miles to km. What did I learn? TKinter documentation is absolutely horrid and I'm not a big fan of it LOL. Cool to know though and I do want to keep trying to use it.
I haven't done too much the past two days because my movers finally dropped by to drop off my stuff and just overall exhaustion BUT I have been learning about TKinter and args. I was always confused seeing args in random code but now it makes sense!
I haven't done too much the past two days because my movers finally dropped by to drop off my stuff and just overall exhaustion BUT I have been learning about TKinter and args. I was always confused seeing args in random code but now it makes sense!
I'm learning list and dictionary comprehension! It truly does make things a lot more compact which is pretty cool. I made a a program that takes user input and returns back the input but using the phonetic alphabet.
I'm learning list and dictionary comprehension! It truly does make things a lot more compact which is pretty cool. I made a a program that takes user input and returns back the input but using the phonetic alphabet.
I finished making my states game, the final touch was adding an exit option that exports all the states you didn't guess to a .csv!
I finished making my states game, the final touch was adding an exit option that exports all the states you didn't guess to a .csv!
Making a states guessing game based of the us states guessing game on sporcle! I'm going to finish this tomorrow but it's mostly done. I need way more practice with pandas for sure
Making a states guessing game based of the us states guessing game on sporcle! I'm going to finish this tomorrow but it's mostly done. I need way more practice with pandas for sure
Finally decided to move over to Arch and my god I love it. Got it setup pretty quickly using Hypr and I'm super happy with the outcome so far.
Also started to learn about pandas, I'm thinking I want to iterate my teamkill bot database but that's for another day!
Finally decided to move over to Arch and my god I love it. Got it setup pretty quickly using Hypr and I'm super happy with the outcome so far.
Also started to learn about pandas, I'm thinking I want to iterate my teamkill bot database but that's for another day!
I created a script that replaces [name] with an actual name from a predefined list. Nothing wild but I do need to get more used to working with file systems!
I created a script that replaces [name] with an actual name from a predefined list. Nothing wild but I do need to get more used to working with file systems!
Added file support to my snake game, so high scores actually get saved! Was kind of a pain in the ass to get the leaderboard to show up the way I wanted but I got there with a few ChatGPT prompts and googling.
Added file support to my snake game, so high scores actually get saved! Was kind of a pain in the ass to get the leaderboard to show up the way I wanted but I got there with a few ChatGPT prompts and googling.
I spent these two days making a cross road type game using turtle graphics! Pretty happy with the way this turned out.
I spent these two days making a cross road type game using turtle graphics! Pretty happy with the way this turned out.
Learned a bit a bout REST and Django! Might have to actually build a website using Django and host it on a raspberry pi or something. That could be fun!
Learned a bit a bout REST and Django! Might have to actually build a website using Django and host it on a raspberry pi or something. That could be fun!
Switching it up a little bit and learning about API's/Docker! I felt like I just need to learn a little about it moving on. Also did a little scripting to be able to move windows between virtual desktops with a keybind so I can bind it to my MX Master 3S!
Switching it up a little bit and learning about API's/Docker! I felt like I just need to learn a little about it moving on. Also did a little scripting to be able to move windows between virtual desktops with a keybind so I can bind it to my MX Master 3S!