93 lines
3.1 KiB
Markdown
93 lines
3.1 KiB
Markdown
|
|
[circle-url]: https://circle.gnome.org
|
|
[circle-image]: https://circle.gnome.org/assets/button/badge.svg
|
|
[weblate-url]: https://hosted.weblate.org/engage/cartridges/
|
|
[weblate-image]: https://hosted.weblate.org/widgets/cartridges/-/cartridges/svg-badge.svg
|
|
[discord-url]: https://discord.gg/4KSFh3AmQR
|
|
[discord-image]: https://img.shields.io/discord/1088155799299313754?color=%235865F2&label=discord&logo=discord&logoColor=%23FFFFFF&style=for-the-badge
|
|
[matrix-url]: https://matrix.to/#/#cartridges:matrix.org
|
|
[matrix-image]: https://img.shields.io/matrix/cartridges:matrix.org?label=Matrix&logo=matrix&color=%230dbd8b&style=for-the-badge
|
|
[flathub-url]: https://flathub.org/apps/hu.kramo.Cartridges
|
|
[flathub-image]: https://img.shields.io/flathub/v/hu.kramo.Cartridges?logo=flathub&style=for-the-badge
|
|
[installs-image]: https://img.shields.io/flathub/downloads/hu.kramo.Cartridges?style=for-the-badge
|
|
|
|
<div align="center">
|
|
<img src="data/icons/hicolor/scalable/apps/hu.kramo.Cartridges.svg" width="128" height="128">
|
|
|
|
# Cartridges
|
|
|
|
A GTK4 + Libadwaita game launcher
|
|
|
|
[![GNOME Circle][circle-image]][circle-url]
|
|
[![Translation Status][weblate-image]][weblate-url]
|
|
|
|
[![Flathub][flathub-image]][flathub-url]
|
|
[![Discord][discord-image]][discord-url]
|
|
[![Matrix][matrix-image]][matrix-url]
|
|
[![Installs][installs-image]][flathub-url]
|
|
|
|
<img src="data/screenshots/1.png">
|
|
</div>
|
|
|
|
# The Project
|
|
|
|
Cartridges is a simple game launcher written in Python using GTK4 and Libadwaita.
|
|
|
|
## Features
|
|
|
|
- Manually adding and editing games
|
|
- Importing games from various sources:
|
|
- Steam
|
|
- Lutris
|
|
- Heroic
|
|
- Bottles
|
|
- itch
|
|
- Legendary
|
|
- Flatpak
|
|
- Hiding games
|
|
- Searching and sorting by title, date added and last played
|
|
- Automatically downloading cover art from [SteamGridDB](https://www.steamgriddb.com/)
|
|
- Searching for games on various databases
|
|
- Animated covers
|
|
|
|
For updates and questions, join our [Discord server][discord-url] (bridged to [Matrix](https://matrix.to/#/#cartridges:matrix.org))!
|
|
|
|
# Installation
|
|
|
|
## Linux
|
|
|
|
### Flathub
|
|
|
|
The app is available on Flathub.
|
|
|
|
<a href=https://flathub.org/apps/hu.kramo.Cartridges><img width='240' alt='Download on Flathub' src='https://dl.flathub.org/assets/badges/flathub-badge-en.png'/></a>
|
|
|
|
## Windows
|
|
|
|
### From Releases
|
|
|
|
1. Download the latest release from [Releases](https://github.com/kra-mo/cartridges/releases).
|
|
2. Run the downloaded installer.
|
|
|
|
Note: Windows might present you with a warning when trying to install the app. This is expected, just ignore the warning.
|
|
|
|
### Winget
|
|
|
|
Install the latest release with the command: `winget install cartridges`.
|
|
|
|
## Building manually
|
|
|
|
See [Building](https://github.com/kra-mo/cartridges/blob/main/CONTRIBUTING.md#building).
|
|
|
|
# Contributing
|
|
|
|
See [CONTRIBUTING.md](https://github.com/kra-mo/cartridges/blob/main/CONTRIBUTING.md).
|
|
|
|
Thanks to [Weblate](https://weblate.org/) for hosting our translations!
|
|
|
|
# Code of Conduct
|
|
|
|
The project follows the [GNOME Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct).
|
|
|
|
See [CODE_OF_CONDUCT.md](https://github.com/kra-mo/cartridges/blob/main/CODE_OF_CONDUCT.md).
|