Skip to content

sahama/brython_autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

brython_autocomplete

just some code to use in IDE's (eclipse or pycharm for instance) for enabling autocomplete.
put the browser.py behind your others .py code this code should to not run. i test it and there was no problem but i put "if False" in first line of it.
this code should to not be in production code. it's usage in development you can use this like this:(or something else that you khow)

in index.html

<html>
<head>
    <script type="text/javascript" src="brython/brython.js"></script>
</head>
<body onload="brython(1)">
<script type="text/python3" src="brython.py"></script>
</body>
</html>

in brython.py

import browser

# here your code

and now you see your IDE have autocompletion for module browser

About

just some code to use in IDE's autocomplete

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages