Skip to content

Python Online Compiler to compile your python code on web easily, with functionality to interact with terminal too.

Notifications You must be signed in to change notification settings

hubsMIT1/py-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python online compiler

To run locally

git clone https://github.com/hubsMIT1/py-compiler.git
cd py-compiler

To run backend

cd server
python -m venv venv
venv/Scripts/activate
pip install -r requirements.txt
jupyter server --debug --NotebookApp.allow_origin="*"

search for the token and keep it.

To run frontend

cd frontend
npm i 
- update the env with found token and save
npm run dev

About

Python Online Compiler to compile your python code on web easily, with functionality to interact with terminal too.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published