Skip to content

janusnic/unicodemoticon

 
 

Repository files navigation

unicodemoticon

GPL License LGPL License Python Version Donate

screenshot

  • Trayicon with Unicode Emoticons using Python3 Qt5.
  • StandAlone, single-file, easy to use.
  • Set its own Process name and show up on Process lists.
  • Can check for updates for itself.
  • Smooth CPU usage.
  • HTML5 Entities, eg. © and Multiple characters Emoticons, eg. ¯\_(ツ)_/¯.

Try it !:

(Without installing anything)

wget -O - https://raw.githubusercontent.com/juancarlospaco/unicodemoticon/master/unicodemoticon.py | python3

Install permanently on the system:

PIP: (Recommended!)

sudo apt-get install python3-pyqt5 ttf-ancient-fonts  
#  sudo yum install python3-pyqt5 ttf-ancient-fonts
#  sudo pacman -Syu python-qt5 ttf-ancient-fonts
sudo pip3 install unicodemoticon

PIP from Git:

sudo pip3 install git+https://raw.githubusercontent.com/juancarlospaco/unicodemoticon/master/unicodemoticon.py

WGET:

sudo wget -O /usr/bin/unicodemoticon.py https://raw.githubusercontent.com/juancarlospaco/unicodemoticon/master/unicodemoticon.py
sudo chmod +x /usr/bin/unicodemoticon.py
unicodemoticon.py

MANUALLY:

Why?:

  • I wanted a quick and simple Menu organized by categories to copy Emoticons for the whole desktop.
  • Like a Color Picker but for Unicode Emoticons.

Requisites:

  • Linux / Os X (No MS Window)
  • Python 3.x (No Python2)
  • PyQt 5.x
  • ttf-ancient-fonts (Linux Package)

Oxygen and Ubuntu Fonts Recommended but Optional.

Vim:

  • Add in your ~/.vimrc file this lines:
:set encoding=utf-8
:set termencoding=utf-8

Coding Style Guide:

  • Lint, PEP-8, PEP-257, PyLama, iSort must Pass Ok. pip install pep8 pep257 pylama isort
  • If theres any kind of Tests, they must Pass Ok, if theres no Tests, its ok, if Tests provided, is even better.

Contributors:

  • Please Star this Repo on Github !, it helps to show up faster on searchs.
  • Ad-Hocracy Meritocracy: 3 Pull Requests Merged on Master you become Repo Admin. Join us!
  • Help and more Help and Interactive Quick Git Tutorial.

Donate, Charityware :

  • Charityware is a licensing model that supplies fully operational unrestricted software to the user and requests an optional donation be paid to a third-party beneficiary non-profit. The amount of donation may be left to the discretion of the user. Its GPL-compatible and Enterprise ready.
  • If you want to Donate please click here or click here or click here or click here or click here or click here

About

Trayicon with Unicode Emoticons using Python3 Qt5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Shell 2.3%