Skip to content

chwair/ambidex

Repository files navigation

Ambidex Logo

Ambidex

Organized backups of save files for PC games

Ambidex Preview

What is Ambidex?

Ambidex is a Windows app for backing up your game save data. It's designed to be quick and intuitive, making backups easy with minimal effort.

Features

  • Effortless save detection: Autofill game titles and auto-locate save files via PCGamingWiki
  • Grid layout: Browse imported games visually with metadata + cover art from IGDB
  • Custom labels: Color code and label your backups with text notes.
  • Quick backup & restore: Back up in bulk or individually and restore backups without risk

Compatible with Windows 11 and Windows 10 (1809 or later)

Building

Ambidex is built with Nuitka. To build from source:

  1. Install Visual Studio Build Tools (with Clang)

  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the build script

    python build.py