Giter Club home page Giter Club logo

pysenteishon's People

Contributors

centaurialpha avatar debpol avatar diegoduncan21 avatar diegosarmentero avatar edvm avatar edvmdevsar avatar facundobatista avatar humitos avatar jcarizza avatar jjconti avatar jorgeepc avatar matibarriento avatar pardo avatar ssebastianj avatar tzenderman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pysenteishon's Issues

Buscar una alternativa a PyMouse en MacOSX

Aquí f105f63 se agregó la posibilidad de mover el mouse utilizando un Touchpad en el celular, sin embargo no se ha encontrado una alternativa que funcione en MacOSX aún.

Deberíamos buscar una alternativa y hacerlo posible.

Problem in installing pysenteishon

I am getting following error when I try to install from pypi

' Collecting pyHook (from PyUserInput->pysenteishon)
Could not find a version that satisfies the requirement pyHook (from PyUserInput->pysenteishon) (from versions: )
No matching distribution found for pyHook (from PyUserInput->pysenteishon) '

Configure Alarms and the time from the presentation

Pysenteishon should have a time clock that let the user configure how much will be the presentation duration. Ideally will be a countdown clock. Ideally we should let the user configure 'alarms', for example raise an event like make the phone vibrate when only 15 minutes are left to finish the presentation.

Meter websockets en Cherrypy

Hacer que cherrypy entienda websockets. Buscar libreria que le de soporte a cherrypy para atender/entender websockets.

Internal error

Instalado en py 2.7.6 da un 500 al acceder a la web:

Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
  • Linux Xubuntu 14.04 LTS
  • Python: 2.7.6
  • Version: git master

Faster way to get the QR code

I don't want to open the web browser and click on the menu and that to get the QR. Yes, I'm lazy.

So, I want to show the QR code immediately I run pysenteishon. I found a way to do this by showing the QR code on the same terminal in ASCII:

http://pythonhosted.org/PyQRCode/rendering.html#terminal-rendering

Anyway, if it doesn't fit to you, I prefer to generate the Image and open it from Python so I can scan in a very easy way the QR code and get connected to pysenteishon.

I'm looking for approbation before start coding and sending the PR.

Dont let the smartphone display sleep

Its annoying for who is givin the talk to turn on the screen to be able to change the presentation. This happens because while the smarpthone was iddle (without getting any event on the touchscreen) the screen turns off to save battery charge. Research if its possible to keep the screen turn on using Javascript or some other method.
cc:// @facundobatista

Meter Pyscreenshot

Meter a lo cabeza en el codigo e implementar pyscreenshot:
Ej:

This plugins required to have Pillow installed

import pyscreenshot as ImageGrab
import Pillow

def take_screenshot():
im = ImageGrab.grab_to_file('/tmp/foo.jpg')

Si la libreria no encuentra backend para funcionar, avisar al usuario
Hint: A futuro seria genial tener plugins en pysenteishon, hasta ese momento metemos a lo cabeza el codigo.

Xlib error at startup

  File "/home/humitos/.local/share/fades/fb6e98e2-3d4a-4bfa-9ef7-3c412a16eafd/lib/python3.7/site-packages/Xlib/protocol/display.py", line 166, in __init__
    raise error.DisplayConnectionError(self.display_name, r.reason)

Xlib.error.DisplayConnectionError: Can't connect to display ":0.0": b'Invalid MIT-MAGIC-COOKIE-1 key'

After installing and running it,

fades --check-updates -d pysenteishon -x pysenteishon --qr

It fails with the previous error.

I found a workaround to this by calling xhost + before executing pysenteishon.

I'm on Linux Arch.

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.