Skip to content

Commit

Permalink
Merge pull request #8 from sytays/patch-1
Browse files Browse the repository at this point in the history
typos fix
  • Loading branch information
agermanidis authored Oct 14, 2017
2 parents 87c852c + d6a7f11 commit 9edd196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@

##### NOTE: Livepython is alpha software. It doesn't handle a lot of edge cases and features may change.

Livepython is a desktop app that lets you visually trace, in real-time, the execution of a Python program. In addition, it can track changes in global and local variables as your program is running. Livepython meant to give you a quick grasp of a program's execution flow. It's less messy than sprinkling print statements throughout your code and simpler to use than debuggers/profilers.
Livepython is a desktop app that lets you visually trace, in real-time, the execution of a Python program. In addition, it can track changes in global and local variables as your program is running. Livepython is meant to give you a quick grasp of a program's execution flow. It's less messy than sprinkling print statements throughout your code and simpler to use than debuggers/profilers.

Livepython can be launched from the command-line as easily as:

livepython [program] [args...]

**Controls:**

SPACE: Play/pause the program.
SPACE: Play/Pause the program.

Left/Right Arrow: Change speed of execution.

V: Open/close Variable Inspector.
V: Open/Close Variable Inspector.

### Compatibility

Expand Down

0 comments on commit 9edd196

Please sign in to comment.