Skip to content
View dsouzadilton's full-sized avatar

Block or report dsouzadilton

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

class Dilton():
    
  def __init__(self):
    self.name = "Dilton D'souza";
    self.location = "Mumbai, India";
    self.interests = ['Web Development', 'Software Development', 'IoT', 'Machine Learning']
    self.hobbies = ['Coding', 'Cycling', 'Swimming', 'Skating', 'Kickboxing']
    self.instagram = "@dilton.dsouza";
    self.web = "https://dsouzadilton.github.io";
  
  def __str__(self):
    return self.name

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

GitHub Streak

Popular repositories Loading

  1. Health-Monitoring-System-IoT Health-Monitoring-System-IoT Public

    A NodeMCU based health monitoring device that monitors user's pulse rate, SpO2 level and body temperature.

    C++

  2. Text-And-Background-Animations-in-HTML-CSS-JS Text-And-Background-Animations-in-HTML-CSS-JS Public

    Various text and background animations in html using css and js.

    CSS

  3. Online-Auction-System Online-Auction-System Public

    Java based website. Developed in the second year as part of academic mini-project

    Java

  4. PyCov-19 PyCov-19 Public

    A python webscraping tool, which extracts information on total deaths, total cases pertaining to covid-19. Also features voice commands and audio feedback assistance for the visually impaired.

    Python

  5. Course-Scheduling-System Course-Scheduling-System Public

    A course scheduling system written in python.

    Python

  6. dsouzadilton dsouzadilton Public