Skip to content

A simple tkinter application to check prime numbers.

Notifications You must be signed in to change notification settings

Wizardous/Prime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prime

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

Themes

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

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.

About

A simple tkinter application to check prime numbers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages