This is a simple Python Code Runner IDE built using Streamlit, designed for writing, saving, loading, and executing Python scripts directly in your browser.
- Code Editor: Write or paste Python code in an easy-to-use text editor.
- File Management: Save your code to a file or load existing Python files for editing.
- Run Code: Execute your Python code and view the console output or error messages directly in the app.
- Interactive Interface: Streamlit provides a clean and responsive UI.
- Open the application in your browser: Python Code Runner IDE
- Use the Code Editor to write or paste your Python code.
- Save your code to a file using the File Management sidebar.
- Load an existing Python file for editing.
- Click the Run Code button to execute your Python code and see the results in the console output.
This application is deployed on Streamlit Cloud for easy access. You can deploy your own version by following these steps:
- Clone the repository:
git clone https://github.com/your-username/python-code-runner-ide.git
cd python-code-runner-ide
- Install the required dependencies:
pip install -r requirements.txt
- Run the application locally:
Copy code
streamlit run app.py
Deploy to Streamlit Cloud: Go to Streamlit Cloud. Connect your GitHub repository.
Set the main file as app.py.
Deploy the application. Example Screenshots Code Editor
Console Output
Author Developed with ❤️ by Adarsh Tayde.
License
This project is licensed under the MIT License. See the LICENSE file for details.