Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eisfuchs-de/mammudon
A User Friendly Mastodon Client for the Desktop
https://github.com/eisfuchs-de/mammudon
mastodon pyqt python qt social-media
Last synced: 15 days ago
JSON representation
A User Friendly Mastodon Client for the Desktop
- Host: GitHub
- URL: https://github.com/eisfuchs-de/mammudon
- Owner: eisfuchs-de
- License: gpl-2.0
- Created: 2024-05-29T13:15:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T18:39:39.000Z (5 months ago)
- Last Synced: 2024-10-09T12:40:46.994Z (about 1 month ago)
- Topics: mastodon, pyqt, python, qt, social-media
- Language: Python
- Homepage: https://eisfuchs-de.github.io/mammudon/
- Size: 458 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mammudon
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][src].
## Install dependencies
- 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## Installation
Install me without building it yourself (TODO):
```bash
pip install mammudon # TODO - not yet available
```## Usage
```bash
mammudon
```## Building
Build me from source with:
```bash
python -m build
python -m install
```----
[src]: https://github.com/eisfuchs-de/mammudon