Skip to content

Read1dno/py-GARTIC-PHONE-by-Bloom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageOverlayApp v6 bind for Gartic Phone

To install:

Python 3.10+

pip install PySide6 Pillow

or

pip install -r requirements.txt

Launch

python main.py

Using

  • 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.

Compiling a Python file to an EXE

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 .

LICENSE

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

About

ЧИТ ДЛЯ GARTIC PHONE В DISCORD НА PYTHON

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages