Skip to content

A few random Python scripts that I've written to help me with some chores, some in Python2.x

Notifications You must be signed in to change notification settings

daveswork/misc-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Misc scripts that have helped me with some chores.

Python 2.7

  • flat-file-parser.py this takes a file with fixed length fields and converts it into a csv file. Super handy when there are over 100 fields to split.

  • course-directories.py this generates a bunch of empty directories for me to work in. Mostly useful when I take a Udemy course and want to keep work for each section in their directory.

Python 3.6+

  • aws_inventory.py takes an AWS username, prompts for credentials and gives a list of accounts, or something like that.

About

A few random Python scripts that I've written to help me with some chores, some in Python2.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages