KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
gtkjsonviewer
★ 14
Open GitHub ↗
A simple json viewer written in GTK.
Download README (.md)
Explore Similar Repositories
runit-man
:
runit web monitoring tool
Simulations
:
Various simulations of random processes
jquery-slideshow
:
jQuery plugin for awesome slideshow on your website.
zbx-multicheck
:
Execute multiple commands and send multiple values to Zabbix with a single call
Ace
:
SproutCore's theme.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gtkjsonviewer
?
Download (.md)
GtkJsonView =========== A simple JSON viewer written in Python using GTK. ## Usage ### From a JSON file ```sh python gtkjsonview.py test.json ``` ### From an input stream ```sh echo '[{"id":"1"}]' | python gtkjsonview.py ``` ## Screenshot  ## Dependencies * Python 3 * PyGObject module Install: ```sh sudo pip install PyGObject ```