Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 912 Bytes

File metadata and controls

38 lines (22 loc) · 912 Bytes

Python utility containing scripts used for day-to-day tasks


Directory Analysis

How to run

python directory_analysis.py

Enter the directory path to analyze: <directory-path>

Usage

  • If you have multiple files in a folder and you want to remove the duplicates from it.
  • Useful for content creators who make compilations out of small files.

Open Links

How to run

python open_links.py

Usage

  • If you have multiple URLs to open, this script avoids the manual effort of opening them.
  • Useful if one is searching something from a PDF containing lists of links.

Split JSON file

How to run

python split_json.py

Enter the number of files to split into: <file-count>

Usage

  • If you have a large JSON file that required to be split up into N smaller files.
  • Useful when chat with AI is exported and used to train models that have input size threshold.