Skip to content

code-pablo/python-oop-file-hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

File Comparator (First OOP Project πŸš€)

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).

πŸ“Œ Features

  • Calculate hash of a file (SHA-256 by default)
  • Compare two files based on their hashes
  • Uses FileHasser and FileComparator classes for better structure

πŸ› οΈ How to Run

  1. Clone the repository:
    git clone https://github.com/code-pablo/python-oop-file-hasher.git
    
    cd file-comparator
    

About

A simple Python project that compares two files using hash values (built with OOP concepts)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages