├── README.md ├── angle.py ├── backup_torrents.py ├── batch_change_remote.py ├── batch_clone_repo.py ├── batch_compress_image.py ├── batch_convert_image.py ├── batch_create_json.py ├── batch_crop_image.py ├── batch_download_youtube.py ├── batch_gif_to_video.py ├── batch_merge_csv.py ├── batch_merge_image.py ├── batch_print_name.py ├── batch_pull_repo.py ├── batch_push_repo.py ├── batch_query_stock.py ├── batch_rename.py ├── batch_replace_image_link.py ├── batch_unzip.py ├── batch_url_opener.py ├── case_reverse.py ├── codepen_love_ranker.py ├── crop_half_pdf.py ├── css_template_generator.py ├── css_to_xpath.py ├── extract_pdf.py ├── gen_index.py ├── html2docx.py ├── make_h5_launch_zip.py ├── merge_pdf.py ├── mouse_tracker.py ├── pixiv_artist_batch_downloader.py ├── pixiv_artist_batch_extractor.py ├── project_sum.py ├── swap_pdf_page.py └── word_count.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/README.md -------------------------------------------------------------------------------- /angle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/angle.py -------------------------------------------------------------------------------- /backup_torrents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/backup_torrents.py -------------------------------------------------------------------------------- /batch_change_remote.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_change_remote.py -------------------------------------------------------------------------------- /batch_clone_repo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_clone_repo.py -------------------------------------------------------------------------------- /batch_compress_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_compress_image.py -------------------------------------------------------------------------------- /batch_convert_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_convert_image.py -------------------------------------------------------------------------------- /batch_create_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_create_json.py -------------------------------------------------------------------------------- /batch_crop_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_crop_image.py -------------------------------------------------------------------------------- /batch_download_youtube.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_download_youtube.py -------------------------------------------------------------------------------- /batch_gif_to_video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_gif_to_video.py -------------------------------------------------------------------------------- /batch_merge_csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_merge_csv.py -------------------------------------------------------------------------------- /batch_merge_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_merge_image.py -------------------------------------------------------------------------------- /batch_print_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_print_name.py -------------------------------------------------------------------------------- /batch_pull_repo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_pull_repo.py -------------------------------------------------------------------------------- /batch_push_repo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_push_repo.py -------------------------------------------------------------------------------- /batch_query_stock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_query_stock.py -------------------------------------------------------------------------------- /batch_rename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_rename.py -------------------------------------------------------------------------------- /batch_replace_image_link.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_replace_image_link.py -------------------------------------------------------------------------------- /batch_unzip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_unzip.py -------------------------------------------------------------------------------- /batch_url_opener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/batch_url_opener.py -------------------------------------------------------------------------------- /case_reverse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/case_reverse.py -------------------------------------------------------------------------------- /codepen_love_ranker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/codepen_love_ranker.py -------------------------------------------------------------------------------- /crop_half_pdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/crop_half_pdf.py -------------------------------------------------------------------------------- /css_template_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/css_template_generator.py -------------------------------------------------------------------------------- /css_to_xpath.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/css_to_xpath.py -------------------------------------------------------------------------------- /extract_pdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/extract_pdf.py -------------------------------------------------------------------------------- /gen_index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/gen_index.py -------------------------------------------------------------------------------- /html2docx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/html2docx.py -------------------------------------------------------------------------------- /make_h5_launch_zip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/make_h5_launch_zip.py -------------------------------------------------------------------------------- /merge_pdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/merge_pdf.py -------------------------------------------------------------------------------- /mouse_tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/mouse_tracker.py -------------------------------------------------------------------------------- /pixiv_artist_batch_downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/pixiv_artist_batch_downloader.py -------------------------------------------------------------------------------- /pixiv_artist_batch_extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/pixiv_artist_batch_extractor.py -------------------------------------------------------------------------------- /project_sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/project_sum.py -------------------------------------------------------------------------------- /swap_pdf_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/swap_pdf_page.py -------------------------------------------------------------------------------- /word_count.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alphardex/python-gadgets/HEAD/word_count.py --------------------------------------------------------------------------------