https://github.com/thenstop/Latencia
Latencia is an optimization program that lowers input latency and boosts FPS.
https://github.com/thenstop/Latencia
optimizer python windows
Last synced: 11 months ago
JSON representation
Latencia is an optimization program that lowers input latency and boosts FPS.
- Host: GitHub
- URL: https://github.com/thenstop/Latencia
- Owner: thenstop
- License: mit
- Created: 2024-04-13T03:06:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T18:03:26.000Z (over 1 year ago)
- Last Synced: 2025-06-07T07:03:17.125Z (about 1 year ago)
- Topics: optimizer, python, windows
- Language: Python
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Latencia ⏩
A FOSS Windows Optimizer written in Python. 🐍
## Features (In Progress)
### Input Latency
- Disable Extra Devices
- Change Win32PrioritySeparation to 26
- Change to Custom Power Plan
### FPS
- Disable Extra Services
- Disable Defender
- Change Microsoft Settings
### Networking
- Change NETSH settings
- Change Ethernet Adapter Settings
- Change TCP Settings
# Compiling
### Requirements
- Python 3.11
- pyfiglet and nuitka
```
git clone https://github.com/thedeveloperever/Latencia.git
cd Latencia
python -m pip install pyfiglet nuitka
.\build.bat
```