An open API service indexing awesome lists of open source software.

https://github.com/josephmawa/egghead

A simple trivia desktop app
https://github.com/josephmawa/egghead

linux-app linux-desktop-app opentdb-api trivia trivia-game trivia-quiz-game

Last synced: 3 months ago
JSON representation

A simple trivia desktop app

Awesome Lists containing this project

README

        


Egghead

Egghead


Learn while having fun




Get it on Flathub



Egghead difficulty view in light mode



Egghead difficulty view in dark mode



Egghead quiz view in light mode



Egghead quiz view in dark mode

Egghead is simple trivia app. The quiz is sourced from [Open Trivia Database](https://opentdb.com/).

## Main features

- Download quiz from API
- Save the downloaded quiz
- Attemp the downloaded quiz
- Switch to dark, light or system mode

## Contributing

If you find this app useful, do consider contributing. If you are wondering how,
you can contribute in the following ways:

- Star the project repository on GitHub
- Report bugs if you encounter some. There are probably a handful of them.
- You can also contribute code. If it is a bug fix, do open a pull request(PR). However,
if it is a new feature, first open an issue so that we discuss it before opening
a PR.

## Run project locally

1. Download [GNOME builder](https://flathub.org/apps/org.gnome.Builder). It's the
fastest way to get up and running.
1. Use GNOME builder to clone this project to your local machine. The
Clone Repository button is at the bottom of the GNOME builder Welcome
screen.
1. Use the Shift + Ctrl + Space keyboard
combination to run the project after opening it in GNOME builder. You can also
use the button at the top.

## Translation

The quiz is sourced from [Open Trivia Database](https://opentdb.com/) in English.
Even if the app UI is translated, the quiz will still remain in English.
Therefore, I don't think it makes sense to translate the app.

## License

Egghead is a [free software](https://www.gnu.org/philosophy/free-sw.html) and
will always be free. It is released under the terms of the
[GNU General Public License v3.0](./LICENSE).

## Copyright

Copyright © 2025 [Joseph Mawa](https://github.com/josephmawa)