Skip to content

lud-berthe/nightreign-auto-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ•’ Nightreign Auto-Timer

πŸ” Description

Nightreign Auto-Timer is a lightweight overlay tool that detects specific keywords (e.g., "DAY", "JOUR", etc.) on screen using OCR and triggers a two-cycle timer sequence, useful for Elden Ring Nightreign.

The interface is discreet, draggable, always on top, and can be controlled through global keyboard shortcuts.


🧠 Main Features

  • Automatic OCR detection of keywords like DAY, JOUR, GIORNO, DIA, TAG.
  • Configurable and persistent overlay (position, background)
  • Live update and always-on-top
  • keyboard controls

πŸ–₯ Installation & Usage

  1. Download the .exe version (or clone the repo and run via Python)
  2. Launch nightreign-auto-timer.exe
  3. When the overlay appears, wait for the trigger keyword to show on screen
  4. The timer sequence will auto-start upon detection

🎹 Global Keyboard Shortcuts

Shortcut Action
Ctrl + R Reset timer (back to WAITING state)
Ctrl + Q Quit the program
Ctrl + H Toggle overlay visibility
Ctrl + B Toggle transparent background
Ctrl + S Manually start a timer sequence

πŸ’Ύ Configuration

A config.txt file is auto-generated with:

  • The last window position
  • Background mode (black or transparent)

πŸ“„ Third-party Licenses

Tesseract OCR

This program includes Tesseract OCR, licensed under the Apache License 2.0.

Tesseract is Β© Google Inc. and contributors. Redistributed in binary form without modification.


πŸ“¦ Optional Compilation

If you'd like to build the .exe yourself:

pip install pyinstaller
pyinstaller --noconsole --onefile --icon=timer.ico --add-data "Tesseract-OCR;Tesseract-OCR" timer.py

πŸ’¬ Support / Suggestions

For feedback, issues, or improvements β€” feel free to open a GitHub issue or comment on the Nexus Mods page!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages