Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amzy31/luxarg
Luxarg is a text editor focusing on making the keyboard easy to use.
https://github.com/amzy31/luxarg
desktop desktop-app desktop-application linux linux-desktop linux-desktop-app linux-desktop-application python-script python3 text-editing text-editor tkinter tkinter-gui tkinter-python windows windows-10 windows-11 windows-desktop
Last synced: about 1 month ago
JSON representation
Luxarg is a text editor focusing on making the keyboard easy to use.
- Host: GitHub
- URL: https://github.com/amzy31/luxarg
- Owner: amzy31
- License: apache-2.0
- Created: 2024-12-07T15:34:35.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-07T15:38:41.000Z (about 1 month ago)
- Last Synced: 2024-12-08T11:28:44.561Z (about 1 month ago)
- Topics: desktop, desktop-app, desktop-application, linux, linux-desktop, linux-desktop-app, linux-desktop-application, python-script, python3, text-editing, text-editor, tkinter, tkinter-gui, tkinter-python, windows, windows-10, windows-11, windows-desktop
- Language: Python
- Homepage:
- Size: 75.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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