Skip to content

Abdelhay1212/online_compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Python Interpreter

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

[Product Name Screen Shot]

This is a simple online interpreter for Python that you can use to run your small code snippets and maybe use to solve LeetCode problems. Enjoy!

(back to top)

Built With

These are the technologies I used in this project:

  • Python
  • Flask
  • SocketIO
  • HTML
  • CSS
  • CodeMirror

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

First you need python in you computer Follow these instructions to install python

Windows
* Go to the official Python website https://www.python.org/downloads/.
* Click on the "Download Python" button to download the latest version for Windows.
Linux
* Run the following commands
```sh
sudo apt update
sudo apt install python3
```
macOS
* If you have brew installed, run the following command
```
brew install python
```

Installation

Now you have python in your machine we're going to setup the app.

  1. Clone the repo
    git clone https://github.com/Abdelhay1212/online_compiler
  2. Navigate to the project
    cd online_compiler/
  3. Install python VENV and activate it
    python -m venv venv
    # in windows
    source venv/Script/activate
    # in linux
    source venv/bin/activate
  4. Install the dependencies of the project
    pip -r install requirement.txt
    
  5. Now you are ready to run the app
    python run.py
    

The app should be running in localhost, port 5000

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

ABDELHAY ET-TAOUAF - @my_x_account - ettaouafabdelhay87@gmail.com

Project Link: https://github.com/Abdelhay1212/online_compiler

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published