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

Block or report DynastyElvis

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
DynastyElvis/README.md

Hi 👋, I'm Elvis

Software Engineer

Check out My Portfolio Chatbot🤓



# Define a class named Elvis
class Elvis():
    
    # Initialize the instance variables
    def __init__(self):
        self.name = "Kipkemoi Elvis";  # Set the name to "Kipkemoi Elvis"
        self.username = "DynastyElvis";  # Set the username to "DynastyElvis"
        self.location = "Nairobi, Kenya";  # Set the location to "Nairobi, Kenya"
        self.twitter = "@Dynastyelvis";  # Set the twitter handle to "@Dynastyelvis"
        self.web = "https://g.dev/dynastyelvis";  # Set the website URL to "https://g.dev/dynastyelvis"
  
    # Define a string representation of the object
    def __str__(self):
        return self.name  # Return the name when the object is converted to a string

# Create an instance of the Elvis class if the script is run as the main program
if __name__ == '__main__':
    me = Elvis()  # Create a new instance of the Elvis class and assign it to the variable "me"

Pinned

  1. italanta-apps italanta-apps Public

    Forked from italanta/elewa

    iTalanta public repo. Contains several open-source apps maintained by the org

    TypeScript 1

  2. Stock-App Stock-App Public

    Inventory Management Built With Vue JS, Tailwindcss, Node JS, Express JS, and MySQL

    Vue

  3. Audio-Player Audio-Player Public

    This web application is a responsive music player built using React, Sass, Hooks, and Font Awesome. It allows users to play, pause, trim, skip back and forward, and view the song library. (https://…

    JavaScript

  4. Inventory-Management-System Inventory-Management-System Public

    Excel inventory management can help companies keep track of their existing inventory items. Using Excel worksheets, users can manually enter their product details into rows and columns to organize …

    Python

  5. Mpesa-Daraja-API Mpesa-Daraja-API Public

    Ruby interface/gem for Mpesa daraja APIs

    1

  6. ChartJs-Laravel-Data-Analysis ChartJs-Laravel-Data-Analysis Public

    Laravel framework app integrating Chart.js to create beautiful data visualizations and analysis tools. It includes pre-built charts, customization options, and the ability to analyze data from MySQ…

    PHP