Welcome to Lizard - the only keyboard sound app that outputs pure, unfiltered lizard energy.
Ever wanted your keystrokes to sound like the latest lizard meme? Now, they do.
- A funny desktop app that turns your typing into... lizard noises.
- Inspired by the latest lizard meme (you know the one).
- It's fun, maybe even a little bit cursed.
- Written in Python and Svelte.
- Runs as a desktop app thanks to Tauri (so fast, so light, so lizard).
- First, install Rust and Cargo (required for Tauri):
# Visit https://www.rust-lang.org/tools/install for detailed instructions curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Windows users only: Install Windows build tools:
# Visit https://visualstudio.microsoft.com/visual-cpp-build-tools/ - Install the Tauri CLI:
cargo install tauri-cli
- Make sure you have Python 3.11.9 installed:
python --version # Should show Python 3.11.9 # If not, download from https://www.python.org/downloads/release/python-3119/
- Create Python virtual environment:
cd src-python python -m venv venv - Install Python requirements:
# Activate virtual environment first # On macOS/Linux: source venv/bin/activate # On Windows: venv\Scripts\activate # Then install requirements pip install -r requirements.txt
- Install dependencies:
npm install
- Run in dev mode (to debug your lizard):
npm run dev
- Build for production (for serious lizard business):
# Cross-platform (tries to detect your OS) npm run build # Or use platform-specific commands: # For macOS/Linux: npm run build:unix # For Windows: npm run build:windows
Note: Make sure you've installed Python requirements in the virtual environment before building!
Because the world needs more lizard keyboard sounds.
Because memes.
PRs welcome, especially if you add more lizard.
MIT - Maximum Iguana Tolerance.
"Lizard. Lizard. Lizard." - A lizard.

