Metadata-Version: 2.4
Name: prime_number_finder
Version: 1.8.2
Summary: Python program for finding/checking Prime Numbers.
Project-URL: repository, https://codeberg.org/melvinquick/prime_number_finder
Project-URL: issues, https://codeberg.org/melvinquick/prime_number_finder/issues
Author-email: Melvin Quick <melvinquick@proton.me>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: pyside6>=6.8.2.1
Requires-Dist: pyyaml>=6.0.2
Description-Content-Type: text/markdown

## Donations

[Ko-fi](https://ko-fi.com/melvinquick)  
[GitHub Sponsors](https://github.com/sponsors/melvinquick)

## Purpose

The purpose of this project is to make a simple app to look for Prime Numbers and to check and see if any particular number you desire is prime.

## Install/Uninstall

Install: `curl -s https://codeberg.org/melvinquick/prime_number_finder/raw/branch/main/install.py | python3 -`  
Uninstall: `curl -s https://codeberg.org/melvinquick/prime_number_finder/raw/branch/main/uninstall.py | python3 -`

## Useful Information

[Project Goals](https://codeberg.org/melvinquick/prime_number_finder/projects/14092)  
[Latest Releases](https://pypi.org/project/prime_number_finder/)
