Skip to content

Kasaksaxena/python-simple-projects

Repository files navigation

Simple python projects

  1. Grayscale image converter
  2. csv to pdf generator
  3. qr code generator

Technology used

1 Streamlit (Web App framework) 2 Pandas (Data Manipulation library) 3 PIL (Image processing library) 4 QRCode (QRCODE generator)

Grayscale image converter

  • A streamlit app that accesses camera,clicks a photo and converts the photo to gray scale using PIL
  • users can download grayscale image

Csv to pdf generator

  • A scripts that converts a Csv file into a pdf with lined pages for better readability.
  • It uses pandas for reading CSV and FPDF for generating the Pdf

Qr Code generator

-A python scripts that generates a qr code from a URL using QRcode library and display/save image using PIL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages