dseichter / vatservice-gui

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%