diff --git a/README.md b/README.md index 32940c8..edd7ac7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # Wobuzz -Wobuzz is an audio player made by The Wobbler. -Currently it is still in early development and not really usable. +Wobuzz is a simple audio player made by The Wobbler. +Currently, it just has really basic features but many more things are planned. + +### Features + +| Feature | Description | State | +|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------| +| Playlists | You can create and load `.m3u` playlists, edit them and they will get stored on the disk automatically. | Implemented | +| Audio effects | Audio effects like normalizing and an equalizer. This can be implemented pretty easily because Wobuzz uses [Pydub](https://pydub.com/), which has these effects built in. | Not Implemented | ## Installation