You are browsing as a guest. Sign up (or log in) to start making projects!

arthihalder

@arthihalder

Joined June 13th, 2026

  • 21Devlogs
  • 6Projects
  • 5Ships
  • 34Votes
Ship Pending review

eXPlayer
eXPlayer is a terminal-based music player with LRC lyrics support!

to install it run the command : pip install explayer

How to use it?

After using the command to install it simply run

explayer

it will open the player window, now you need to set the directory or music folder. press [c] on your keyboard to open the command window from there you can set the music folder using command:

cd “[music folder path]”

and head back to the player with

back

And now just simply press [p] to play the songs in shuffle!

run the command

help

to learn about more commands!

Usage of AI:

Just Gpt is used in this project mainly to fix bugs. Though i did not fully copy gpts code i did write the snippets it gave me. It was used in making the lyrics function, config.json saving and loading function, playing next and previous song function, shuffle function, centering the logo. Other places i use it to help me fix bugs like 2 songs skipping at once when pressed next, not setted directory crashing the player.

Honestly it was a fun experience for me making my first usable py project!

  • 5 devlogs
  • 12h
Try project → See source code →
Open comments for this post

3h 37m 8s logged

final devlog: Finally i made the build and hosted it on PyPl. it took me a bit longer that i would like to admit though it was my first time making a py package. but it works now! run the command : pip install explayer to try it out!

0
0
18
Open comments for this post

37m 8s logged

devlog#4 finally added a config,json and save and load function to save the music file path. now it can remember the path so that you dont need to change the path everytime you want to play songs! Next i will add basic customization and fix a few bugs.

0
0
4
Open comments for this post

2h 47m 8s logged

devlog#3Finally made the command window for my music player you do a bunch of thing here! though making it was lot harder than i expected specially the function to make the song shuffle and after the first itteration there were lot of bugs so it took help from gpt to fix it! but it works fine now !

0
0
17
Open comments for this post

2h 31m 13s logged

devlog#2 well this happened. though it looked cool. after talking to gpt a bit i fixed it! it seems to be working fine now. Next i have plan to add a command tab or windows where you can customize color, playlist, etc.

0
0
41
Open comments for this post

2h 8m 35s logged

devlog#1 For a few days im seeing those reels in insta where people play lyrics in terminal. Im wanting to do the same but making it more dynamic with features such as playing songs in suffle, repeat, finding lyrics file and loadin on its own and a few customization! Today i get the lyrics and basic control system to work. I used this https://www.pygame.org/docs/ref/music.html for basics of playing music. I took the help of gpt to write the code that formates the lrc file. fnally im making the ui with ascii

0
0
19
Ship

Mama Bot is a slack bot that runs and replies in my native language Bangla! it is made to be used in our bangladeshi peoples channel! it is online 24/7 through Nest.

The commands:
/mama-help to show all the available commands
/mama-koi to ping the bot in a channel
/mama-biral to tell a random fact about cats (i kept it while trying out the tutorial)
/mama-jokebolo to tell a random joke from the json in Bangla /mama-telljoke to tell a random joke in english (i also kept this from the tutorial)
/mama-vallagena to tell a random quote when you are bored /mama-tosskoro to flip a coin
/mama-ajkekoitarik to fetch the current date

Ai usage :
i used gpt to format the json as it would have taken me too long to format it. and it also helped me through SSH in to the Nest Server.

Challenges?
it is my first time SSH ing into a server ! i found it cool!
and probably finidng content for the json for my bot was hard.

Try project → See source code →
Open comments for this post

41m 33s logged

MAMA BOT LAST POST BEFORE SHIPPING! so i wrote some lame jokes with the help of gpt as place holder for now and finiding more original jokes from insta reels and stuff i will keep updating the jsons!

0
0
30
Open comments for this post

1h 34m 57s logged

MAMA BOT! Mama bot is a slack app that works with slash commands and outputs replied in my native language Bangla! The bot is made for our #bangladesh channel to bring some fun by telling random jokes in our native language and say some random quotes in our native language. commands : /mama-koi to ping /mama-jokebolo to tell joke in bangla /mama-telljoke to tell joke in bangla /mama-vallagena to tell random quote /mama-tosskoro to clip a coin! /mama-ajkekoitarik to show the current date /mama-biral to tell random facts about cats /mama-help to show the available command i a .json file for the bangla jokes and quote and added function such as coin flip, date fetch as a quick learning opportunity. the catfacts and english joke are the code from the guide!

