OpenSubtitlesDownload
OpenSubtitlesDownload logo
Illustration by Franck Helaine. Thanks ;-)

Automatically find and download the right subtitles for your favorite videos!

The subtitles search is done by precisly identifying your video files by computing unique movie hash sums. This way, you have more chance to find the exact subtitles for your videos, avoiding synchronization problems between the subtitles and the soundtrack.

GitHub page Wiki Releases Issue tracker
platforms
linux GUI
platforms
universal CLI
license
GPLv3

Microsoft Office Removal Tool Windows 10 -

If you’ve ever tried to uninstall Microsoft Office from Windows 10 using the standard method, you may have run into problems: leftover files, broken registry entries, or error messages preventing a clean reinstall. That’s where a dedicated Microsoft Office Removal Tool comes in.

The official Microsoft tool for removing Office from Windows 10 is the Microsoft Support and Recovery Assistant (SaRA) , often referred to as the Uninstall Support Tool

Have a unique Office removal horror story? Leave a comment below—we troubleshoot specific error codes daily.

It completely removes:

SCREENSHOTS

DOWNLOADS

python script (zip)
Version 6.5Stable and battle tested! Actually, probably not...
Version DEVLatest development code. If you are feeling adventurous...
Documentation

GitHub page Wiki Release notes Issue tracker

Installation instructions On the on the wiki page, and always up-to-date! microsoft office removal tool windows 10

Configuration instructions To change the search language and more advanced tune-in (optional). If you’ve ever tried to uninstall Microsoft Office

Dependencies
  • python (version 3.6+)
  • zenity (for GNOME GUI)
  • kdialog (for KDE GUI)
  • basic unix tools: wget (subtitles downloading with GUI), ps & grep (GUI autodetection)
  • Quick install (as a nautilus script)
            
              # Make sure the destination directory for nautilus scripts exits
              mkdir -p ~/.local/share/nautilus/scripts/
              cd ~/.local/share/nautilus/scripts/
              # Download the script and make it executable
              wget https://raw.githubusercontent.com/emericg/OpenSubtitlesDownload/master/OpenSubtitlesDownload.py
              chmod u+x OpenSubtitlesDownload.py