Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Donny-GUI authored Aug 31, 2023
1 parent 835e584 commit cccfcd6
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Tara ✨
Type And Return Automater

## Description
Automate python type hints for params and return values

## Getting Started

#### Windows
```Powershell
git clone https://github.com/Donny-GUI/Tara.git
python add_type_hints.py <yourfile>
```
#### Linux
```Bash
git clone https://github.com/Donny-GUI/Tara.git
python3 add_type_hints.py <yourfile>
```

# Type And Return Type Automator

# BEFORE 📷
![before](https://github.com/Donny-GUI/variable_type_hint_writer/assets/108424001/de9d19c6-e5b5-4b6f-9917-d930860a9052)
Expand All @@ -10,10 +26,6 @@
![after](https://github.com/Donny-GUI/variable_type_hint_writer/assets/108424001/dc97553a-e715-44cf-a013-1c6b44501535)


Type And Return Automater

## Description
Automate python type hints for params and return values

## How?
Parameters use a mix of symbolic execution, natural language processing and static analysis. Then finally a large language model to find a reasonable type if none is assigned.
Expand Down

0 comments on commit cccfcd6

Please sign in to comment.