A simple interface which checks for positive integers their primality. To make sure the application runs smoothly make sure you have these following Python Libraries:
- pip install tk
- pip install pandasFuture Scope:
- Add a live update of each number result, when the user uploads a file.
- Add a option for the user to save the report in different format currently works in the text file.
- Add error checking in the user input.
- Modify the current setup of opening the report in a window but in the same screen.
Learning: Ability to create GUI applications in Python and using different functionalities.