Giter Club home page Giter Club logo

Comments (3)

Cuperino avatar Cuperino commented on May 29, 2024

This is great @kaixxx! I'll leave this issue open for people to take notice.

I could help add Linux support if you'd like. Python is pretty much a universal language. On Linux, a command line tool like ydotool or xdotool could be used to send keys to a specific window. Using ydotool would make it compatible with both major Linux display servers, XOrg and Wayland.

One thing you should consider to help increase adoption of your tool is adding a GUI to help less technical users make use of it. Python comes with the Tk and tkinter libraries, which allow for creating simple cross platform GUIs without requiring additional dependencies. If you'd like something fancier, you should consider the Qt framework and its PyQt bindings. In my opinion, Qt work better across operating systems than the GTK framework, which is also a good option. Nevertheless, the easiest approach would be Tk, because there are no additional dependencies to distribute.

from imaginary-teleprompter.

kaixxx avatar kaixxx commented on May 29, 2024

Sorry for my late answer, I have catched a cold.
Great suggestions how to implement this in Linux. I cannot test this since I don't have a running Linux system and don't feel very comfortable with Linux anyway. But maybe somebody else can pick up from here?
A GUI is alwys nice. But actually, there are almost no settings to change, only the COM-Port.

from imaginary-teleprompter.

Cuperino avatar Cuperino commented on May 29, 2024

But maybe somebody else can pick up from here?

I'm already on it. I can provide Linux support, if you're okay with that.

A GUI is always nice. But actually, there are almost no settings to change, only the COM-Port.

A few more options could be added. Besides the serial port, users could receive visual feedback when a pedal is pressed, choose between two and three pedal modes, and select which teleprompter software they want to use.

from imaginary-teleprompter.

Related Issues (20)

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.