Smoothed Scroll is an open-source program written in Python that brings smooth scrolling to all Windows applications. With Smoothed Scroll, you can enjoy smooth scrolling with complete control over the settings, automatic startup, and smart game detection that disables smooth scrolling when you launch Steam games. You can also add custom exclusions for specific applications.
- ๐ฑ๏ธ Smooth scrolling for all Windows applications.
- โ๏ธ Full customization of scroll behavior.
- ๐ Auto-start with Windows.
- ๐ฎ Auto-disable for Steam games and customizable exclusions for other apps.
- ๐ง Open-source and free to use under the GNU General Public License.
If you'd like to build Smoothed Scroll from source, follow these steps:
- Python 3.12.x installed.
git
installed.
git clone https://github.com/zachey01/SmoothedScroll.git
cd SmoothedScroll
You can install all required dependencies via pip
:
pip install -r requirements.txt
After installing the dependencies, use Nuitka to build the standalone executable:
py -m nuitka --onefile main.py --enable-plugin=tk-inter --remove-output --standalone --windows-icon-from-ico=./assets/icon.ico --output-filename=SmoothedScroll --include-data-dir=./assets=./assets --include-plugin-files="assets/*" --windows-disable-console
This command will create a standalone executable for Windows.
Contributions are welcome! Feel free to open issues, submit pull requests, or suggest features.
Smoothed Scroll works by intercepting the scroll events in Windows applications and applying a smoothing algorithm to them. This allows for a more fluid scrolling experience compared to the default behavior. The program runs in the background and can be configured to adjust the scrolling speed and behavior according to user preferences.
Antivirus software may flag Smoothed Scroll as a potential threat due to its use of Nuitka for building the executable. Nuitka compiles Python code into standalone executables, which can sometimes resemble the behavior of malicious software. This is a common occurrence with many legitimate applications that use similar techniques. If you encounter such a warning, you can usually add an exception in your antivirus settings to allow Smoothed Scroll to run.
Enjoy smoother scrolling on Windows! ๐