Welcome to Aryan's Spotify Tools, a Python application designed to enhance your Spotify experience!
Spotify Tools is a Python based PC Application that leverages the Spotify API to provide a set of useful tools for Spotify users. In this pre-release version, I'm excited to introduce you to some of the key features and functionalities.
- Playlist Management: View, organize, and manage your Spotify playlists.
- Mini Spotify Player: Enjoy a compact player for controlling your music playback.
- Shuffle Playlists: (Truly) Shuffle the songs in your playlists for a fresh listening experience.
- View User Profile: Get insights into your Spotify profile, including your display name and profile picture.
- Refined Mini-Player
- Playlist Sorting
- Performance Optimisation
- Random Song Playback
- Edit User Profile
- Spotify Profile Statistics / Metrics
- Higher Security
Contributions are wholeheartedly welcomed from the community! Please follow these guidelines below to contribute to the project.
- Fork the repository to your GitHub account.
- Clone the forked repository to your local machine.
git clone https://github.com/your-username/repository.git
- Create a new branch for your feature or bug fix.
git checkout -b feature/your-feature
- Make your changes and test them thoroughly.
- Commit your changes.
git commit -m "Description of your changes"
- Push to the branch.
git push origin feature/your-feature
- Open a pull request on GitHub.