0
0
38
Ship

eXTab is a eDex UI inspired new tab page!

eDex UI is a custom sci-fi terminal for win and linux .

features! :

the page features a terminal with commands for opening google, youtube, github, chatGPT and also includes directly search through google and youtube. there is also a few fun commands! such as wrst and pcst which shows you pc status and weather!

the left bar includes weather data, system status and a clock. the left bottom box includes a to do list
the right bar includes Asteroid data from api.nasa.gov the bottom right box has a virtual keyboard that syncs with your physical keyboard!
and in the center you have your terminal! Which i made with jQuery following a post

how i made it? :

for the most part i coded my self till the part to make the keyboard came. i could barely find any tutorial that was flexible enough. finally found a post that showed making a virtual keyboard with jQuery. in this part of project i had to take serious help of gpt to make the part about syncing physical keyboard to the virtual one. other than this i followed posts and tutorial and the guide it self to make the page.

thanks! :)

Try project → See source code →
Open comments for this post

3h 17m 5s logged

Devlog before ship: made the interactive key board part, wrote few commands for terminal and added api to fetch asteroid data from nasa API.Most part was frustrating part was making the interactive keyboard part. I could now find any decent article or tutorials to make that. but finally found https://code.tutsplus.com/creating-a-keyboard-with-css-and-jquery--net-5774t this one there were a few problems with this one i did not understand a lot of this. but managed to get it to work. I Had to take a lot of help from Claude for the keyboard. hopefully i get better :/

0
0
3
Open comments for this post

4h 22m 25s logged

Second devlog! so I made the layout cleaner, Added a clock, Added a current weather interface and added a to do list. the weather data is from Open Meteo! is was a trick part to code so i followed someone elses project :/. the todo list was also a bit trickey for me to make. tomorrow i will work on interactive key board, Nasa API and the commans for the terminal!

0
0
6
Ship

My Very Own Portfolio :
I made a portfolio so people can know about be quickly!

Features:
*The website is made using HTML, CSS and Java script.
*The website features a Home , About me, Projects, My Blogs and Contact section.
*The website features smooth animations and clean theme.
*The contact form is connected to Web3form where I can contact people!
*I also added a blog of my another project that you can read!

What I Learnt:
I knew the basics of Html, CSS and Js but forgot after not making anything for 2 years.
This project really helped me remove the rust!

How I used AI:
I did not fully depend on AI. I Used YouTube tutorial for the big things. and what I did not find, i used Chat GPT. But i Used AI to give me hints, like if i want to scale something up what command i should use in CSS. but finally i used AI to format my readme.md in GitHub and my blog.

Try project → See source code →
Open comments for this post

1h 57m 41s logged

Final devlog before shipping: so ! finished my design and animations I also added a form using web3form to receive emails. I added drop down for project and added a blog sections that opens another html page where i can write blogs. I need t write a blog now before i ship the project!

0
0
2
Open comments for this post

3h 13m 54s logged

Another Devlog: so today im working on the theme and animations. I accidently made the theme like nothing os inspired. Also i discovered -webkit- in css and changes the scroll bar and added a progression bar. next I’m going to add a loading animation and finally finish other pages. i asked AI about how to make the progression bar worked it turns out it was simple math!

0
0
2
Open comments for this post

1h 26m 6s logged

First Devlog : I had a bit of experience with HTML,CSS and JS before. but forgot most of it so I read the guide to remember the basic structure how html , css and js worked. then I took my idea to GPT and asked him to find relevant tutorials. I followed them to make this basic design for my portfolio ! I will work mainly on aesthetic tomorrow.

0
0
2
Open comments for this post

3h 7m 55s logged

devlog#5 HEllO! finally started working on a decent map. Before this iteration I was sculpting the map in unity but it was not looking great so I told GPT to generate me a concept and I thing this plan looks decent. Will post next devlog after I complete the map and textures! It might take a while :/

0
0
1
Loading more…

Followers

Loading…