/CS3_Project

CS3 Project, Spring 2023

Primary LanguagePythonMIT LicenseMIT

Description

Validator_and_token_generator is a package created for a class project to validate certain strings such as credit/debit card numbers, generate alphanumeric tokens, and do other string processing like converting a datetime object into the relative time from now.

Install validator_and_token_generator from PyPi.

pip install validator_and_token_generator

Example

  # Import library
  import validator_and_token_generator
  # Generate token
  _token = validator_and_token_generator.token_generator(length=10)