https://github.com/wisehackermonkey/sixelshow
https://github.com/wisehackermonkey/sixelshow
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wisehackermonkey/sixelshow
- Owner: wisehackermonkey
- License: mit
- Created: 2023-08-15T04:00:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T05:24:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T15:44:02.869Z (4 months ago)
- Language: Python
- Size: 635 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sixelshow

how to use
linux version working with basic features
download
> wget https://github.com/wisehackermonkey/sixelshow/releases/download/1.0.0/sixelshow -o sixelshow
> ./sixelshow
How to Control
← move to right image
→ move left image
q for quitstep 1 download
https://github.com/mintty/wsltty/releases
install wsltty-3.6.4-x86_64-install.exemy case as of 2023-08-15
python3 -m venv venv_name
source venv_name/bin/activate
pip3 install pyinstaller
pyinstaller main.py --name sixelshow --onefile