https://github.com/wizardous/prime
A simple tkinter application to check prime numbers.
https://github.com/wizardous/prime
gui prime-numbers python3 tkinter
Last synced: 10 months ago
JSON representation
A simple tkinter application to check prime numbers.
- Host: GitHub
- URL: https://github.com/wizardous/prime
- Owner: Wizardous
- Created: 2020-03-31T14:38:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T13:22:45.000Z (over 4 years ago)
- Last Synced: 2025-04-04T05:15:29.519Z (about 1 year ago)
- Topics: gui, prime-numbers, python3, tkinter
- Language: Python
- Size: 509 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prime
A simple application to check if number is prime or not using python Tkinter framework.

### Files:
- **`Prime.py`** : Main file to run, contains all tkinter application layout.
- **`Colors.json`** : Contains themes for the application UI, used inside main file to change theme on keypress events.
### Features :
- Dynamic check, updated result as soon as number typed.
- Warning over non-numeric inputs.
- Results for numbers up to 10 digits long.
- Theme cycles on "*T*" keypress.
### Output Screenshots :

### How to Run :
The application can be launched by running the `Prime.py` python script file via a terminal. Requires Tkinter installed.
> User Can add new themes to the `Colors.json` file. However, application must be restarted to take effect.