/vatservice-gui

User interface for the vatservice written in Python and wx. Use single or batch validation with support for CSV, XLSX and JSON.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

vatservice-gui

User interface for the vatservice written in Python and wx. Use single or batch validation with support for CSV, XLSX and JSON.

Badges

pep8 trivy Quality Gate Status

SonarCloud

Start development

Create and activate an environment by running the following command:

python -m venv .venv

.venv/Scripts/activate

Install the required dependencies

pip install -r src/requirements.txt

If you want to do some UI changes, download and install the latest wxFormBuilder from the wxFormBuilder Homepage.

You can start the vatservice-gui by running the following command:

python src/vatservice.py

Some screenshots

Single validation

single validation

Batch validation

batch validation

Configuration

configuration