Skip to content

Entry-code-verifier_v1.0_arch

Latest
Compare
Choose a tag to compare
@uditplayz uditplayz released this 06 Sep 17:07
· 2 commits to main since this release
af49110

Entry Code Verification v1.0 is the first official release of my Python-based desktop application. This release includes a pre-compiled executable file for the Arch Linux operating system, providing users with a straightforward way to use the application without the need for compilation.

Key Features

Code Generation: Easily generate 4-digit alphanumeric codes associated with names.
Code Verification: Verify entry codes by checking them against the audit log (Audit.txt) to confirm the associated name.

System Requirements

This release is specifically compiled for Arch Linux.
Python is required to run the application on your system.

Installation Instructions

Download the pre-compiled executable file suitable for Arch Linux from the Releases section of this repository.

Make the downloaded file executable if necessary:

chmod +x Entry-code-verifier-v1.0-arch

Run the application:

./entry-code-verification-v1.0-arch

Notes

This release has not been tested on other Linux distributions or operating systems and may not be compatible with them.
The application's design is basic in this initial version and may undergo improvements in future releases.
How to Contribute
We welcome contributions from the open-source community to enhance and improve this application. If you have suggestions, bug reports, or would like to contribute code, please feel free to create issues or pull requests in this repository.

Thank you for your interest in Entry Code Verification!