https://github.com/kreateer/humble-dice-roller
A simple dice roller made with PySimpleGUI
https://github.com/kreateer/humble-dice-roller
dice-roller gui pyinstaller pysimplegui python python3 simple-app tkinter
Last synced: over 1 year ago
JSON representation
A simple dice roller made with PySimpleGUI
- Host: GitHub
- URL: https://github.com/kreateer/humble-dice-roller
- Owner: Kreateer
- License: gpl-3.0
- Created: 2020-09-22T20:52:15.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-09-22T21:02:55.000Z (almost 6 years ago)
- Last Synced: 2023-07-28T19:57:06.198Z (almost 3 years ago)
- Topics: dice-roller, gui, pyinstaller, pysimplegui, python, python3, simple-app, tkinter
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Humble Dice Roller
This is a dice roller I made as a fun little project while working on some other stuff.
I used [PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI) to create a minimal GUI for the program.
### NOTE: If you intend to clone and build it yourself, you can use [PyInstaller](https://www.pyinstaller.org/) to create an .exe file.