Skip to content

Shifter is a minimalist tool that keeps your computer active by performing discrete keyboard actions (pressing the Shift key) at customizable intervals. Unlike mouse movement simulators, Shifter uses a less detectable approach that is perfect for maintaining system activity without disrupting your work environment.

Notifications You must be signed in to change notification settings

neil-re/shifter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shifter

A lightweight Python program that keeps your system active by discreetly simulating keyboard activity.

Quick Usage (Executable)

  1. Download shifter.exe from the dist folder
  2. Run as administrator from command line:
# Basic usage (stops at 18:00/6:00 PM)
shifter.exe

# Specify end time and interval
shifter.exe --hora 17:30 --intervalo 2

Parameters

  • --hora: End time in 24-hour format (HH:MM). Default: 18:00
  • --intervalo: Minutes between activities. Default: 4

Development (Source Code)

  1. Clone the repository
  2. Install dependencies:
pip install keyboard
  1. Run the script:
python main.py --hora 17:30 --intervalo 2

How it Works

  • Uses discrete Shift key presses to simulate activity
  • No mouse movement or visible screen changes
  • Automatically stops at specified time
  • Can be manually stopped with Ctrl+C

Requirements

  • Windows OS
  • Python 3.x (if running from source)
  • Administrator privileges

Features

  • Customizable end time
  • Adjustable activity intervals
  • Zero visible impact
  • Low resource usage
  • Automatic shutdown at specified time

Technical Notes

  • Requires admin privileges for keyboard simulation
  • Uses the keyboard library for key simulation
  • Clean command-line interface
  • All parameters are optional with sensible defaults

Warning

Use this tool responsibly and in accordance with your organization's policies.

About

Shifter is a minimalist tool that keeps your computer active by performing discrete keyboard actions (pressing the Shift key) at customizable intervals. Unlike mouse movement simulators, Shifter uses a less detectable approach that is perfect for maintaining system activity without disrupting your work environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages