Coders Packet

Packets submitted by Vishaka Iyengar

Character Counter using Python

This character counter can be used to count the number of characters, words, sentences and blank lines in the text given as input.

Image to PDF Converter using Python

An image to PDF converter has multiple applications in day-to-day life as well as office applications such as making a file of inventory papers.

Random Password Generator using Python

A random password generator is used to create a password with a specified number of characters. This code can be generate random passwords that contain alpha-numeric and special characters.

Real-Time Currency Converter using Python

This is a simple code that uses an API to access real-time currency conversion rates. The user gives the amount and country to and from which the currency needs to be converted.

Caesar Cipher using Python

Caesar cipher is the simplest and oldest substitution cipher. It is a fundamental part of cryptography. In this project, we shall understand the cipher, view its features and implement it.