Skip to content
View FrontN's full-sized avatar

Block or report FrontN

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. hangman-python-game hangman-python-game Public

    Classic Hangman game in Python featuring ASCII art, score persistence, and optimized console UI.

    Python 1

  2. password-generator password-generator Public

    Un generatore di password sicuro e veloce che sfrutta le potenzialità della programmazione funzionale in Python per creare stringhe alfanumeriche casuali.

    Python

  3. Caesar-Cypher Caesar-Cypher Public

    This project is a robust implementation of the Caesar Cipher, a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alp…

    Python

  4. secret-auction-game secret-auction-game Public

    📖 DescriptionThe Secret Auction is a classic programming challenge that demonstrates the power of Dictionaries and Flow Control in Python. Unlike a traditional auction where bids are public, this p…

    Python