Skip to content
View 6abd's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report 6abd

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
6abd/README.md
class Me:
    def __init__(self):
        self.user = '6abd'
        self.email = 'digitalizedsnake@gmail.com'
        self.code = {
            'langs': ['Python', 'C++', 'Swift'],
            'tools': ['git', 'GitHub', 'disnake', 'Selenium', 'APIs', 'etc.']
        }
        
    def __str__(self):
        return self.user


if __name__ == '__main__':
    me = Me()

Pinned

  1. horus horus Public

    An OSINT / digital forensics tool built in Python (formerly 'Sentinel')

    Python 221 21

  2. SteamBot SteamBot Public

    Discord bot focused on Steam discounts. ABANDONED

    Python 1