Skip to content
View Simatwa's full-sized avatar
  • Nairobi, Kenya
  • 23:15 (UTC +03:00)

Block or report Simatwa

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

About Me

Profile views Total time coded since Jan 19 2023 LinkedIn Follow me

Typing SVG


from typing import Tuple, List, Dict
from datetime import date


class Smartwa:
    pass


class Attributes(Smartwa):
    
    @property
    def contact(self) -> Tuple[str, str]:
        whatsapp = "https://wa.me/+254774304553"
        email = "[email protected]"

        return whatsapp, email

    @property
    def life(self) -> Tuple[List[str], date, List[Dict[str, str]]]:
        langs = ["Kiswahili", "English"]
        date_of_birth = date(2003, 4, 3)
        courses = [
            {
                "name": "BBIT",
                "institution": "MUST",
                "level": "Degree",
                "period": "2021 - 2026",
            }
        ]
        return langs, date_of_birth, courses

    @property
    def coding(
        self,
    ) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str, Dict[str, str]]]:
        langs = {
            "expert": ["python", "bash"],
            "intermediate": ["c", "js", "ts"],
            "learning": ["kotlin", "java"],
        }
        specialities = ["backend", "cybersec"]
        ide = ["vscode"]
        pc = {
            "hardware": {
                "Host": "Lenovo  T430",
                "CPU": "Intel i5-3320M (4) @ 3.300GHz",
                "GPU": "Intel 3rd Gen Core processor Graphics",
                "Resolution": "1366x768",
                "ROM": "500GB HDD",
                "RAM" : "8GB DDR3",
            },
            "os": {
                "Name": "Parrot Security 6.3 (lorikeet) x86_64",
                "Kernel": "6.12.12-amd64",
                "Shell": "zsh 5.9",
                "DE": "MATE 1.26.0",
                "WM": "Metacity (Marco)",
                "Theme": "ARK-Dark [GTK2/3]",
                "Icons": "ara [GTK2/3]",
                "Terminal": "mate-terminal",
                "Terminal Font": "DejaVu Sans Mono 13",
            },
        }
        return langs, specialities, ide, pc

๐Ÿ“Š Progress Stats:

Profile Details


Overview In Detail
Contributions Stats

Overview In Detail Repositories
Langs in summary In detail In detail

Simatwa Activity Graph


Wakatime Hire me
Wakatime dev is here

Pinned Loading

  1. python-tgpt python-tgpt Public

    AI Chat in Terminal + Package + REST-API

    Python 161 22

  2. WebChatGPT WebChatGPT Public

    Python SDK/API for ChatGPT Web-Version

    Python 103 23

  3. gpt-cli gpt-cli Public archive

    Interact with ChatGPT and Bard at the terminal.

    Python 54 7

  4. free-proxies free-proxies Public

    Free to use http, socks4 and socks5 proxies updated every 30 minutes.

    Python 28 1

  5. y2mate-api y2mate-api Public

    Download YouTube videos in mp4 and mp3 formats by specifying title/id/url

    Python 27 6

  6. smartbetsAPI smartbetsAPI Public

    Soccer prediction package fitted with REST API

    Python 14 8