Metadata-Version: 2.1
Name: prettype
Version: 1.0.0
Summary: An easy to use text stylizer for your desktop!
Home-page: https://github.com/nikhilkumarsingh/prettype
Author: Nikhil Kumar Singh
Author-email: nikhilksingh97@gmail.com
License: MIT
Keywords: unicode styled text keyboard typing tkinter copy paste
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: xerox
Requires-Dist: pynput

|PyPI| |license|

prettype
========

An easy to use text stylizer for your desktop!

Installation
------------

-  To install ``prettype``, simply,

   ::

       $ pip install prettype

Usage
-----

-  To run ``prettype``, open terminal and run this command:

   ::

       $ prettype

**Note:** Leave this terminal open as long as you want to use
**prettype**.

-  To stylize any text,

   -  select it
   -  press the key binding (``ctrl``\ +\ ``space`` by default) to open
      font selector
   -  select the font you want to stylize your text with using the GUI
   -  the stylized text gets copied to your clipboard
   -  press ``ctrl``\ +\ ``v`` to paste the stylized text wherever you
      want!

-  To close prettype, just press the exit key (``esc`` by default).

-  **CLI usage to configure key binding and exit key:**

   ::

       $ prettype [-h] [-b key1 key2] [-e key]

   You can always use ``$ prettype -h`` command to open this help
   message:

   ::

       optional arguments:
       -h, --help            show this help message and exit
       -b key1 key2, --binding key1 key2
                           Set a key binding for triggering prettype font
                           selector. Example: $ prettype -b ctrl space
       -e key, --exit_key key
                           Specify a key which stops the keyboard listener, when
                           pressed. Example: $ prettype -e esc

.. |PyPI| image:: https://img.shields.io/badge/PyPi-v1.0.0-f39f37.svg
   :target: https://pypi.python.org/pypi/clix
.. |license| image:: https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000
   :target: https://github.com/nikhilkumarsingh/clix/blob/master/LICENSE.txt


