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 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.
Haven't been feeling very well mentally the past few days so I really slowed it down for now. I did make pong though so that's pretty cool. I just needed to figure myself out for a little bit but I am back on the train!
Haven't been feeling very well mentally the past few days so I really slowed it down for now. I did make pong though so that's pretty cool. I just needed to figure myself out for a little bit but I am back on the train!
I finished my snake game! It was pretty challenging but I used a ton of OOP concepts in this which was kinda wild how much easier it made it. Without OOP I'd be beyond confused and everything would be spaghetti.
(I'm not very good at snake)
I finished my snake game! It was pretty challenging but I used a ton of OOP concepts in this which was kinda wild how much easier it made it. Without OOP I'd be beyond confused and everything would be spaghetti.
(I'm not very good at snake)
I changed the snake game to use OOP more cause it was kind of spaghetti. It only handles movement currently but I will add the score and game over conditions tomorrow!
I changed the snake game to use OOP more cause it was kind of spaghetti. It only handles movement currently but I will add the score and game over conditions tomorrow!
Messed around with python turtle graphics and made a few things! Really happy with today and I feel like I learned a bit more and it was kind of fun!
Messed around with python turtle graphics and made a few things! Really happy with today and I feel like I learned a bit more and it was kind of fun!
I made an anime quiz! I really exercised my OOP muscles for this one and I'm really proud of it!
I'm also back to using Linux, decided to switch from Pop to Fedora KDE and I'm really liking it so far.
I made an anime quiz! I really exercised my OOP muscles for this one and I'm really proud of it!
I'm also back to using Linux, decided to switch from Pop to Fedora KDE and I'm really liking it so far.
Started to learn about OOP so I remade the coffee maker app from yesterday, but man this is probably the first thing that I'm really having difficulty understanding. Maybe it's the sleep deprivation but it's hard!
Started to learn about OOP so I remade the coffee maker app from yesterday, but man this is probably the first thing that I'm really having difficulty understanding. Maybe it's the sleep deprivation but it's hard!