ninfc_check_gen_tool is a command-line utility designed to generate and validate a Nintendo 3DS Friend Code.
- Generate a valid Nintendo 3DS Friend Code.
- Validate an existing Nintendo 3DS Friend Code.
- User-friendly command-line interface.
- Error handling for invalid inputs.
- Cross-platform compatibility.
- Lightweight and fast.
- Open-source and customizable.
To install ninfc_check_gen_tool, clone the repository and navigate to the project directory:
git clone https://github.com/Cyclolysisss/ninfc_check_gen_tool.git
cd ninfc_check_gen_toolThen, compile the source code using Cargo:
cargo build --releaseThe compiled binary will be located in the target/release directory.
This script can be launched and you will be prompted to choose between generating a new Friend Code or validating an existing one.
./target/release/ninfc_check_gen_toolFollow the on-screen instructions to complete your desired action.