https://github.com/justanotherscriptkiddienerd/the-opencode-project
A completely open-source code editor, featuring community-sourced features!
https://github.com/justanotherscriptkiddienerd/the-opencode-project
all-platform-supported bash code-editor crowdsourced-knowledge crowdsourcing docker python python-3 python3 ruby
Last synced: 6 months ago
JSON representation
A completely open-source code editor, featuring community-sourced features!
- Host: GitHub
- URL: https://github.com/justanotherscriptkiddienerd/the-opencode-project
- Owner: justanotherscriptkiddienerd
- License: gpl-3.0
- Created: 2024-08-21T22:29:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-27T03:40:31.000Z (about 1 year ago)
- Last Synced: 2025-02-10T14:23:16.500Z (8 months ago)
- Topics: all-platform-supported, bash, code-editor, crowdsourced-knowledge, crowdsourcing, docker, python, python-3, python3, ruby
- Language: Python
- Homepage:
- Size: 25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# The OpenCode project
The Opencode project is a crowdsourced code editor, aiming to be designed and mantained by the Github community (and me).
This project is aimed to be COMPLETELY open source and designed by YOU and other members of the Github community.
# Targets
By the stable release (not alpha or beta) I want:-Support for Python, BASH, Go, JS, HTML and Java at minimum.
-A full GUI
-The ability to execute and analyze results from the code in-app
-A debugging tool/mode
-Support for Windows, Linux, and MacOS
-Most, if not all the other ideas you guys come up with
# How to Contribute
Commit a file... please. This is my first project and I have high hopes for it. However, It won't go very far without YOU, so please help with this project. Helping can be as simple as reporting a bug or recomending a feature. Have a nice day!# Self-goals
Stable release weekly, patches and pre inbetween# Usage
If you're on windows, extract the .7z and execute it.
Or, If you're on linux:Install dependencies ```sudo apt update && sudo apt install python3 ruby nodejs pip```
Install Tkinter ```pip install tk ttkthemed```
Download with ```git clone https://github.com/justanotherscriptkiddienerd/The-OpenCode-project```
Open directrory ```cd The-OpenCode-project```
Give update script permissions ```chmod +x update.sh```
And ```python3 Opencode1.0.1.py```
# Current features (v1.0.1)
-Supports Python, BASH, Ruby and JavaScript.-Dark/light mode option
-Autoswitching file extension
-Error tools
-Update tool (!)
I have high hopes...