Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadowmitia/steam_randomiser
Randomly pick an installed Steam game!
https://github.com/shadowmitia/steam_randomiser
games random steam
Last synced: about 1 month ago
JSON representation
Randomly pick an installed Steam game!
- Host: GitHub
- URL: https://github.com/shadowmitia/steam_randomiser
- Owner: ShadowMitia
- License: mit
- Created: 2021-04-14T20:14:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T22:17:16.000Z (about 1 year ago)
- Last Synced: 2024-11-14T15:52:21.807Z (about 1 month ago)
- Topics: games, random, steam
- Language: Rust
- Homepage:
- Size: 35.2 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# Steam Randomiser
[![license shields.io](https://img.shields.io/github/license/shadowMitia/steam_randomiser)](https://github.com/ShadowMitia/steam_randomiser/blob/master/LICENSE.txt)
[![GitHub stars badge shields.io](https://img.shields.io/github/stars/shadowMitia/steam_randomiser)](https://github.com/shadowMitia/steam_randomiser)Don't know what to play on [Steam](https://store.steampowered.com/)?
Just run [`Steam Randomiser`](https://github.com/shadowMitia/steam_randomiser) and it will randomly choose from one of your (numerous) **installed** games!
### Installation
#### Cargo
You can easily install with `cargo`
```sh
cargo install steam_randomiser
```#### Binary
You can download the latest binary release [here](https://github.com/ShadowMitia/steam_randomiser/releases)
### Usage
Double click on the executable or run from a terminal.
And then play your awesome and randomly picked game!#### Supported systems
| | Vanilla | Flatpak |
| ------- | :---------------------: | ------: |
| Windows | ✅ | N/A |
| MacOS | ❌ (experimental build) | N/A |
| Linux | ✅ | ✅ |## Development
### Build
```sh
git clone https://github.com/ShadowMitia/steam_randomiser.git
cd steam_randomiser
cargo build
```