Skip to content

Bry.thon is an implementation of Python3 in a website by utilizing Brython. Brython enables developers to manipulate the DOM, use local storage, make Ajax calls, etc.. Usually Javascript is used for client-side but with Brython, Python can do the same.

Notifications You must be signed in to change notification settings

kevinadhiguna/bry.thon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bry.thon

Bry.thon is an implementation of Python3 in a website by utilizing Brython. Usually Javascript is used for client-side but with Brython, Python can do the same.


Demo

This is how this app looks :


Features

Here are some features :

(1) Get a Random Joke

Jokes are fetched through Chuck Norris jokes API :

Here is a joke... :



Another one :

(2) Get an alert message :


(3) Save something in browser's local storage :



Put something here and click the Add button:


You can look at what you saved :


You can remove an item you saved in local storage as well, by clicking the Remove button.

(4) Rotate a shape :



Click the rotate button to see what will happen :

(5) Upload a text file and display its content :



Upload a text file from your computer's directory :



What is inside the text file will be revealed !


Reference


Hello !

About

Bry.thon is an implementation of Python3 in a website by utilizing Brython. Brython enables developers to manipulate the DOM, use local storage, make Ajax calls, etc.. Usually Javascript is used for client-side but with Brython, Python can do the same.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published