Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 922 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 922 Bytes

random_scripts

  1. usbdrive_copy.py
    • searches for drives whose start and end is specified in code, and if that path exists copies all pdf,ppt files to a path specified in code.
  2. youtube-playlist.py
    • downloads a youtube playlist and saves in current directory using youtube-dl software.
  3. convert.py
    • converts media files in specified directory using ffmpeg and deletes original. -w means recursively.
  4. sendtomega.bat
    • nothing special, simple command using rclone to copy a folder to mega. Assuming there is a directory named megalocal on mega and remote=mega in rclone.
  5. make_index_of_directory
    • recursively traverses the directory and lists files.
  6. scraping/mylib.py - some functions to help with web scraping
  7. lrctrl.c - presses the left and right control together on the hardcoded evdev keyboard. Useful to get keyboard from qemu vm.
  8. krun.c - can be put as shebang in a kotlin file.