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

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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.projects = [
      {
          "name": "Cylip Notes",
          "description": "A real-time note-taking app with labels, backgrounds, and SSE/WebSockets.",
          "link": "https://cylip-notes.cytro.com.ng"
      },
      {
          "name": "Cy Paid",
          "description": "An invoicing tool for freelance gigs with multi-currency, PDFs, and tracking.",
          "link": "https://cy-paid.cytro.com.ng"
      }
  ];

  def __str__(self):
    return self.name

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

Pinned Loading

  1. cylip-notes cylip-notes Public

    Snap, Note, Remember

    Vue 2

  2. over-tune over-tune Public

    Over Tune is a Chrome extension that allows you to fully customize your YouTube Music experience.

    Vue

  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 2

  4. dragon-center-sdk dragon-center-sdk Public

    Unofficial, slapped-together, reverse-engineered Python SDK + CLI for interacting with MSI Dragon Center's local socket interface.

    Python 1