Coders Packet

Listing of packets of source code submitted by coders

Advanced Keylogger using Python

This is the advanced version of a Keylogger in which we can retrieve logs of keystrokes, capture screenshots, provide system information, and access clipboard data.

Billing Management System GUI in Python

Billing management system automates invoicing, payment tracking, enhances accuracy, and improves financial efficiency.

AREA CONVERTOR APP IN PYTHON USING TKINTER IN JUPYTER NOTEBOOK

This is an area converter application that is used to convert areas between different units.

Address-book using HTML, CSS & JS

Address Book to store all of your contacts in one place. This code is developed using HTML, CSS and JavaScript.

Simple Online Test using Java - GUI application

An online test java GUI application using swing. The questions are displayed one at a time with 4 choices along with the options like "next" and "bookmark".

Word Counter GUI application Using Java

It counts the number of words entered in the text area by user or from a file chosen by user. This project is developed using java.

Password Generator GUI using Java

This is a Password Generator GUI application which generates a random password using SecureRandom class.

Attendance management system in C++

It is a C++ program which helps in storing the attendance data of the students. it is created in visual code studio and the output image is attached below

Temperature Converter using HTML, CSS, and JavaScript.

Make a user friendly Temperature Converter website using HTML,CSS and JavaScript. The help to covert the Celsius, Fahrenheit and Kelvin.

Qr Code Generator using text in C++

A Qr Code Generator (using text) GUI application made in C++ using wxWidgets on Code::Blocks.

Expense Tracker with JavaFX

This tool helps the user to track the monthly expenses and calculate the savings along with visualization of the expenses. The code is written in Java and ca be run on intellij platform.

How to redirect to another page in ReactJS

In this tutorial, we will learn  "How to redirect to a single page or multiple pages in ReactJS ". Redirecting to another page is a common requirement in Web Applications.