Skip to content
/ pyonly Public

Create interactive web UIs with Python instead of JavaScript

License

Notifications You must be signed in to change notification settings

pyonly/pyonly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyOnly

PyOnly lets you build interactive web UIs using Python instead of JavaScript. It enables you to deploy machine learning applications because existing libraries such as TensorFlow can be used. PyOnly works without plugins or code transpilation in all modern web browsers, including mobile browsers. The client logic runs on the server and the required UI changes are sent to the client. Consequently, you don't have to jump between client and server code since both are in the same script. On top of that, you can integrate PyOnly into your existing projects because JavaScript functions, APIs and libraries can be accessed.

Install

$ pip install pyonly

Documentation

Documentation is available at http://pyonly.com/docs/overview.php

About

Create interactive web UIs with Python instead of JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published