Skip to content

jeremyephron/python-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Utility Functions

This repository is home to my Python functions that have potential use across a wide range of different projects and scripts.

Modules :octocat:

  • colors.py: output stylized text in command-line (or other interface with ANSI support) with ANSI escape sequences.
  • fake_progress_bar.py: print a progress bar that loads in a given amount of time.
  • runtime.py: decorator to log a function's runtime.
  • traverse_nested_dict.py: set or retrieve a value from a nested dict of arbitrary depth.
  • uniqify.py: return a list of unique elements while preserving order.

About

Python utility functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages