Linux port of TomoTexture, published with permission from @AlfonsoMallozzi.
TomoTexture edits custom textures in Tomodachi Life saves, including food, goods, clothing, and face paint.
Download the latest TomoTexture-x86_64.AppImage, then:
chmod +x TomoTexture-x86_64.AppImage
./TomoTexture-x86_64.AppImagesudo apt install python3 python3-tk python3-venv git # Ubuntu/Debian
sudo pacman -S python tk # Arch/SteamOS
git clone https://github.com/FatBoy721/TomoTexture-SteamOS.git
cd TomoTexture-SteamOS
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 app.py- Use the in-app Check Updates button or download the newest AppImage from Releases.
- Always keep a backup of your save before editing.
- @AlfonsoMallozzi - original TomoTexture
- macOS port: FatBoy721/TomoTexture-macOS