Activity

KON/NOS R

Shipped this project!

Hours: 2.45
Cookies: 🍪 10
Multiplier: 4.21 cookies/hr

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.

KON/NOS R

Added copy functionality with an animation and improved the readme! I also cleaned up the code and made a banner in canva.

Attachment
0
KON/NOS R

Added Hex conversion explanation and made some improvements to the UI so the boxes appear side-by-side

Attachment
0
KON/NOS R

Added digit count and made it so the input gets filtered (non hex characters get removed and hex numbers get auto capitalized for consistency)

Attachment
0
KON/NOS R

Switched to text areas for the input and output fields for better readability and usability! I also made some css updates!

Attachment
0
KON/NOS R

Added more css and fixed some minor issues. The conversion field is now in a container!

Attachment
0
KON/NOS R

Added basic logic, made barebones html page and added some css styling.

Attachment
0
KON/NOS R

Shipped this project!

Hours: 15.44
Cookies: 🍪 263
Multiplier: 17.05 cookies/hr

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!

KON/NOS R

Final testing, improvements and packaging!

0
KON/NOS R

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 :(.

Attachment
0
KON/NOS R

Fixed an error I caused to the player in the last devlog and redesigned how the lyrics get displayed.

Attachment
0
KON/NOS R

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)

Attachment
Attachment
0
KON/NOS R

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!

Attachment
Attachment
0
KON/NOS R

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.

Attachment
0
KON/NOS R

Shipped this project!

Hours: 0.81
Cookies: 🍪 4
Multiplier: 4.58 cookies/hr

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)

KON/NOS R

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.

Attachment
Attachment
0
KON/NOS R

I colourized the help message, did some code cleanup and started testing a loop playback feature!

Attachment
0
KON/NOS R

Added a new command ‘info’ and updated the contents of the ‘help’ command to match this change!

Attachment
0
KON/NOS R

Added basic command functionality (help and play).

Attachment
0
KON/NOS R

Updated Ascii art and colors! also did some code cleanup.

Attachment
Attachment
0
KON/NOS R

-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

Attachment
0
KON/NOS R

The program no longer crashes when songs with no lrc data are chosen and I made various other fixes!

Attachment
0
KON/NOS R

-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

Attachment
0
KON/NOS R

Found a way to overcome the asyncio issue in the first version using pygame function: pygame.mixer.music.get_pos()

Attachment
0
KON/NOS R

Shipped this project!

Hours: 5.2
Cookies: 🍪 60
Multiplier: 9.63 cookies/hr

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!

KON/NOS R

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.

Attachment
0
KON/NOS R

Gave the cli elements a better look and made lyrics appear on their timestamp!

1

Comments

KON/NOS R
KON/NOS R about 1 month ago

I think the sound got corrupted in the screen recording but trust me it is there!

KON/NOS R

Formatted time correctly and made the cli look better. Spent most of the time debugging the progress bar and time functions.

Attachment
0
KON/NOS R

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.

Attachment
0
KON/NOS R

Shipped this project!

Hours: 1.74
Cookies: 🍪 12
Multiplier: 6.91 cookies/hr

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.

KON/NOS R

CSS improvements and debugging, uploaded the new version on vercel and merged past repositories.

Attachment
0
KON/NOS R

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.

Attachment
0
KON/NOS R

Managed to get it on Vercel hosting after going insane multiple times………………

Attachment
1

Comments

Jackson
Jackson about 2 months ago

this is why you use netlify

KON/NOS R

Shipped this project!

Hours: 5.53
Cookies: 🍪 17
Multiplier: 3.07 cookies/hr

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.

KON/NOS R

I made fixes in the backend and improvements to the UI! Additionally, I added the total time spent field in the habit subpages!

Attachment
Attachment
0
KON/NOS R

Past session time now appears in hh:mm:ss format instead of seconds! I also wrote a readme.

Attachment
Attachment
0
KON/NOS R

Minor fixes, past habit time display and CSS styles improvements!

Attachment
0
KON/NOS R

Added habit deletion and a back icon sprite for the habits subpages!

Attachment
0
KON/NOS R

Finished the Tasks section and made some changes to the CSS!

Attachment
0
KON/NOS R

Made github repo and created basic html pages!

Attachment
0
KON/NOS R

Shipped this project!

Hours: 3.57
Cookies: 🍪 16
Multiplier: 4.61 cookies/hr

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.

KON/NOS R

First devlog! I made the basic backend using python and flask and created the first html page.

Attachment
0
KON/NOS R

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.

Attachment
0