August 21, 2021

Python IDE + Text Editor

* { font-family: 'Marmelad', sans-serif; } @import url('https://fonts.googleapis.com/css2?family=Marmelad&display=swap'); .code { background: linear-gradient(45deg, rgb(255,115,0,178), rgb(255,177,0,183)); padding: 10px; border-radius: 10px; color: white !important; } .code:hover { background: linear-gradient(45deg, orange, yellow); color: black; } .module {...
August 15, 2021

Chrome Dino Game Automation in Python

* { font-family: 'Marmelad', sans-serif; } @import url('https://fonts.googleapis.com/css2?family=Marmelad&display=swap'); .code { background: linear-gradient(45deg, rgb(255,115,0,178), rgb(255,177,0,183)); padding: 10px; border-radius: 10px; color: white !important; } .code:hover { background: linear-gradient(45deg, orange, yellow); color: black; } .module {...

Music Player web app made in HTML, CSS, Javascript

Hey there, Mr.Known here... This is the first post on this blog but not my first project. I started to code back in 2019, when I learnt basics of html, css and I...