Skip to content

[ Em Desenvolvimento ] - Executa ações do android pelo python3

Notifications You must be signed in to change notification settings

brunodavi/QPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QPlugin

Como usar:

  • Instale o QPlugin.apk ou importe o projeto no Tasker
  • Abra a aplicação que ela mostrará uma notificação de serviço

Como funciona?

  • O python envia instruções pelo data.json para o QPlugin executar
  • O qplugin é usado como biblioteca das ações disponíveis

Exemplo com python3:

from qplugin.tasks import Alert

alert = Alert()
alert.Toast('Exemplo', 1)