Coders Packet

Packets submitted by Paras Rawat

Predicting the Optimum Value of Clusters in K Means Algorithm in Python.

Predicting the Optimum Value of Clusters in K Means Algorithm with the help of the Elbow method in Python.

Python Script to get Weather of any city.

Getting current weather of any city with the help of OpenWeather API, requests, and json module in Python.

Python Script to convert images to thumbnail.

A Python script for converting image files to thumbnail using the Image module of the PIL Library.

Laptop Battery Notifier using Python.

A python script to get the remaining battery percentage of the laptop using multiple libraries.

Currency Converter using Python

A Currency Converter using CurrencyConverter module of the currency_converter library of Python.

Python Script to get a Map of any location.

A python script to get a map of any specified location using geopy, folium, and webbrowser packages.

Python Script to check the Internet Speed.

A python script to check the Internet speed of your connection using the speedtest-cli package.

Python Script to add Watermark to image files.

A python script to add watermark to image files using multiple modules of the PIL library.

Python Script to Convert image files to PDF

A python script to convert image files to pdf using the Image module of the PIL library