Skip to content

Cycl0o0/ninfc_check_gen_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ninfc_check_gen_tool

Overview

ninfc_check_gen_tool is a command-line utility designed to generate and validate a Nintendo 3DS Friend Code.

Features

  • 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.

Installation

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_tool

Then, compile the source code using Cargo:

cargo build --release

The compiled binary will be located in the target/release directory.

Usage

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_tool

Follow the on-screen instructions to complete your desired action.

About

Nintendo 3DS Friend Code Validator & Generator in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages