Mammudon strives to be a user-friendly desktop Mastodon client. It was written in Python using the Qt Version 6 user interface toolkit.
The source for this project is available here.
- Mastodon.py
- python311-PyQt6
- python311-ffmpeg-python - !NOTE! Do not install "python-ffmpeg" or just "ffmpeg", it has to be "ffmpeg-python"
- python311-PyQt6-WebEngine
- qt6-multimedia
Install me without building it yourself (TODO):
pip install mammudon # TODO - not yet available
mammudon
Build me from source with:
python -m build
python -m install