Initial flake for IP-Checker-GUI

This commit is contained in:
mia 2025-04-22 15:27:09 +02:00
commit 58b9af97da
8 changed files with 1976 additions and 0 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# IP-Checker-GUI
IP Checker GUI is a simple tool for teachers that can make their students input the corresponding Network Address, Subnet Mask, and more to test their skill.
## Installation
1. Clone the repository
```bash
git clone https://github.com/TimTom2016/IP-Checker-GUI.git
```
2. Install gtk4
https://gtk-rs.org/gtk4-rs/stable/latest/book/installation.html
4. Install Rust
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
4. Run the program
```bash
cargo run --release
```