Svxy / mint-emojis

A simple emoji picker for Linux Mint 21.1 "Vera" using Python with a PyQt5 GUI.

Home Page:https://mint.tnyavnto.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mint Emojis

A simple emoji picker for Linux Mint 21.1 "Vera" (or other versions) using Python with a PyQt5 GUI.
Emoji menu opens with CTRL+Shift+E.


Preview


Download

Either head over to the latest release page to download the zip directly,
or from your terminal with this command:

curl -sL "$(curl -s https://api.github.com/repos/Svxy/mint-emojis/releases/latest | grep 'browser_' | grep 'Mint.Emojis.zip' | cut -d\" -f4)" -o "Mint.Emojis.zip"

Contribute

Want to help improve Mint Emojis? follow these steps:

If you are new to python development or have a completely outdated version of python, an install script is provided in this repo to install Python 3.10 and the project requirements.

Firstly clone the repo by entering the following commands into your terminal:

git clone https://github.com/Svxy/mint-emojis
cd mint-emojis
pip install -r requirements.txt

Make whatever changes you want. (Be sure to include the output binary file in your pull request)

Compiling:

pyinstaller main.py --name "Mint Emojis" --icon "assets/icon.ico" --onefile --clean --windowed --noconsole

This project released under the Apache 2.0 License.

Copyright © 2023-2024 | tnyavnto.com

About

A simple emoji picker for Linux Mint 21.1 "Vera" using Python with a PyQt5 GUI.

https://mint.tnyavnto.com/

License:Apache License 2.0


Languages

Language:Python 87.1%Language:Shell 12.9%