Skip to content
View DylDevs's full-sized avatar

Organizations

@ETS2LA

Block or report DylDevs

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
DylDevs/README.md
import github_bio as bio

bio.name = "Dylan"
bio.occupations = ["Software Development", "Robotics", "High School"]

bio.languages = ["Python", "TypeScript"]
bio.projects = ["ETS2LA", "PyroAxis AI", "Lawnzilla"]

bio.contact_me = {
  "Discord": "dyl_dev (https://discordapp.com/users/708644455535869982)",
  "Email": "dylanb92010@gmail.com"
}

Pinned Loading

  1. ETS2LA/Euro-Truck-Simulator-2-Lane-Assist ETS2LA/Euro-Truck-Simulator-2-Lane-Assist Public

    Plugin based interface program for ETS2/ATS.

    Python 266 32

  2. Pyro-Axis-AI Pyro-Axis-AI Public

    Training controller for PyTorch Neural Networks

    TypeScript