Giter Club home page Giter Club logo

pext_module_emoji's Introduction

Emoji selector module for Pext

This module allows Pext to be used as an emoji selector.

Current emoji version is 13.0.

License

GPLv3+.

Unicode Consortium copyright

Applies to the following files: emoji-test.txt (retrieved from https://unicode.org/Public/emoji/13.0/emoji-test.txt) annotations-.xml (retrieved from https://unicode.org/repos/cldr/trunk/common/annotations) annotationsDerived-.xml (retrieved from https://unicode.org/repos/cldr/trunk/common/annotationsDerived)

UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE

Unicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.

Unicode Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.

Software includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.

NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.

COPYRIGHT AND PERMISSION NOTICE

Copyright © 1991-2018 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.

Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either (a) this copyright and permission notice appear with all copies of the Data Files or Software, or (b) this copyright and permission notice appear in associated Documentation.

THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.

Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.

pext_module_emoji's People

Contributors

roseusgarcia avatar thelastproject avatar venomousdingo avatar

Watchers

 avatar  avatar  avatar

pext_module_emoji's Issues

Module Should Display Message When No Emoji is Found

This is just an enhancement I think would help the emoji module. I understand the current state is to leave it blank but maybe in the middle of the window it can say No Results or somewhere relevant in the window so the user knows the search query they entered didn't give any results.

Emoji Synonyms In Emoji Module

From @roseusgarcia on June 20, 2018 21:37

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
So imagine your using the emoji module and you want to use a emoji that shows emotion of happiness. Wouldn't it be a great idea to type "happy" and all the smiley emojis come up or for sad maybe comes all the sad ones? Or even when you type LGBT the pride flag shows up instead of typing rainbow flag. There are endless amounts of examples.
screen shot 2018-06-20 at 5 36 32 pm

Describe the solution you'd like
A clear and concise description of what you want to happen.
By simply typing happy or sad in the search should pop up the appropriate emojis

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Many software keyboards do this, I believe they used machine learning to determine the right emoji but I think it would make a great addition to the Pext emoji module. It would be much easier to find the right emoji.

Attached is good example where it can bring up the emojis

Copied from original issue: Pext/Pext#115

Dependabot couldn't find a requirements.txt for this project

Dependabot couldn't find a requirements.txt for this project.

Dependabot requires a requirements.txt to evaluate your project's current Python dependencies. It had expected to find one at the path: /requirements.txt.

If this isn't a Python project, or if it is a library, you may wish to disable updates for it from within Dependabot.

You can mention @dependabot in the comments below to contact the Dependabot team.

Preview of Emoji Next to Highlighted Emoji

Already spoke with @TheLastProject for this feature, but I think it would look nice to have this feature.
Maybe under the emoji it can have tags like for the category belongs in like for the Pisces emoji under that preview screen it can have the tag "Astrology Signs".

Attached is an example of what I mean and it would definitely look really nice for emoji.

screen shot 2018-06-27 at 5 13 52 pm

Bundle emoji font

From @roseusgarcia on July 1, 2018 19:33

Describe the bug
When looking for the female facepalm emoji, it gets replaced with the man version and the female symbol

To Reproduce
Steps to reproduce the behavior:

  1. Go to the Emoji Module
  2. Search facepalm
  3. Scroll down to women facepalm
  4. And you should see the wrong emoji displayed

Expected behavior
Well obviously the female version of facepalm

Screenshots
If applicable, add screenshots to help explain your problem.
image

Desktop (please complete the following information):

  • OS: macOS Mojave
  • Pext Version 0.16

Copied from original issue: Pext/Pext#121

Tries to send invalid characters

Pext 0.31, Output Style set to Type Automatically. Happens when selecting pretty much any emoji.

WARN: Module Emoji caused exception (1, '')
Traceback (most recent call last):
  File "/home/sylvia/.local/lib/python3.7/site-packages/pynput/keyboard/_base.py", line 459, in type
    self.release(key)
  File "/home/sylvia/.local/lib/python3.7/site-packages/pynput/keyboard/_base.py", line 412, in release
    self._handle(resolved, False)
  File "/home/sylvia/.local/lib/python3.7/site-packages/pynput/keyboard/_xorg.py", line 197, in _handle
    raise self.InvalidKeyException(key)
pynput.keyboard._base.Controller.InvalidKeyException: ''

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "pext/__main__.py", line 873, in run
    self._process_module_action(index, module, focused_module)
  File "pext/__main__.py", line 753, in _process_module_action
    module.vm.close_request(False, False)
  File "pext/ui/qt5.py", line 1416, in close
    keyboard_device.type(output)
  File "/home/sylvia/.local/lib/python3.7/site-packages/pynput/keyboard/_base.py", line 462, in type
    raise self.InvalidCharacterException(i, character)
pynput.keyboard._base.Controller.InvalidCharacterException: (1, '')

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.