An open API service indexing awesome lists of open source software.

https://github.com/derektypist/luhn-algorithm-python

The Luhn Algorithm is used for error-checking in various applications, such as credit card numbers. Working with numerical computations and string manipulations.
https://github.com/derektypist/luhn-algorithm-python

Last synced: about 1 year ago
JSON representation

The Luhn Algorithm is used for error-checking in various applications, such as credit card numbers. Working with numerical computations and string manipulations.

Awesome Lists containing this project

README

          

# Luhn Algorithm Python

The Luhn Algorithm is used for error-checking in various applications, such as credit card numbers. Working with numerical computations and string manipulations.

## Technologies

Uses Python3. Working with numerical computations and string manipulations.

## Deployment

Clone the repository. In the terminal, type `python3 main.py` to run.

## Credits

### Acknowledgements

[FreeCodeCamp - Scientific Computing with Python](https://www.freecodecamp.org/learn/scientific-computing-with-python/)