Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GwynHannay committed Dec 25, 2021
1 parent b15184e commit e70fe72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Resulting JSON file:

![Screenshot 2021-12-26 061844](https://user-images.githubusercontent.com/8345824/147394636-806b77da-6ddf-4e58-84c5-0a1c9bb648f2.png)

## Usage

Using this is easy! From the main folder of this repository, simply create the path "/sleep-as-android/csv/" and place your "sleep-export.csv" file there.

Alternatively, you can change the relative file path in main.py.

## Technologies

**Language:** Python 3.9.7
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ def conversion(csv_file: str):

if __name__ == "__main__":
# get our CSV filename and send it to our main function
csv_file = r'sleep-as-android/csv/sleep-export--.csv'
csv_file = r'sleep-as-android/csv/sleep-export.csv'

conversion(csv_file)

0 comments on commit e70fe72

Please sign in to comment.