Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 608 Bytes

File metadata and controls

8 lines (5 loc) · 608 Bytes

PyUtils

A selection of useful little python scripts that perform various automation tasks

As I come up with further utilities, they'll make their way here

List_Subtractor: Takes in two filepaths, each for a csv. Identifies which elements in the primary csv are also in the secondary csv, and creates a new list without those elements on your clipboard

p_triangle is a proof that any four numbers in the Fibonacci sequence can be used to create a Pythagorean triple - a three value tuple that forms the three sides of a right angle triangle. This isn't really a utility, but it was a lot of fun to write