Hey there 👋, I'm WillyJL!
Self proclaimed CEO of Procrastination and Avid Python Enjoyer
from datetime import date
class AboutMe():
def __init__(self):
self.username = "WillyJL"
self.fullname = "William Leslie"
self.pronouns = ("he", "him")
self.location = "Italy" and "UK"
self.occupation = "Computer Science Student"
self.birthday = date(day=27, month=5, year=2003)
self.age = (date.today()-self.birthday).days/365 # 20 y/o
self.hobbies = ["Coding", "Gaming", "Music", "YouTube"]
self.interests = ["Programming", "Linux", "Open Source", "Crypto"]
self.hotel = "Trivago"
self.breed = "Different"
if __name__ == "__main__":
me = AboutMe()Projects 📦
-
:? Web app to smoothen and stabilize videos locally and clientside
-
:? An open source installer for Spicetify - I did the GUI and the build workflows
-
:? A universal minimal media controller for Windows
-
:? Custom Discord bot for the Cyberpunk 2077 Modding Servers
-
:? Robust Discord bot allowing non Nitro users to use animated emojis
-
:? Rip ebooks from various ebook systems into .pdf format
-
:? The first proper mod menu for Cyberpunk 2077
-
:? Mod to add Discord Rich Presence support to Cyberpunk 2077


