John (johneliot1978)

johneliot1978

Geek Repo

0

followers

0

following

0

stars

Github PK Tool:Github PK Tool

John's repositories

YoutubeTrailerDownloader

Walks through a directory and uses all contained directory names to search youtube for associated movie trailer and downloads trailer into the same directory with a suffix -trailer.mp4

Language:PythonLicense:GPL-3.0Stargazers:1Issues:1Issues:0

ApplyXSLTransforms

Description: command line python script to apply xsl to an xml file and output the resulting transformed xml

Language:PythonStargazers:0Issues:0Issues:0

CloneAllUsersRepos

Description: python command line script to clone all public repositories for a given user based on passed github username

Language:PythonStargazers:0Issues:0Issues:0

DelimitedFieldsExporter

Description: command line python script to ingest delimited data file and output to a file one or more field names (specified as comma seperated list), with an option to deduplicate to only show unique field values

Language:PythonStargazers:0Issues:0Issues:0

DelimitedFilesCombiner

Description: command line python script to consolidates multiple files of a specified extension and any delimiter in the current directory into a single file with whatever delimiter you specify

Language:PythonStargazers:0Issues:0Issues:0

DelimiterConverter

Description: python command line script to convert a delimited file to another delimited format

Language:PythonStargazers:0Issues:0Issues:0

PerformPandasOperations

Description: This script automates pandas operations from the command line. It reads operations from a file, applies them to a CSV file, and outputs the result.

Language:PythonStargazers:0Issues:0Issues:0

SampleXMLData

Description: command line python script to query an xml file and pull a random sample of some number of a particular element and it's children from the xml tree and write the samples out to subset xml file

Language:PythonStargazers:0Issues:0Issues:0

SendDataframesPandasGUI

Description: Command line Python script to load multiple dataframes into pandasGUI for analysis

Language:PythonStargazers:0Issues:0Issues:0

UpdateDataFrame

Description: command line python script to update existing dataframe using match point of 1st column, updating any existing rows and then adding any new rows and finally deduplicating before writing out updated dataframe

Language:PythonStargazers:0Issues:0Issues:0

UploadGitProject

Description: command line python script to create a new repository on github based on contents of directory it's passed, and populate a readme and the github description, based on a comment in the source file. used for initial repo and upload setup

Language:PythonStargazers:0Issues:0Issues:0

XMLFieldExporter

Description: command line python script to interrogate xml file and search for tag, writing out all values present for that tag anywhere in the xml or optionally all deduplicated value

Language:PythonStargazers:0Issues:0Issues:0

XMLTagSearcher

# Description: python command line script to search an xml file for a specific tag that contains a value, and export out any matching tags and their parent structures to a new xml file which is a subset of the original

Language:PythonStargazers:0Issues:0Issues:0

XmlToDelimitedFormat

Description: command line python script to read in xml document and output a delimited file containing fields for each child of the root element labeled to include their parent elements from the xml tree

Language:PythonStargazers:0Issues:0Issues:0