Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
LUXARG is another keyboard friendly text editor...
- Host: GitHub
- URL: https://github.com/amzyei/luxarg
- Owner: amzyei
- License: apache-2.0
- Created: 2021-06-06T07:38:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T12:16:34.000Z (2 months ago)
- Last Synced: 2024-10-07T22:39:54.091Z (about 1 month ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 75.1 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luxarg :
![issues](https://img.shields.io/github/issues/amzy-0/luxarg)
![forks](https://img.shields.io/github/forks/amzy-0/luxarg)
![stars](https://img.shields.io/github/stars/amzy-0/luxarg)
![license](https://img.shields.io/github/license/amzy-0/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 :
![](https://icons.iconarchive.com/icons/igh0zt/ios7-style-metro-ui/72/MetroUI-Folder-OS-Windows-8-icon.png)
Windows
![](https://icons.iconarchive.com/icons/tatice/operating-systems/48/Fedora-icon.png)
Fedora
![](https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/centos-icon.png)
CENTOS
![](https://icons.iconarchive.com/icons/saki/nuoveXT/48/Apps-redhat-icon.png)
RedHat
![](https://icons.iconarchive.com/icons/tatice/operating-systems/48/Debian-icon.png)
Debian
![](https://icons.iconarchive.com/icons/tatice/operating-systems/48/Ubuntu-icon.png)
Ubuntu
![](https://icons.iconarchive.com/icons/papirus-team/papirus-apps/48/distributor-logo-opensuse-icon.png)
OpenSUSE
![](https://icons.iconarchive.com/icons/fatcow/farm-fresh/32/arch-linux-icon.png)
Arch
![](https://icons.iconarchive.com/icons/papirus-team/papirus-apps/48/manjaro-welcome-icon.png)
Manjaro# ICON
![ICON](icon/luxarg.png)
# screenshot :
### 2019
![screenshot](screenshot/1.png)
### 2024
![screenshot](screenshot/2.png)
### Windows Edition (2024)
![screenshot](screenshot/windows.png)# 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