Skip to content

rupakraj/anubad

 
 

Repository files navigation

anubad

Graphical Interface for glossary browsing.

Creative Commons Attribution 3.0 Unported License IMAGE Copyright © 2013 to the Anubad Authors.

How to get it

git clone  https://github.com/foss-np/anubad

Use

./configure

Two version are avaliable one with native python tkinter, and other in Gtk.

Tkinter Version

This was the earlier design with focus on making the code run with various platforms, its pretty robust and workable.

  • py2/3 compatible
  • Cross Platform (linux/mswin/) hopefully mac
./main.pyw

Gtk Version

Due to the font rendering issues, and poor system intergation in linux tkinter, it was rewritten in Gtk with is still in development although both version will be supported for now.

./gtk3.py

Running Gtk Version on Windows

Requirement

  • git
  • python 3
  • pygtk

http://sourceforge.net/projects/pygobjectwin32/files/pygi-aio-3.10.2-win32_rev10-setup.exe/download

Packages

No packages published

Languages

  • Python 98.6%
  • Makefile 1.4%