Metadata-Version: 2.4
Name: toto2titi
Version: 2.4.0
Summary: A rag-bag of small desktop utilities
Home-page: http://framagit.org/spalax/paste2sms
Author: Louis Paternault
Author-email: spalax@gresille.org
License: GPLv3 or any later version
Project-URL: Documentation, http://paste2sms.readthedocs.io
Project-URL: Source, https://framagit.org/spalax/paste2sms
Project-URL: Tracker, https://framagit.org/spalax/paste2sms/issues
Keywords: clipboard sms qrcode wifi paste
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.15
Classifier: Topic :: Communications :: Telephony
Requires-Python: <4,>=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: dbus-python
Requires-Dist: notify-py
Requires-Dist: pillow
Requires-Dist: pyperclip
Requires-Dist: pyxdg
Requires-Dist: qrcode
Requires-Dist: requests
Dynamic: license-file

toto2titi 🗔 A rag-bag of small desktop utilities
================================================

* `paste2file` 💾 Save clipboard content as a file.
* `paste2qrcode` 🔳 Display clipboard content as a QR code
* `wifi2qrcode` 🌐 Display wifi credentials as a QR code. Scanning this code with your smartphone will automatically connect it to this network.
* `paste2sms` 📲 Send clipboard content as a SMS

  `paste2sms` is a small tool which send the content of your clipboard as a SMS: do you want to share that cool link you just found (on your computer) to your friend? Copy it, and run `paste2sms` to send it as a SMS.

  .. image:: https://framagit.org/spalax/paste2sms/raw/main/doc/_static/screencast.gif

What's new?
-----------

See `changelog
<https://git.framasoft.org/spalax/paste2sms/blob/main/CHANGELOG.md>`_.

Download and install
--------------------

* From sources:

  * Download: https://pypi.python.org/pypi/toto2titi
  * Install::

        python3 -m pip install .

* From pip::

    pip install toto2titi

* **EXPERIMENTAL** Do-it-yourself Debian package. In directory ``deb``, run::

      make
      sudo dpkg -i python3-toto2titi.deb

  This will also install the launchers.


Documentation
-------------

* The compiled documentation is available on `readthedocs
  <http://paste2sms.readthedocs.io>`_

* To compile it from source, download and run::

      cd doc && make html
