Skip to content

Athi223/Web_IDE_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web_IDE_Python

A Web based IDE (Code editor and interpreter) for Python using Flask

Installation and Usage:

  1. Clone this repo
  2. Open Terminal/PS in repo directory
  3. Create virtual environment python -m venv venv
  4. Activate it (Windows) .\venv\Scripts\activate or (Linux) . venv/bin/activate
  5. Install requirements pip install -r requirements.txt

Frameworks used:

  • Flask
  • Halfmoon

About

A Web based IDE (Code editor and interpreter) for Python using ReactJS and FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published