September 29, 2021

Make your own Python IDE + Text Editor (Pykachu)

So, in the last post, I made a IDE + Text Editor in Python using tkinter library. Part 1 In this post, I am going to make the designs a little better now....
September 11, 2021

How to make a Like Dislike System - PHP

In this article you will learn How can you make your own Like and Dislike system. We are going to make the logic in Php. So if you don't know, PHP was a...
September 04, 2021

Pyhton Notification System Complete Project with Code

Have you ever tried to create a desktop notifications application based on your needs? do you know you can do this in a few simple steps using python? In this project, we are...