https://github.com/amzyei/luxarg
LUXARG is another keyboard friendly text editor...
https://github.com/amzyei/luxarg
john-f-kennedy linux luxarg pure-python python python-3 python-3-6 python-library python-script python3 python38 text-editor text-editor-python text-editors tk tkinter tkinter-graphic-interface tkinter-gui tkinter-library tkinter-python
Last synced: 4 months ago
JSON representation
LUXARG is another keyboard friendly text editor...
- Host: GitHub
- URL: https://github.com/amzyei/luxarg
- Owner: amzyei
- License: gpl-3.0
- Fork: true (fmd7/luxarg)
- Created: 2022-06-15T09:32:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T12:00:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T09:44:02.796Z (5 months ago)
- Homepage:
- Size: 17.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
# luxarg :




Luxarg is a keyboard-friendly text editor.
The project was started in August 2019 and restarted on June 13 at 20:14:41, 2021.
Easy to use and user-friendly!
# LUXARG support :

Windows

Fedora

CENTOS

RedHat

Debian

Ubuntu

OpenSUSE

Arch

Manjaro# ICON

# screenshot :
### 2019

### 2024

### Windows Edition (2024)
# KEYS :
INSERT MODE :
SAVE MODE :
OPEN MODE :
HELP MODE :
TERMINAL :
DELETE ALL :
SELECT ALL :
CURSOR RIGHT: move the cursor forward one space.
CURSOR LEFT : move the cursor backward one space.
Copy :
Paste :
Cut :
UNDO :
REDO :
HELP CLI : luxarg <-h/--help>
ZOOM IN :
ZOOM OUT :# Microsoft Windows installation guide:
- Access the MS-Windows directory in the LuxarG project.
- Execute the Setup.exe file in the MS-Windows directory.
- Proceed with the installation using the guided wizard.
# Linux installation
You have to install "pip" before this STEP...
$ make
# dependencies
$ pip install -r requirements.txt# update method (only for system-wide installation)
$ git pull -ff
$ git restore .
$ make
# For Install pip
*Please check pip.txt file.*# Local build and execute
### INSTALL PIP BEFORE THIS OPERATIONS
****### Step (1)
#### Ubuntu & Debian
$ sudo apt install python3-tk -y#### Fedora
$ sudo dnf install -y python3-tkinter#### Arch
$ sudo pacman -S tk#### CentOS
$ sudo yum install -y python3-tkinter#### OpenSUSE
$ sudo zypper in -y python-tk
### Step (2)
#### Install dependencies (BY PIP)
$ pip install -Ur requirements.txt### Step (3)
#### RUN main.py
$ python3 main.py