Skip to main content

Server for Live Coder, works with the Live Coder VSCode extension.

Project description

Live Coder

Live Coder shows how your code runs as you type.

Demo GIF

Features

See the execution of all functions called for given test.

GIF shows multiple function's execution syncing scrolling and changing files.

Pick between function calls and tests.

GIF shows picking between fucntion calls and tests.

Install

It comes in 2 parts, a server (here) and a VSCode Extension

Requirements

It only runs Python3 unittests.

Setup

  1. Install the Server using: pip install live-coder
  2. Install the VSCode Extension
  3. Watch the intro video
  4. Try the demo project.

Having Issues?

Please add an issue.

If the server isn't starting, you can start it within Python:

from live_coder.server import app
app.run(host='0.0.0.0', port=5000, debug=False)

Note: The host and port arguments cannot be changed since the editor extension expects the given ones.

Thanks

Thanks to the Pioneer community for the encouragement, it's worth checking out if you love making things!

If your interested in other new coding tools you should check out the Future of Coding community!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

live-coder-1.0.0.tar.gz (23.0 kB view hashes)

Uploaded Source

Built Distribution

live_coder-1.0.0-py3-none-any.whl (29.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page