Giter Site home page Giter Site logo

00tiagopolicarpo00 / plasma-sendsms-skill Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aiix/plasma-kde-connect-skill

0.0 1.0 0.0 16 KB

This skill integrates KDE Connect with Mycroft to enable users to send SMS from their Desktop.

License: GNU General Public License v3.0

Python 100.00%

plasma-sendsms-skill's Introduction

mycroft-sendSMS-plasma-skill

This skill integrates KDE Connect with Mycroft to enable users to send SMS from their Desktop.

Installation of skill:

  • Download or Clone Git
  • Create /opt/mycroft/skills folder if it does not exist
  • Extract Downloaded Skill into a folder. "mycroft-sendSMS-plasma-skill". (Clone does not require this step) (Follow the Folder Name [Important])
  • Copy the mycroft-sendSMS-plasma-skill folder to /opt/mycroft/skills/ folder

Installation of requirements:

Fedora:
  • sudo dnf install PyQt5
  • sudo dnf install SIP
  • From terminal: cp -R /usr/lib64/python2.7/site-packages/PyQt5* /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/
  • From terminal: cp /usr/lib64/python2.7/site-packages/sip* /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/
Kubuntu / KDE Neon:
  • sudo apt install python-pyqt5 pyqt5-dev
  • sudo apt install python-sip python-sip-dev
  • From terminal: cp -R /usr/lib/python2.7/dist-packages/PyQt5* /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/
  • From terminal: cp /usr/lib/python2.7/dist-packages/sip* /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/
  • For other distributions:
  • PyQT5 and SIP package is required and copying the Python QT folder and SIP libs from your system python install over to /home/$USER/.virtualenvs/mycroft/lib/python2.7/site-packages/.
How To Use:
Send SMS
  • "Hey Mycroft, send SMS'"
  • "Hey Mycroft, send a SMS' "

Current state

Working features:

  • Sending SMS

Known issues:

  • None

TODO:

  • None

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.