This is a Pomodoro application that helps you integrate Pomodoro timers into your own Spotify playlists. Please note that this project is currently in progress.
Coming soon:
- Personal Playlist Selection: Choose any of your spotify playlists to add pomodoro timers to.
- Public Playlist Selection: Choose from any public spotify playlist to duplicate and add pomodoro timers to.
- Timer Options: Choose how long the work and break sessions are.
- Clone the repository:
git clone https://github.com/NoahPedroso/Pomodoro-Playlister.git
- Install the dependencies:
pip install -r requirements.txt
To run the application, use the following command in a terminal: python app.py
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -m 'Add your feature'
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request.
This project is licensed under the BSD 3-Clause License.
If you have any questions or suggestions, please feel free to reach out to me at [email protected].