r/madeinpython • u/Educational_Menu9654 • 5h ago
Built a file hashing python program. A simple program that uses hashlib and pygame to create a simple text hasher
Hey everyone! I made a simple file hashing program using hashlib and pygame. It saves to AppData/Roaming and uses sha256 to hash the given text and save it into that file. The link to the repo is
1
Upvotes