/TINGen

A little tool which generates German TINs (Tax Identification Number) written in Go

Primary LanguageGo

TINGen

TINGen creates German TINs (in German: "Steueridentifikationsnummer") like desribed here (German). It is also able to create TINs for testing purpose which could, in contrast to non-testing TINs, start with zero. See the Wikipedia article about TIN (German).

Screenshot

TINGen screenshot

Building

  1. Follow the steps described here for being able to build TINGen (this is needed for the GUI).
  2. Run Go build in the folder of TINGen.go file.
  3. An TINGen.exe file should be compiled.
  4. Profit.

GUI

The graphical user interface is built with Fyne.