IdeaToday we are going to create a Screen Recorder in Python using OpenCV.PrerequisitesKnowledge of basic Python coding, basics of OpenCV, numpy and Pillow.Install Modules pip install pillow pip install numpy pip install opencv-python Type these commands one by one in your terminal: cmd,...

How to make a Kali Linux themed Terminal Website Portfolio using React JS

Hello Beautiful People,You must have known about Kali Linux and most probably have used it. If not no problem then, we are going to create our own Kali Linux (oops, Sorry... Our Kali...
December 02, 2022

How to create a Tic Tac Toe Game with pure HTML, CSS and JS

 Hey fella's,Here I am with a new post.In this post, I am gonna create a tic tac toe game but with pure html, css and js. Yeah, it's a little waste of time...
September 17, 2022

Top must have windows software for a developer

Hello folks, I guess most of you are using a windows computer or laptop. And since you are visiting this post, that means you're a developer too.Windows comes with essential softwares installed that you...
Hello folks, in this post, we will explore how can you create an effect like this using HTML, CSS and JS.The simple logicJust replace the "divname" in the code by the name given to the div to that you want to apply this...
.button-85 { margin-left: 1rem; font-family: Arial; padding: 0.6em 2em; border: none; outline: none; color: rgb(255, 255, 255); background: #111; cursor: pointer; position: relative; z-index: 0; border-radius: 10px; user-select: none; -webkit-user-select: none; touch-action: manipulation; } .button-85:before { content: ""; background: linear-gradient( 45deg, #ff0000, #ff7300,...
Hello there! In this article we are going to create a programmer way to write an application. We will write an application using Python.IdeationSo, as you all know that we have a specific format to write an application. In this post, I've chosen...