Skip to content
View JRoussos's full-sized avatar
🤙
🤙
Block or Report

Block or report JRoussos

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
JRoussos/README.md
#!/bin/python3

class John:

    def __init__(self):
        self.first_name = "John"
        self.last_name = "Roussos"
        self.email = "jroussosdev@gmail.com"
        self.website = "https://johnroussos.dev/"

    def hello_world(self):
        print("Hi, I'm John! I'm a software developer")
        print("I like creating interactive motion experiences")

    def contact_me(self):
        print(f"Feel free to contact me at {self.email}")

me = John()
me.hello_world()

Pinned Loading

  1. mosaic-generator mosaic-generator Public

    Generating mosaics from a set of photos

    JavaScript 2

  2. monitor-dimmer monitor-dimmer Public

    Dim your second monitor if it gets too bright when watching movies, play games, etc..

    C++

  3. a-reactive-particle-system a-reactive-particle-system Public

    Splitting images into particles with React Three Fiber

    JavaScript 1

  4. personal-portfolio-v3 personal-portfolio-v3 Public

    Portfolio 2023

    JavaScript

  5. react-heaven-scroll react-heaven-scroll Public

    Scroll so smooth, it's like it's made in Heaven

    JavaScript

  6. react-svg-mouse-follower react-svg-mouse-follower Public

    A morphing SVG circle that follows your mouse

    JavaScript