top of page

The A.N.K.H. System: Drive-based VCS

Watch the demo video here.

Read the project description here.

Read the story behind the logo here. <-- This is helpful

Built using Python 3, and utilizing the Google Drive API.

To begin, the A.N.K.H. System is a Google Drive-based VCS. Albeit it’s just one version, but that’s still version control, right? From this script, I have the ability to add my Python scripts to Google Drive, delete them, update/edit them, and download them. All of these can be done from any computer that has this script.

This is super handy because I am no longer limited to my desktop anymore. I can work on my laptop, iPad, iPhone, a Linux machine, etc. All thanks to this one helpful script. It is named the A.N.K.H. System because it has four core abilities: [A]lter, [N]ab, [K]eep, [H]armonize or "update," "download," "persist," and "share" respectively. For a full description of this (and why in the world I named it this, read the story here).

bottom of page