Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 445 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 445 Bytes

PyTools

Various simple python scripts written of necessity

xaml_sorter.py

Recursively searches for files of given extension, counts number of lines in them and prints info (file name and number of lines) in descending order.

TODO: rename function inside and script name to something not-xaml (just first was written for XAML files)

lower-and-dash.py

Return given string formatted as lower-case dash-separated (like-this-for-example)