jihedkdiss / jMusic

Music Player coded in JavaFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

jMusic

Music Player coded in JavaFX
Explore the repository »

View Code · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

Screenshot

jMusic is an open-source GUI music player coded in Java. The UI is built using JavaFX and SceneBuilder as UI Builder. The app relies mainly on the MediaPlayer class providing the controls for playing media although many other classes were used. You can support the development of jMusic by starring this repository! 🌟

Features

  • Very clean and modern interface with easy user experience
  • A nice logo that will brighten your desktop ;)
  • Coded with love by me =D

Built With

Usage

  1. Download the code (A redistributable release is under development)
  2. Compile and Run (make sure you have JDK/JRE installed)
  3. Enjoy listening to music! :)

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU General Public License. See LICENSE for more information.

Contact

Jihed Kdiss - @jiokdiss - jihedkdiss@outlook.com

Project Link: https://github.com/jihedkdiss/jMusic

About

Music Player coded in JavaFX

License:GNU General Public License v3.0


Languages

Language:Java 100.0%