Code Monkey home page Code Monkey logo
#!/usr/bin/python
# -*- coding: utf-8 -*-

class Person:
    def __init__(self, name: str, pronouns: list, occupation: str, languages_spoken: list):
        self.name = name
        self.pronouns = pronouns
        self.occupation = occupation
        self.languages_spoken = languages_spoken
        
    def greet(self):
        print(f"Hello, I'm {self.name}! Thanks for dropping by, hope you find some of my work useful.")

me = Person(
    name="Richard Mwewa",
    pronouns=["He", "Him", "His"],
    occupation="Computer Programmer",
    languages_spoken=["English", "iciBemba", "chiNyanja"]
)

me.greet()

Richard Mwewa's Projects

bc_price_index icon bc_price_index

Python implementation of getting bitcoin price index using CoinDesk API

dirbruter icon dirbruter

DirBruter is a Python based CLI tool. It looks for hidden or existing directories/files using brute force method. It basically works by launching a dictionary based attack against a webserver and analyse its response.

exec-timer icon exec-timer

Execute a command in a specified amount of time

fbi-api icon fbi-api

A Python wrapper around the FBI API

gagpasta icon gagpasta

A free open-source tool for searching 9Gag posts from a user-specified tag or group.

gmailc2 icon gmailc2

A Fully Undetectable C2 Server That Communicates Via Google SMTP to evade Antivirus Protections and Network Traffic Restrictions

ipmap icon ipmap

A cross-platform easy-to-use ip geolocation & mapping tool.

knewkarma-wiki icon knewkarma-wiki

A complete installation, usage and API intergration documentation for Knew Karma

likeescraper icon likeescraper

A command-line application written in Python that can be used for getting information from Likee.

lmgtfy icon lmgtfy

A Reddit Lmgtfy(Let me google that for you) bot that replies to questions in specified subreddits. It will reply to questions that contain Who is, What is, Where is, How is, What are, etc.

morse_codr icon morse_codr

Simple morse code decoder and encoder program written in python.

netlasso icon netlasso

Perform advanced searches for internet-connected (IoT) devices based on user-provided search queries.

occli icon occli

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

octosuite-wiki icon octosuite-wiki

A complete installation, usage and API intergration documentation for OctoSuite

orbis-unum icon orbis-unum

🌍 IP Geolocator & Coordinate Mapping tool 📍

osinteye icon osinteye

Username enumeration & reconnaisance suite

password_generator icon password_generator

Password generator, is a program that generates passwords randomly from uppercase A-Z, lowercase a-z, numbers 0-9 and the password always has 10 characters in it. Making it 5 times secure than the average password, the generated passwords can be used for any purpose.

polyphemus icon polyphemus

Scraper for Odysee: alt-tech platform for sharing video

quasar icon quasar

Remote Administration Tool for Windows

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.