16 lines
1.1 KiB
Markdown
16 lines
1.1 KiB
Markdown
## Just another repo of Python scripts
|
|
|
|
1. **01_remove_all_pyc.md**: remove all *.pyc* files from a git repo
|
|
1. **02_find_all_links.py**: get all links from a webpage
|
|
1. **03_simple_twitter_manager.py**: accessing the Twitter API, example functions
|
|
1. **04_rename_with_slice.py**: rename group of files, within a single directory, using slice
|
|
1. **05_load_json_without_dupes.py**: load json, convert to dict, raise error if there is a duplicate key
|
|
1. **06_execution_time.py**: class used for timing execution of code
|
|
1. **07_benchmark_permissions_loading_django.py**: benchmark loading of permissions in Django
|
|
1. **08_basic_email_web_crawler.py**: web crawler for grabbing emails from a website
|
|
1. **09_basic_link_web_crawler.py**: web crawler for grabbing links from a website
|
|
1. **10_find_files_recursively.py**: recursively grab files from a directory
|
|
1. **11_optimize_images_with_wand.py**: recursively grab images from a directory, then optimize them for the web
|
|
1. **12_csv_split.py**: Splits a CSV file into multiple files based on command line arguments.
|
|
1. **13_random_name_generator.py**: random name generator
|