Skip to content
View LucianoGriffa's full-sized avatar
🎯
¡Happy Hacking!
🎯
¡Happy Hacking!
Block or Report

Block or report LucianoGriffa

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
LucianoGriffa/README.md

👋 Hi! I'm Luciano Griffa Aka. G3kSec

def save_profile(new_profile=None):
    profiles = []
    if new_profile:
        profiles.append(new_profile)
        print("Profile saved successfully:", profiles)
    else:
        print("No data to save.")

my_profile = {
    "name": "Luciano",
    "aka": "G3kSec",
    "student": "📚 Cybersecurity",
    "enthusiast": ["Technology", "Cybersecurity", "Music"]
}

save_profile(my_profile)

🔥 Languages:


Pinned

  1. LocationTracking-Python LocationTracking-Python Public

    Location Tracking with IP or URL using Python.

    Python

  2. polybar-config-me polybar-config-me Public

    Polybar configuration to my liking.

    Shell

  3. PortScanner-GNUBash PortScanner-GNUBash Public

    This is a port scan tool that allows you to check the status of ports on a specific ip.

    Shell

  4. python-course python-course Public

    Python course from the YouTube channel Soy Dalto

    Python 2 1