Metadata-Version: 2.4
Name: explayer
Version: 1.0.2
Summary: A terminal-based music player with synchronized LRC lyrics
Author-email: Aritro Halder <studiozzzz033@gmail.com>
License: Copyright 2026 Aritro Halder
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pygame>=2.6.0
Dynamic: license-file

# eXPlayer

**Platform:** eXPlayer currently supports **Windows only**.

eXPlayer is a terminal based music player with lyrics support. The player includes a command window to change settings and other functions!

# Installing

```bash
pip install explayer 
```
to install eXPlayer. You need to have python 3.11 or later to install and run it!

# How to use it? 
After using the command to install it simply run

```bash
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:

```bash
cd "[music folder path]"
```
and head back to the player with
```bash
back
```
And now just simply press [p] to play the songs in shuffle!

run the command
```bash
help
```
to learn about more commands!

# Screenshot and videos

![pic of the player runnin gin terminal](assets/player.png) 
![pic of the command window running 'help' command](assets/commands.png)
![gif of it showing it working](assets/show.gif)

# Usage of AI in thi project
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.

# Conclusion 
hey its my first time creating project in python its really comfortable. making package was something new for me too!



