Skip to content

balaji-g/PythonUtils

 
 

Repository files navigation

License: MIT Twitter

Python Utils

Some useful python code snippets and utilities.

Point in Polygon — You're given the gps coordinates (latitude, longitude) of a polygon. Find out if the gps coordinates of a point of interest (x,y) lies inside the polygon. The logic is based on the method described here

Cut/Join video files — Cutting and joining video files. Dependency moviepy. Install with pip install moviepy.

Video Surveillance with Raspberry Pi - Broadcast the feed from pi-camera connected to the Raspberry Pi. The feed can be seen through browser on the same network.

Check FPS - Check the frames per second rate for video file or web cam.

Extract Frames - Extract frames (images) from the video file.

Snap7 - Snap7 is a python library to connect to Siemens PLCs.

Merge PDF - Merge PDF files using PyPDF2 package. Install with pip install pypdf2. Based on this.. Requires python 3.8.

About

Some python utilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%