|
1 | 1 | # automating-boring-tasks-using-python
|
| 2 | + |
2 | 3 | Will be sharing the boring problems I solved/automated using python. Why? Cause bragging.
|
3 |
| -Just to note, the programs are written using `python3.6`. |
| 4 | +Just to note, the programs are written using `python3.6` or higher. |
| 5 | + |
| 6 | +## accessing-metadata-gitlab |
| 7 | + |
| 8 | +Attempt to connect to gitlab. incomplete. |
| 9 | + |
| 10 | +## extract_file_from_folder |
| 11 | + |
| 12 | +## fb_rm_advertisers_and_businesses |
| 13 | + |
| 14 | +automated unsubscribing to advertisements by taking screenshots and doing image comparisons using python. Already knew Selenium, so this was to explore non-Selenium options. |
| 15 | + |
| 16 | +## find_word_in_folders |
| 17 | + |
| 18 | +Finding files with a word in folders. |
| 19 | + |
| 20 | +## gplay_apk_download_multidex |
| 21 | + |
| 22 | +downloading apps from gplay |
| 23 | + |
| 24 | +## image_in_window_screensaver |
| 25 | + |
| 26 | +Since the image viewers in OSX as well as the free options did not satisfy my needs, I made this. |
| 27 | + |
| 28 | +## image_sort_landscape_portrait |
| 29 | + |
| 30 | +Sorts landscape and portrait images in different folders. |
| 31 | + |
| 32 | +## iterative_web_search |
| 33 | + |
| 34 | +Case-sensitive Iteratively search through pages. |
| 35 | + |
| 36 | + |
| 37 | +## note_point_extractor |
| 38 | + |
| 39 | +Extracts notes from zotery formatted notes. Obsolete. |
| 40 | + |
| 41 | +## pdf_update_checker |
| 42 | + |
| 43 | +Something I created to check for updates for PDFs. Obsolete. |
| 44 | + |
| 45 | +## review_to_md |
| 46 | + |
| 47 | +Helps convert txts in conference review format to markdown files for visual checking. |
| 48 | + |
| 49 | +## scanned_image_beautifier |
| 50 | + |
| 51 | +Converts images to scanned images. |
| 52 | + |
| 53 | +## tex_linebreaker |
| 54 | + |
| 55 | +Adds new line after each sentence in given tex file. Makes backup. Tries to respect comments. |
| 56 | + |
| 57 | +## tex_misc |
| 58 | + |
| 59 | +Checks for more common mistakes in tex file. |
| 60 | + |
| 61 | +## tex_writing_issues |
| 62 | + |
| 63 | +Looks for common grammar/writing issues in tex file. |
4 | 64 |
|
5 |
| -Dependencies: |
6 |
| -- sometimes click from pip is required. Not all packages may need it. To install, simply use: |
7 |
| - ```python3.6 -m pip install click``` |
| 65 | +## wifi-hotspot-autoconnect |
0 commit comments