iban generator

  1. B

    IBAN GENERATOR & VALIDATOR

    Generate IBAN and Validate the Regex. Currently no BIC validation support but i will work on it. How does it work❔ The IBAN is generated by pure numbers and gets validated by two methods. Either Schwifty or pure Python. You can enable "use_schwifty" by typing 1 instead of 0 on line 24. Finally...
Top