https://github.com/shadowmitia/steam_randomiser
Randomly pick an installed Steam game!
https://github.com/shadowmitia/steam_randomiser
games random steam
Last synced: 11 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T14:50:05.000Z (over 1 year ago)
- Last Synced: 2025-06-26T10:54:17.848Z (about 1 year ago)
- Topics: games, random, steam
- Language: Rust
- Homepage:
- Size: 41 KB
- Stars: 8
- Watchers: 1
- 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
[](https://github.com/ShadowMitia/steam_randomiser/blob/master/LICENSE.txt)
[](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
```