Shipped this project!
I built a simple Hex to Binary and Decimal converter (web app) with live update and digit count features, as well as a copy function. Tbh this is just a last minute project for20 extra cookies I need for a keyboard.
I built a simple Hex to Binary and Decimal converter (web app) with live update and digit count features, as well as a copy function. Tbh this is just a last minute project for20 extra cookies I need for a keyboard.
Added copy functionality with an animation and improved the readme! I also cleaned up the code and made a banner in canva.
Log in to leave a comment
Added Hex conversion explanation and made some improvements to the UI so the boxes appear side-by-side
Log in to leave a comment
Added digit count and made it so the input gets filtered (non hex characters get removed and hex numbers get auto capitalized for consistency)
Log in to leave a comment
Switched to text areas for the input and output fields for better readability and usability! I also made some css updates!
Log in to leave a comment
Added more css and fixed some minor issues. The conversion field is now in a container!
Log in to leave a comment
Added basic logic, made barebones html page and added some css styling.
Log in to leave a comment
I built a CLI music player with synchronized lyrics named ‘RhythmSync’ using python!
In this project I did tons of debugging and learnt quite a lot about the rich module in python and improved my overall python scripting skills. Also, this is the first project that I tried to make a proper readme for and I must admit it was pretty hard (hope it’s okay).
Finally, I really like how it turned out and I plan on adding pause, fast forward and other such features!
Final testing, improvements and packaging!
Log in to leave a comment
Added directory loop playback (play -dr ) and made respective changes to the help command and readme. I also spent a lot of time testing python modules to capture spacebar presses in order to add pause-unpause functionality but I couldn’t find something that works with my project sadly :(.
Log in to leave a comment
Fixed an error I caused to the player in the last devlog and redesigned how the lyrics get displayed.
Log in to leave a comment
Added shuffle functionality (play -ds ) and made respective changes to the help command and readme.
I also redesigned the message for “-d” and “-ds” on the header (as can be seen in the screenshots for example: 🔀︎Playing 1 of 11)
Log in to leave a comment
Added new command: “clear” to clear the terminal and added a symbol to the header of the player for when you are using the “-d” mode just like with the “-r” mode!
Log in to leave a comment
Added new parameter for the play command (“play -d ” where path is a directory) that plays every song in the given directory in alphabetical order. I also updated the help command and readme to match those changes.
Log in to leave a comment
I built a simple cli python tool for tracking the position of the International Space Station (ISS) in real time as well as how many people are currently in space! During this new ship i tried to improve the previously functional but messy command logic and made the program handle all commands in a better way that avoids errors and missinputs. i also learned how to properly write the previously incomplete readme.
(I am updating this project for the Kernel sidequest)
Improved command logic and made other minor adjustments to the layout! I also spent some time to improve the readme and add more information!
Log in to leave a comment
The most major change is that I added a repeat feature to the music player with a little symbol to display it! I also made improvements to the command logic and now there is support for paths with spaces in the directory! Other than that, I wrote a basic readme and updated the help command.
Log in to leave a comment
I colourized the help message, did some code cleanup and started testing a loop playback feature!
Log in to leave a comment
Added a new command ‘info’ and updated the contents of the ‘help’ command to match this change!
Log in to leave a comment
Added basic command functionality (help and play).
Log in to leave a comment
Updated Ascii art and colors! also did some code cleanup.
Log in to leave a comment
Minor improvements for usability.
Log in to leave a comment
-Error handling (it took me too long to make the input errors display because of the way I was using the clear_screen() function, thankfully after some rearranging of the code I was able to fix it)
-Various improvements and bug fixes
-Added ASCII art
-Also made the program to loop around once audio playback is completed
Log in to leave a comment
The program no longer crashes when songs with no lrc data are chosen and I made various other fixes!
Log in to leave a comment
-Made Title and Artist panel
-Added progress bar that fills as the song progresses with time elapsed and time remaining
-Added lyrics section where lyrics appear in sync with the song
Log in to leave a comment
Found a way to overcome the asyncio issue in the first version using pygame function: pygame.mixer.music.get_pos()
Log in to leave a comment
I built a cli music player that displays the lyrics in sync from the lrc part of the metadata of a flac (or other format) music file!
Finished debugging and packaged the python script! Made final changes to the readme and removed any unecessary files. This will be the last devlog for this project since I ran into a async loop error that means I can’t make any further improvements to this project. I might make RhythmSync2 in the future, though.
Log in to leave a comment
Gave the cli elements a better look and made lyrics appear on their timestamp!
Log in to leave a comment
I think the sound got corrupted in the screen recording but trust me it is there!
Now lyrics are synced to the song!
Log in to leave a comment
Formatted time correctly and made the cli look better. Spent most of the time debugging the progress bar and time functions.
Log in to leave a comment
Basic Python script for music playback (using pygame) and fetching the lyrics from the embedded LRC part of the music files. I also made a github repository.
Log in to leave a comment
I built a simple task and habit tracker using python to get started with flask! While developing this web-app I wrote my first script of JavaScript and did some heavy debugging to get flask to work and especially make it compatible with Vercel.
CSS improvements and debugging, uploaded the new version on vercel and merged past repositories.
Log in to leave a comment
After feedback I decided to make this web-app usable. Last ship, the project data were global, now every user has their own separate data that gets stored locally with the use of sessions.
Log in to leave a comment
Managed to get it on Vercel hosting after going insane multiple times………………
For this project I built a simple web app that helps you keep track of your tasks and habits! While developing this project I learned basic Flask functionality and wrote my first JavaScript script.
I made fixes in the backend and improvements to the UI! Additionally, I added the total time spent field in the habit subpages!
Log in to leave a comment
Past session time now appears in hh:mm:ss format instead of seconds! I also wrote a readme.
Log in to leave a comment
Minor fixes, past habit time display and CSS styles improvements!
Log in to leave a comment
Added habit deletion and a back icon sprite for the habits subpages!
Log in to leave a comment
Finished the Tasks section and made some changes to the CSS!
Log in to leave a comment
Basic CSS and cleanup.
Log in to leave a comment
Made github repo and created basic html pages!
Log in to leave a comment
I built a CLI app using python to track the position of the ISS in real time. In this project I learned how to colourize terminal output and how to package and upload a python programme to PyPI. I also got to get more used to git and github.
First devlog! I made the basic backend using python and flask and created the first html page.
Log in to leave a comment
Debugging and packaging! This project is ready for shipping!
Log in to leave a comment
Colorized ASCII art, made exiting graceful and added a new command ‘people’.
Btw I just realized that I am not supposed to show my code editor in these - oopsies.
Log in to leave a comment
Added ASCII art of the ISS I made (Inspiration and base layout was from an uncredited piece I found online)
Log in to leave a comment
Added command functionality and fixed issues about error handling and an issue with the .strip() function!
Log in to leave a comment
Made a simple python script that gets and prints the position of the ISS in real time. I am planning on adding parameters and maybe cli graphics.
Log in to leave a comment
I’m working on my first project! This is so exciting. I can’t wait to share more updates as I build.
Log in to leave a comment