A collection of simple Python scripts.
music-organizer.py. Organizes my music directory.
- EvalExpr.py.
A module to evaluate a mathematical expression using Python's AST.
Tests are located in
EvalExprTest.py. - link-checker.py. Builds upon linkchecker to hide warnings and to send a concise email if bad links are found.
- ScrapeCountries.py.
Scraping HTML tables with HTMLParser.
Tests are located in
ScrapeCountriesTest.py. phonetic.py. Obtain the NATO phonetic alphabet representation from short phrases.