- Grayscale image converter
- csv to pdf generator
- qr code generator
1 Streamlit (Web App framework) 2 Pandas (Data Manipulation library) 3 PIL (Image processing library) 4 QRCode (QRCODE generator)
- A streamlit app that accesses camera,clicks a photo and converts the photo to gray scale using PIL
- users can download grayscale image
- 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
-A python scripts that generates a qr code from a URL using QRcode library and display/save image using PIL