An open API service indexing awesome lists of open source software.

https://github.com/maciekiwaniuk/prime-numbers-handler

🛠 Prime numbers handler desktop application made in C#
https://github.com/maciekiwaniuk/prime-numbers-handler

csharp desktop-app wpf xaml

Last synced: 26 days ago
JSON representation

🛠 Prime numbers handler desktop application made in C#

Awesome Lists containing this project

README

          

# Prime numbers handler

> ### Project of the WPF desktop application where you can handle some actions related with prime numbers.

- The algorithms and mechanisms of the entire application are written in C#.
- GUI is written in XAML.

# Application usage

- To use the application, simply type a number or a range of numbers into the text box and click on the option and expect the result displayed in the box.
- The application supports errors, so if the user provides something that the program is not able to process in the results window he will be informed about it.

# Application appearance

![](https://github.com/maciekiwaniuk/prime-numbers-handler/raw/main/Assets/gif.gif)