Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/basemax/codemelicheckerdesktop
- Owner: BaseMax
- License: mit
- Created: 2021-12-10T20:26:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T05:41:46.000Z (over 2 years ago)
- Last Synced: 2025-02-04T07:15:37.329Z (7 days ago)
- Topics: checker, cpp, cpp17, cross-platform, cross-platform-app, iran, iranian, iranian-national, iranian-national-checker, iranian-national-id, qml, qt
- Language: C++
- Homepage:
- Size: 910 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```