Skip to content
Avatar
Block or Report

Block or report rly0nheart

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.

Report abuse

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

Report abuse
rly0nheart/README.md
#!/usr/bin/python
# -*- coding: utf-8 -*-

class Person:

    def __init__(self):
        self.name = "Richard Mwewa"
        self.pronouns = ["He", "Him", "His"]
        self.occupation = "Python developer"
        self.languages_spoken = ["English", "ichiBemba", "chiNyanja"]
        
    def say_hi(self):
        print("Hi! Thanks for dropping by, hope you find some of my work useful.")


me = Person()
me.say_hi()

Social

Twitter Follow Discord Telegram

Donations

If you enjoy my work and would like to support me, you can use the button below to buy me a coffee.👌🏾😊

Buy Me A Coffee

Your support is much appreciated!

Pinned

  1. occli Public

    A command line tool that queries the Open Corporates Database and returns data on corporations under the copyleft Open Database License.

    Python 26 5

  2. octosuite Public

    Advanced Github OSINT Framework

    Python 269 45

  3. oxdork Public

    Google dorking tool

    Python 90 17

  4. The Devils Eye is an OSINT tool that extracts onion links and descriptions that match with the users query from the Darkweb, without requiring the use for Tor.

    Python 89 14

  5. thelordseye Public

    thelordseye searches and returns detailed information about devices that are directly connected to the internet [IoT] (Smart TV's, Fridges, Webcams, Traffic Lights etc).

    Python 40 6

1,160 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2022

5 contributions in private repositories Jul 11

Seeing something unexpected? Take a look at the GitHub profile guide.