I wanted to spice up a classic Snake game with a few unique twists, so I created this version with added features to keep things fun and challenging. One standout feature is the ability to travel off the map there are no walls to restrict you! I've also included two difficulty levels to cater to different skill sets. The game tracks your stats and offers rewards based on your performance.
Requirements to Run the Game:
Python 3 or later (preferably with pip installed)
CLI (Command Line Interface)
Pygame library (Install via pip install pygame)
-----------> Link to the game <-----------
https://github.com/ArtemisEntrei/Snake-Game
Password Hasher (Clear text hasher):Â A simple, cross-platform password hashing application built with Python and PyQt5. This tool allows you to securely hash passwords using various algorithms locally on your machine, without the need for an internet connection. Executables are available for Windows and macOS. Feel free to use the code, fork it, or contribute to its development.
Features Multiple Hashing Algorithms: Supports MD5, SHA-1, SHA-256, SHA-512, and more. User-Friendly Interface: Simple and intuitive GUI built with PyQt5. Dark and Light Mode: Switch between themes to suit your preference. Copy to Clipboard: Easily copy the hashed password for use elsewhere. Offline Usage: All operations are performed locally for enhanced security. (Intended to be downloaded/used offline) Cross-Platform: Available as an executable for Windows and an app for macOS. Open Source: Code is available for modification and improvement.
-----------> Link to app <-----------
https://github.com/ArtemisEntrei/Password-Hasher