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
- Host: GitHub
- URL: https://github.com/highstimrequired/roller
- Owner: HighStimRequired
- Created: 2024-12-22T06:24:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-22T06:32:51.000Z (over 1 year ago)
- Last Synced: 2024-12-22T07:26:34.104Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.