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

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.

Awesome Lists containing this project

README

          

# Prime
A simple application to check if number is prime or not using python Tkinter framework.

![Themes](Screenshots/Gifs/theme-gif_1.gif)

### 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 :
![Run](Screenshots/Gifs/run_gif_2.gif)

### 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.