Skip to content
View kyng-cytro's full-sized avatar
☁️
☁️

Highlights

  • Pro
Block or Report

Block or report kyng-cytro

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


class Cytro():

  def __init__(self):
    self.name = "Dibashi John";
    self.username = "Cytro";
    self.location = "Lagos, Nigeria";
    self.twitter = "@cytro";
    self.web = "Not Yet.";

  def __str__(self):
    return self.name

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

Pinned

  1. S-Social S-Social Public

    mini social media i guess πŸ€” just wanted to test out trpc & prisma.

    Vue 3 1

  2. code-streaks code-streaks Public

    An everyday quiz to keep you sharp

    Vue 2

  3. v-splitter v-splitter Public

    A command line tool hat uses ffmpeg for cutting videos into segments of a specified duration, ideal for WhatsApp statuses.

    TypeScript 1

  4. screen-time-bot-serverless screen-time-bot-serverless Public

    rewrite of screen time bot to run on vercel serverless functions

    TypeScript