Skip to content
View tarannagra's full-sized avatar
💻
Simplifying life's complexities, one line of code at a time.
💻
Simplifying life's complexities, one line of code at a time.

Highlights

  • Pro
Block or Report

Block or report tarannagra

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

[about_me]
name = "Taran Nagra"
age = 20
occupation = "Computer Science w/ AI Student"
location = "127.0.0.1"
current_os = "Windows 11"

[code]
languages = [
  "Python",
  "NodeJS",
  "C#",
  "C++",
  "Markdown",
]

repos = [
  {
    name = "windots",
    desc = "My personal Windows dotfiles made with cleanliness in mind.",
    url = "https://github.com/tarannagra/windots"
  },
  {
    name = "tarannagra",
    desc = "My account README, made with some style :)",
    url = "https://github.com/tarannagra/tarannagra"
  },
  {
    name = "deezDownload",
    desc = "deezDownload is a wrapper around the deemix Python executable in a Terminal User Interface (TUI).",
    url = "https://github.com/tarannagra/deezDownload"
  }
]

[to_find_me]
linkedin = "https://linkedin.com/in/taran-nagra-profile"
portfolio = "https://tarannagra.github.io/"
email = "<tarannagra31@gmail.com>"

Pinned

  1. windots windots Public

    My personal Windows dotfiles made with cleanliness in mind.

    PowerShell 5 1

  2. deezDownload deezDownload Public

    deezDownload is a wrapper around the deemix Python executable in a Terminal User Interface (TUI).

    Python