ImageOverlayApp v6 bind for Gartic Phone
Python 3.10+
pip install PySide6 Pillow
or
pip install -r requirements.txt
python main.py
- Select an image.
- Use the mouse wheel to resize the image.
- Move the image by holding down the left mouse button.
- Press 'T` to pin the image.
- Press 'Y` to unpin the image.
pip install pyinstaller
On the command line, navigate to the directory where your Python file is located (for example, main.py ):
cd path\to\your\main
Run PyInstaller:
pyinstaller --onefile --windowed --icon=app.png main.py
--windowed
removes the console window (for GUI applications).
--icon=app.png
adds an icon for your EXE file.
After successful execution, a file will appear in the dist directory main.exe .
This project is licensed under the terms of the MIT License - see the LICENSE
file for details.
Go to the Discord channel - https://discord.gg/n89PDURbTg :D