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

Geography Lessons Games Unblocked May 2026

This site provides lightweight, fast-loading HTML5 quizzes on everything from oceans and mountains to world metropolitan areas.

A daily puzzle that shows a country’s silhouette and provides directional feedback (distance and orientation) for every guess. Why Geography Games Matter in the Classroom

By leveraging interactive tools, students can move beyond textbooks to explore the world through 3D environments, real-time satellite imagery, and competitive trivia. Top Unblocked Geography Games for Students geography lessons games unblocked

An excellent unblocked alternative for classroom use that uses satellite imagery to challenge students to identify locations on a 3D globe. It includes a multiplayer mode where a whole class can compete simultaneously.

Integrating games into geography lessons does more than just make the class "fun." It builds several critical real-world skills: Top Unblocked Geography Games for Students An excellent

A cinematic experience where students watch walking or drone-shot videos to identify cities based on cultural and architectural clues.

Geography games are transforming the classroom from a place of rote memorization into a playground for global discovery. For many students and teachers, the challenge isn't finding a game, but finding one that is on school networks and provides genuine educational value. Geography games are transforming the classroom from a

Best for younger students (K-12), it offers a tiered learning approach: Learn, Practice, and Test. It includes voice prompts for auditory learners.

A classic tool that covers countries, capitals, flags, and physical features across every continent. It is highly customizable, making it ideal for targeted review.

A trivia giant featuring thousands of user-generated quizzes, ranging from naming every country in the world to identifying US states by their shape.

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!

Configuration instructions To change the search language and more advanced tune-in (optional).

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