This is my first project using Object-Oriented Programming (OOP) concepts in Python.
The script compares two files by calculating and comparing their hash values (default: SHA-256).
- Calculate hash of a file (SHA-256 by default)
- Compare two files based on their hashes
- Uses
FileHasser
andFileComparator
classes for better structure
- Clone the repository:
git clone https://github.com/code-pablo/python-oop-file-hasher.git cd file-comparator