https://github.com/sloorjuice/randomizer
A Python program that saves and removes items to a list using a GUI that can also select a random item from the list.
https://github.com/sloorjuice/randomizer
playstation python random random-generation randomizer tkinter
Last synced: over 1 year ago
JSON representation
A Python program that saves and removes items to a list using a GUI that can also select a random item from the list.
- Host: GitHub
- URL: https://github.com/sloorjuice/randomizer
- Owner: sloorjuice
- Created: 2024-11-12T02:15:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T17:54:05.000Z (over 1 year ago)
- Last Synced: 2025-01-13T11:17:36.768Z (over 1 year ago)
- Topics: playstation, python, random, random-generation, randomizer, tkinter
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Randomizer
A Python program that saves and removes items to a list using a GUI that can also select a random item from the list.\
I made this as a program to select a random game in my PlayStation library as I am very indecisive, and PlayStation does not have a "surprise me" button like Xbox.
## How to
Download the files along with the requirements.\
Run the Python file.
This is the GUI:\

Press the random button to select a random item from the items.txt file.\
Press the add button to add a new item to the items.txt file.\
Press the remove button to remove a selected item from the items.txt file.\
Press the list button to display all items:\
\
You can change the items per column in the main.py file.
Obviously, press quit to quit.