linux-desktop-gremlin
KurtVelasco's Desktop Gremlin, now on Linux!
File Explorer
Download Latest Version (.zip)- 01-configure-compositor.md
- 02-install.md
- 03-download-gremlin-assets.md
- 04-run.md
- 05-customize.md
- 06-create-your-gremlins.md
- migrate-to-v1.0.0.md
- gremlin-downloader-cli.sh
- gremlin-downloader.sh
- gremlin-picker.sh
- make-desktop-files.sh
- __init__.py
- frame_engine.py
- sound_engine.py
- sprite_engine.py
- animation_ticker.py
- event_listener.py
- events.py
- state_manager.py
- timer_manager.py
- walk_manager.py
- gremlin_window.py
- hotspot_geometry.py
- hotspot_manager.py
- hover_manager.py
- input_filter.py
- input_listeners.py
- keyboard_manager.py
- mouse_manager.py
- systray_icon.py
- __init__.py
- asset_downloader.py
- asset_downloader_gui.py
- configs_loader.py
- launcher.py
- picker.py
- resources.py
- settings.py
- states.py
- .gitignore
- .python-version
- config.json
- default.nix
- flake.lock
- flake.nix
- guix.scm
- icon.png
- install.sh
- LICENSE
- pyproject.toml
- README.md
- run.sh
- uninstall.sh
- update.sh
- upstream-assets.json
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/iluvgirlswithglasses/linux-desktop-gremlin
Downloads the entire project code from GitHub to your computer.
cd linux-desktop-gremlin
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedcurl -s https://raw.githubusercontent.com/iluvgirlswithglasses/linux-desktop-gremlin/refs/heads/main/install.sh | bash
Downloads and runs the official install script in one line β this handles the full setup automatically.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
