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

https://github.com/highstimrequired/roller

A customizable dice program
https://github.com/highstimrequired/roller

Last synced: over 1 year ago
JSON representation

A customizable dice program

Awesome Lists containing this project

README

          

# Roller

A simple application to roll custom dice. Users can specify the number of sides on the dice and roll it to get a random result.

## Features
- **Customizable Dice:** Input any number of sides (minimum 2).
- **Dark Theme:** Powered by `ttkbootstrap` for a modern appearance.
- **Input Validation:** Ensures only valid numbers are accepted.

## Requirements
- Python 3.7+
- `ttkbootstrap` library

Install dependencies using pip:
```bash
pip install ttkbootstrap
```
## License
This project is licensed under the MIT License. See the `LICENSE` file for details.