Socket
Socket
Sign inDemoInstall

scrollthescroll

Package Overview
Dependencies
6
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    scrollthescroll

Automatic scrolling with real-time eye-tracking


Maintainers
1

Readme

Scroll The Scroll

Automatic scrolling based on real time eye tracking with python

Scroll The Scroll Project

Scrollthescroll is a python package for automatic scrolling based on real time eye tracking using a webcam. By tracking the movement of the users pupils using a webcam it can estimate when the user has read a line and can scroll accordingly. Scrollthescroll allows a user to maintain focus on a fixed quadrant of the screen, making reading on devices easier.

About

Scrollthescroll is currently in its prototype stages and works only with local PDF files. Scrollthescroll is currently only in working condition for Windows OS, however new changes are coming soon.

Usage

Install the PyPI package:

pip install scrollthescroll

or clone the repository (no installation required, source files are sufficient):

git clone https://github.com/Theo-eBrown/scrollthescroll

or download and extract the zip.

Example

Running the scrollthescroll prototype:

from scrollthescroll import Prototype

p = Prototype()

p.run()

ChangeLog

Version 0.0.9.1:
  • Replaced pdf. reader functions with ScreenFunctions.
  • Improved scrolling function.
  • Removed bugs.
  • Removed more bugs.
  • Added more bugs.

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc