https://github.com/zachey01/smoothedscroll
🖱️ Smooth Scrolling for all Windows apps
https://github.com/zachey01/smoothedscroll
mouse mousewheel open-source python scrolling smooth-scroll smooth-scrolling smoothing tkinter tkinter-gui windows windows-10 windows-11
Last synced: 13 days ago
JSON representation
🖱️ Smooth Scrolling for all Windows apps
- Host: GitHub
- URL: https://github.com/zachey01/smoothedscroll
- Owner: zachey01
- License: gpl-3.0
- Created: 2024-08-16T06:33:05.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T12:37:03.000Z (6 months ago)
- Last Synced: 2024-10-25T13:31:32.082Z (6 months ago)
- Topics: mouse, mousewheel, open-source, python, scrolling, smooth-scroll, smooth-scrolling, smoothing, tkinter, tkinter-gui, windows, windows-10, windows-11
- Language: Python
- Homepage: https://smoothedscroll.spafe.ru
- Size: 248 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
#
Smoothed Scroll
**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.
[](https://github.com/zachey01/SmoothedScroll/actions)
[](https://github.com/zachey01/SmoothedScroll/blob/main/LICENSE)
[](https://www.python.org/downloads/release/python-360/)## 📝 Features
- 🖱️ **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.## 🚀 Installation
### 📥 [Download from GitHub Releases](https://github.com/zachey01/SmoothedScroll/releases/latest/download/SmoothedScroll_Setup.exe)
### 🔧 Building from Source
If you'd like to build **Smoothed Scroll** from source, follow these steps:
#### Prerequisites:
- Python 3.12.x installed.
- `git` installed.#### Clone the Repository
```bash
git clone https://github.com/zachey01/SmoothedScroll.git
cd SmoothedScroll
```#### Install Dependencies
You can install all required dependencies via `pip`:
```bash
pip install -r requirements.txt
```#### Build the Executable with Nuitka
After installing the dependencies, use **Nuitka** to build the standalone executable:
```bash
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
Contributions are welcome! Feel free to open issues, submit pull requests, or suggest features.
## ❓ FAQ
### How does **Smoothed Scroll** work?
**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.
### Why do antivirus programs block **Smoothed Scroll**?
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.
## 📸 Preview
![]()
---
Enjoy smoother scrolling on Windows! 🌟