Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version4 #11

Merged
merged 6 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,8 @@
![](https://github.com/mostypc123/XediX/blob/main/XediX%20main%20image%20dark.png?raw=true)

# XediX
XediX is a text editor using Python. It is created for programming in Python. This text editor have syntax highlighting, run codes, sqlite3 database for accounts and more. It support Python and Java.
# Run
**a pre release for a big update will be out, so this will not work after it will be pushed**

Download it and run it or if you have python and all modules, write this to terminal(Is reqired to have opened the folder where is XediX installed):
**Windows**
```shell
python XediX.py
```
**Linux**
```shell
python3 XediX.py
```
XediX is a text editor for programming in Python.
To run XediX, use the xedixSetup.exe file to install it on your computer.

This is a pre release for the version 4, so this is not complete.
The docs page will update, when the full version will be released.
Loading