https://github.com/prariecomamile/online-code-editor
Thanks to this project, you can write code on the web.
https://github.com/prariecomamile/online-code-editor
code css editor html5 js python3
Last synced: 4 months ago
JSON representation
Thanks to this project, you can write code on the web.
- Host: GitHub
- URL: https://github.com/prariecomamile/online-code-editor
- Owner: PrarieComamile
- License: mit
- Created: 2023-05-09T16:04:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T21:57:40.000Z (over 2 years ago)
- Last Synced: 2025-05-13T05:41:30.615Z (9 months ago)
- Topics: code, css, editor, html5, js, python3
- Language: JavaScript
- Homepage: http://prariecomamile.pythonanywhere.com/
- Size: 174 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Online-Code-Editor
Bu proje, web tarayıcınız üzerinden Python kodları yazabileceğiniz ve test edebileceğiniz bir kod editörü sağlar. Flask ve Python 3.10 kullanılarak geliştirilmiştir ve Flask sürümü 2.1.3 ile uyumludur.
**Nasıl İndirilir ve Kullanılır?**
--------------------------------------
Online Code Editor'ü kullanmak için aşağıdaki adımları takip edebilirsiniz:
1. Bu projenin GitHub deposunu klonlayın: `https://github.com/PrarieComamile/Online-Code-Editor.git`
2. Virtualenv oluşturun: `python3.10 -m venv venv`
3. Virtualenv'i etkinleştirin: `source venv/bin/activate`
4. Gerekli paketleri yükleyin: `pip install -r requirements.txt`
5. Flask uygulamasını başlatın: `flask run`
6. Web tarayıcınızda `http://localhost:5000/` adresine giderek Online Code Editor'ü kullanmaya başlayabilirsiniz.
**Kullanımı**
--------------------------
Online Code Editor'ü kullanarak Python kodlarınızı yazabilir, test edebilir ve çalıştırabilirsiniz. Kodlarınızı yazdıktan sonra "Run" butonuna basarak çalıştırabilirsiniz. Çıktılarınızı da doğrudan editör sayfasında görebilirsiniz.
Bu projenin amacı, programlama öğrenenlere, öğretmenlere, öğrencilere ve profesyonel geliştiricilere yardımcı olmaktır. Ayrıca, bu proje, Python kodlama becerilerinizi geliştirmek ve daha da ileriye götürmek için harika bir araçtır.
**Versiyonlar**
--------------
Proje, Flask sürümü 2.1.3 ve Python 3.10 ile uyumlu olarak geliştirilmiştir. Farklı Python sürümleri ve Flask sürümleri ile de çalıştırılabilir, ancak bu sürümler önerilen sürümlerdir.
**Lisans**
--------------------------------------
Bu proje MIT lisansı altında yayınlanmıştır. Daha fazla bilgi için [LICENSE](https://github.com/PrarieComamile/Online-Code-Editor/blob/main/LICENSE) dosyasına bakabilirsiniz.
**Ekran Görüntüsü;**
------
**Koyu Tema:**
-------------------

**Açık Tema:**
-------------------

-----------------------------------------------------------------
# English
This project provides an online code editor that allows you to write and test Python code in your web browser. It is built using Flask and Python 3.10, and is compatible with Flask version 2.1.3.
**How to Download and Use**
---------------------------------------------------
To use the Online Code Editor, follow these steps:
1. Clone this project's GitHub repository: `https://github.com/PrarieComamile/Online-Code-Editor.git`
2. Create a virtual environment: `python3.10 -m venv venv`
3. Activate the virtual environment: `source venv/bin/activate`
4. Install the required packages: `pip install -r requirements.txt`
5. Start the Flask application: `flask run`.
6. Open your web browser and navigate to `http://localhost:5000/` to start using the Online Code Editor.
**Usage**
------------------------------------------------
Using the Online Code Editor, you can write, test, and execute Python code. After writing your code, you can run it by clicking the "Run" button. You can also see the output directly on the editor page.
The purpose of this project is to help people who are learning to code, teachers, students, and professional developers. Additionally, this project is a great tool for improving your Python coding skills and taking them to the next level.
**Versions**
-------------------------------------------------
This project is developed to be compatible with Flask version 2.1.3 and Python 3.10. It can also be run with different Python and Flask versions, but these versions are recommended.
**License**
-------------------------------------------------
This project is released under the MIT License. For more information, see the [LICENSE](https://github.com/PrarieComamile/Online-Code-Editor/blob/main/LICENSE) file.