An open API service indexing awesome lists of open source software.

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: 2 months ago
JSON representation

Latencia is an optimization program that lowers input latency and boosts FPS.

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
```