Metadata-Version: 2.4
Name: prime_number_finder
Version: 1.7.1
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.12
Requires-Dist: pyside6>=6.8.2.1
Requires-Dist: pyyaml>=6.0.2
Description-Content-Type: text/markdown

## Donations

[Buy Me A Coffee](https://www.buymeacoffee.com/KingKairos)  
[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 (Linux)

**Note**: Your system needs to have Python 3.12 or higher installed to run this!

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 -`

## Build Source

If you're not on Linux, or if you want to build this from source, you'll need to do the following.

1. Make sure Python 3.12 or higher is installed.
2. Make sure [UV](https://docs.astral.sh/uv/) is installed.
3. git clone https://codeberg.org/melvinquick/prime_number_finder.git to whatever directory you'd like.
4. Within a terminal, `cd` into `path/you/cloned/to/prime_number_finder`
5. Run the command `uv sync`
6. Run the command `uv run prime-number-finder`

## Useful Information

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