Code Packets

Browse all published coding projects

CBC mode AES cryptography in Python

It is a Python code which asks for data in csv format for CBC mode encryption or decryption, performs the required operation and saves the output in the same file as different columns.

Kirti Vardhan · Aug 26, 2021

C++ program to implement Cyclic redundancy check

C++ program for Cyclic redundancy check, it is mainly used to determines whether a data block has been corrupted or not.

Parul Lohia · Aug 25, 2021

Personal Desktop Assistant using Python

This tutorial consists of designing an Alexa-like personal voice assistant using Python that can interpret voice commands using speech recognition on your own desktop and can perform many tasks.

Mehul Gupta · Aug 25, 2021

Intelligent Chatbot for CodeSpeedy Website Trained using ML dataset and Neural Network

Nora is an AI Chatbot trained to answer questions about services, products and basic questions whilst users browsing experience through CodeSpeedy Website.

Syeed Chowdhury Jahin · Aug 25, 2021

Virtual Assistant answers questions from WolframAlpha and Wikipedia in Python

Nora is a virtual assistant built by speech recognition system which uses the wolfram API to fetch answers to questions , if answers not found ,it searches Wikipedia for the same.

Syeed Chowdhury Jahin · Aug 25, 2021

Youtube Video Downloader and Mp3 Converter via Python

This Python program downloads youtube video singly or in batches and then converts them into audio format.

Syeed Chowdhury Jahin · Aug 25, 2021

Stock Market Data Visualization of renowed stocks from Ticker and Stooq using DASH

Stock information is collected in two ways from ticker and from Stooq of renowned stocks like amazon, FB, Tata Steel,Pfizer, Moderna ,Microsoft,Twitter

Syeed Chowdhury Jahin · Aug 25, 2021

Square Encryption of String In Java

Today we write a program that performs some encryption and decryption tasks on a given string by using the Java programming language

Kirti Sandip Phegade · Aug 24, 2021

Online Exam Project in Java

In this project, there are given 10 questions to answer. Users can bookmark any question for reconsideration while going to result.

Ashutosh Pandey · Aug 24, 2021

Number Guessing Game in Java

This is a short Java project that allows the user to guess the number generated by the computer. It stores the number of attempts the user takes to guess the right answer.

Ashutosh Pandey · Aug 24, 2021

GUI based Profile QR code Generator using Java

In order to Develop the GUI-based QR code generator we use Java programming language and some swing components like JLabel, JButton,JFiled, and JTextfiled.

Kirti Sandip Phegade · Aug 20, 2021

Phone Book in JAVA

This Phone Book consist various operations on Contact list . 1)Display List 2)Insert contact 3)Delete contact 4)Delete same contact 5)Update contact 6)Search

Sonali Mahadev Sankpal · Aug 20, 2021