Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/basemax/codemelicheckerdesktop

Desktop (Qt/Cross-platform) tool for validation Iranian National code. (QML)
https://github.com/basemax/codemelicheckerdesktop

checker cpp cpp17 cross-platform cross-platform-app iran iranian iranian-national iranian-national-checker iranian-national-id qml qt

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 |
| -------------- | -------------- |
| ![](screenshots/success.jpg) | ![](screenshots/error.jpg) |

### Supported and Tested platforms

- [x] macOS
- [x] Windows
- [x] 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
```