Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel-to-JSON

This is the source code for an excel to json convert with an executable file.

Go to the dist folder to get the executable file!

Libraries used

Python libraries

Imported default python libraries used

import tkinter as tk
from tkinter import filedialog
from tkinter import messagebox
import json
import os

Pip libraries

Pandas

Install pandas:

pip install pandas openpyxl

Import pandas:

import pandas as pd

Pyinstsaller

Used pyinstaller to convert to .exe file

Install pyinstaller:

pip install pyinstaller

Convert file to .exe without PATH being updated:

python -m PyInstaller --onefile --icon=convert-icon.ico --noconsole excel-reader.py

Icon used for App

Source credit: https://icons8.com/

About

This is the source code for an excel to json convert with an executable file!

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages