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 is supported. This note will only be visible to 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": "Over Tune",
          "description": "Chrome extension that allows you to fully customize your YouTube Music experience.",
          "link": "https://github.com/kyng-cytro/over-tune"
      },      
      {
          "name": "Cy TTY",
          "description": "A mobile SSH terminal for Android & iOS",
          "link": "https://github.com/kyng-cytro/cy-tty"
      },      
      {
          "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. over-tune over-tune Public

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

    Vue

  2. cy-tty cy-tty Public

    A mobile SSH terminal for Android (and eventually iOS) built with Expo. Connect to remote servers, manage multiple live sessions, and work from your phone with a proper terminal experience.

    TypeScript 2

  3. cylip-notes cylip-notes Public

    Snap, Note, Remember

    Vue 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 2