Skip to content

Instantly share code, notes, and snippets.

View GasGen's full-sized avatar

Gastón Gentile GasGen

  • Buenos Aires, AR
View GitHub Profile
@GasGen
GasGen / localisation-script.py
Last active December 17, 2015 22:09
Localisation script for OpenWorm web.
# -*- coding: utf-8 -*-
#OpenWorm Translate the website! - Localisation script
#author: Gaston Gentile
from bs4 import BeautifulSoup
import os
os.system('clear')
print 'OpenWorm site translator'
print 'Let\'s go, translate the site!\n'