Skip to content

BaseMax/CodeMeliCheckerDesktop

Repository files navigation

Code-Melli Checker Desktop

Desktop (Qt/Cross-platform) tool for validation Iranian National code.

Features

  • Easily check a code-melli is correct or no
  • QML UI Interface
  • Cross paltform desktops (Windows, macOS, Linux)

Preview

Correct Wrong

Supported and Tested platforms

  • macOS
  • Windows
  • Linux

Requirements

  • C++17
  • Qt6 [Make sure you have Qt6]

Installing

Use the following commands:

  • PLATFORM_OS = [Windows, macOS, Linux]
cd build
cmake -DPLATFORM_OS="macOS" ..
make
./CodeMelli-Checker