Skip to content

AleksejSamarin/python_online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_online

Executor of python code in browser using Flask framework

How to run project with Docker:

  • Download and install Docker
  • Download project:
docker pull aleksejsamarin/python_online
  • Run project:
docker run -d -p <your_ip>:<your_port>:5000 aleksejsamarin/python_online

How to run project without Docker:

  • Download and install Python, Git.
  • Download project:
mkdir directory
cd directory
git clone https://github.com/AleksejSamarin/python_online.git .
  • Install requirements:
pip3 install -r requirements.txt --user
  • Run project:
python flaskr/main.py

Program usage example:

Image

About

Executor of python code in browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published