Metadata-Version: 2.4
Name: prime_number_finder
Version: 1.8.0
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

## Table of Contents

[Donations](#donations)  
[Stars](#stars)
[Purpose](#purpose)  
[Install on Linux](#linux)  
[Install on Windows](#windows)  
[Build Source Code](#build-source-code)  
[Other useful information](#useful-information)

## Donations

[Buy Me A Coffee](https://buymeacoffee.com/KingKairos)  
[GitHub Sponsors](https://github.com/sponsors/melvinquick)

## Stars

If you like this project, please consider giving it a star on [Codeberg](https://codeberg.org/melvinquick/prime_number_finder) or [GitHub](https://github.com/melvinquick/prime_number_finder)!

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

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

### Linux

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

### Windows

I will be updating my install and uninstall scripts in upcoming days/weeks/months to allow this. For now, please follow the instructions in [Build Source Code](#build-source-code)

### Build Source Code

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. Within a terminal:
   1. `cd` into whatever directory you'd like.
   2. Run the command `git clone https://codeberg.org/melvinquick/prime_number_finder.git`.
   3. `cd` into `prime_number_finder`
4. Run the command `uv sync`
5. 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/)
