Skip to content

Shortcuts for the computer with the phone with a minimal interface

Notifications You must be signed in to change notification settings

WilliBobadilla/shortcutswithphone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atajos de teclado ⌨️ 🚀

Estos atajos de teclados son basicamente pensados en las personas zurdas, que usan el mouse con la zurda, debido a que copiar, pegar, guardar son un poco tediosas y tambíenn el control que queda a la derecha esta un poco encimada y queda lejos algunas teclas con las que se combina. Entonces la idea es tener unos atajos de teclado en la pantalla de tu teléfono(proximamente hare la version física con Arduino).

Tecnologias Usadas 🔧

  1. Python, JavaScript, Jquery
  2. Html, Css
  3. Pynput
  4. Flask

Screenshoots 📱

Instalación ( Linux ) 📀

  1. Descargar la repo:
git clone https://github.com/WilliBobadilla/shortcutswithphone
  1. Entrar en la carpeta de la repo:
cd shortcutswithphone
  1. Crear un entorno virtual:
python3 -m venv env
  1. Activar el entorno Virtual:
source env/bin/activate
  1. Instalar los requerimientos:
pip install -r requirements.txt
  1. Correr el server con:
python app.py
  1. En ese momento en la terminal aparecera la ip y el puerto al que debes conectarte en la terminal, entonces te contectas con tu teléfono o tablet a esa ip estando en la misma red

License 📄

Copyright 2021 Williams Bobadilla

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Shortcuts for the computer with the phone with a minimal interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published