A JSON file data viewer using pure python
Project description
PyJSONViewer
A JSON file data viewer using pure python
Mac OS
Windows10
What is this?
This is a JSON file data viewer based on python.
It only uses build-in libraries of python (tkinter, json).
Features:
Minimum dependency.
Multi-platform (Mac, Windows, Linux).
Easy to use.
Requirements
Python 3.6.x
Download
Install python 3.6.x.
Clone or download as zip this repository.
How to use
Selct JSON file with CUI.
Run pyjsonviewer.py with -f option and the path to a JSON file:
$ python pyjsonviewer.py -f path_to_json_file/sample.json
JSON data tree will be shown.
Select JSON file with GUI.
Run pyjsonviewer.py
File->Open and then select json file.
JSON data tree will be shown.
You can set initial directory with CUI:
$ python pyjsonviewer.py -d path_to_json_file_dir
Select JSON file with drag and drop.
Run pyjsonviewer.py with the option -o
$ python pyjsonviewer.py -o path_to_json_file_dir
File browser is shown.
You can drag and drop a JSON file to the file browser.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PyJSONViewer-0.0.1.tar.gz
.
File metadata
- Download URL: PyJSONViewer-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c149db01f25daf4d2155c84e71fbeca8f31a8454704bc893b2d624049285758d |
|
MD5 | cec864408d92be8a16c75fb8c2b0022b |
|
BLAKE2b-256 | e404ab968b4c05dd338d81a79ce9e550fb702f18058231029e16e8b4d8c92a70 |