Skip to content

Commit

Permalink
2/2 Change Environments
Browse files Browse the repository at this point in the history
- Change environments
- Update README
  • Loading branch information
FLwolfy committed Feb 2, 2024
1 parent dcd86aa commit 9077f7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
JSON generator from Excel files with template.

### Dependencies
- pandas
- tkinter
- openpyxl

## Usage
using template to build up the links between Excel and JSON entries
Expand All @@ -15,8 +14,5 @@ formats of the entries in Excel dataset
1. string: ```"example"```
2. int & float: ```15```, ```1.0```
3. range: ```[-1,100]```
4. list: ```l[121,abc,def]```, ```l["anc,"hele",""test"]```
- string elements only
- begin with ```l[``` as the notation
5. dict:
- no dictionary as entries, instead using column names to locate the position directly.
4. list: ```[here, is, example]```, ```["here", "is", "example"]```
5. dict: - **NO** dictionary as entries, instead using column names to locate the position directly.
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ name: jsonGen
channels:
- defaults
dependencies:
- numpy==1.24.3
- pandas==2.0.3
- openpyxl==3.0.10

0 comments on commit 9077f7d

Please sign in to comment.