File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,12 +41,14 @@ RainingKeys is a purely external overlay application that visualizes keyboard in
4141``` text
4242RainingKeysPython/
4343├── core/
44- │ ├── config.py # User configuration (Keys, speeds, colors)
45- │ ├── input_mon.py # Global input listener
46- │ └── overlay.py # Main rendering loop and window logic
47- ├── build.py # Build script for creating standalone executable
48- ├── main.py # Application entry point
49- └── requirements.txt # Dependencies
44+ │ ├── config.py # Default configuration constants
45+ │ ├── gui.py # Configuration Window GUI
46+ │ ├── input_mon.py # Global input listener
47+ │ ├── overlay.py # Main rendering loop and window logic
48+ │ └── settings_manager.py # Handles config loading/saving
49+ ├── build.py # Build script for creating standalone executable
50+ ├── main.py # Application entry point
51+ └── requirements.txt # Dependencies
5052```
5153
5254## Installation
You can’t perform that action at this time.
0 commit comments