Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abrignoni/JSON-to-HTML-and-XLS
Simple script to convert JSON to html or excel
https://github.com/abrignoni/JSON-to-HTML-and-XLS
Last synced: 21 days ago
JSON representation
Simple script to convert JSON to html or excel
- Host: GitHub
- URL: https://github.com/abrignoni/JSON-to-HTML-and-XLS
- Owner: abrignoni
- Created: 2018-03-10T05:16:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T18:46:00.000Z (over 4 years ago)
- Last Synced: 2024-08-05T17:38:25.400Z (4 months ago)
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - abrignoni/JSON-to-HTML-and-XLS - Simple script to convert JSON to html or excel (Python)
README
# JSON to HTML and EXCEL
Simple python 3 script to convert Discord json chats to html or xls for easier reading.
For an explanation on how to find Discord app chats in Windows see here:
https://abrignoni.blogspot.com/2018/03/finding-discord-app-chats-in-windows.html
Required modules:
`` pip install json2html ``
`` pip install pandas ``
`` pip install xlsxwriter ``
`` pip install xlwt ``
**Usage:**
1. Run the main.py script
2. Write the path to the directory that contains the Discord chat json files.
3. Select conversion format. Select #1 for html or #2 for xls.
4. Converted files will be located in a new folder within the Discord chat json files directory.![alt text](usage.jpg "Usage example")
**Note**
All json files have to be in the selected directory. Script will not due a recursive search.