Coders Packet

Packets submitted by ARTHRAJ RATHORE

Timer with GUI using Python

This Timer is created in Python using the Tkinter package. Time package is also used for track of time elapsed.

Entry and Exit points of the Cursor in a Frame using Python and tkinter

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.

Youtube Video Downloader using Python

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.

Random Outputs of Multiple Dice(s) Rolls using Python 3.9 and Tkinter

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.

Segregation of Positive and Negative elements of an Array using C++.

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.

Comparing Strings lexicographically using C++

Code to lexicographically compare two strings ignoring the case of letters. It is written in C++ language.