This Timer is created in Python using the Tkinter package. Time package is also used for track of time elapsed.
This project tells the x and y coordinates of the entry and exit of the cursor from the frame. Tkinter package is used to create GUI.
A Video Downloader created using Python. pytube package is used in this packet. In this one has to insert the link of the youtube video and that video will get downloaded.
A Dice Simulator created in Python using its famous packages Tkinter and random. It inputs the number of dices to be rolled by and outputs the results of all the dices being rolled randomly.
This is a packet used for separating the negative and positive elements present in an Array using while-loop and if-else statements in C++ language.
Code to lexicographically compare two strings ignoring the case of letters. It is written in C++ language.