Skip to content
View Kuu44's full-sized avatar
🤓
Breathing(Hopefully)
🤓
Breathing(Hopefully)
  • IOE_Pulchowk
  • Nepal

Highlights

  • Pro

Block or report Kuu44

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

Hi there 👋

I'm Kuu!

  • 🔭 I’m currently working on designing and building Games using Unity 🎮
  • 🌱 I just graduated with a Bachelors in Computer Technology, at Pulchowk Campus
  • 📫 How to reach me: << Click!

Kuu's GitHub stats

Pinned Loading

  1. RoutineyBotOfficial RoutineyBotOfficial Public

    A bot for dealing with your class routines

    JavaScript 2

  2. FluxO4/10-Orbits-Game FluxO4/10-Orbits-Game Public

    C# 2

  3. Project-Virush Project-Virush Public

    A Virus-squishing game for all your Corona needs

    C# 1

  4. ITClubPulchowk/C-Programming-Guide ITClubPulchowk/C-Programming-Guide Public

    A guide for C Programming from the perspective of a Pulchowk student (IOE).

    C 31 15

  5. Google App Script to Format Nepali d... Google App Script to Format Nepali date from YYYY-MM-DD to DD MonthName, YYYY (Eg. 2081-11-21 to 21 Falgun, 2081)
    1
    function formatNepaliDate(dateString) {
    2
      // Split the input date string (e.g., "2081-1-9") into components
    3
      var parts = dateString.split("-");
    4
      var year = parts[0];  // e.g., "2081"
    5
      var month = parseInt(parts[1], 10);  // e.g., 1
  6. AudioBookConvert AudioBookConvert Public

    a Local, Resource-efficient Text To Speech converter. Uses Microsoft Edge to turn those pdfs/epubs into audiobooks! (Yes, finally a use for Edge :P )

    TypeScript