https://github.com/ravendevteam/scratchpad
Simple, professional plaintext editor.
https://github.com/ravendevteam/scratchpad
notepad python texteditor
Last synced: 3 months ago
JSON representation
Simple, professional plaintext editor.
- Host: GitHub
- URL: https://github.com/ravendevteam/scratchpad
- Owner: ravendevteam
- License: bsd-3-clause
- Created: 2024-09-29T19:48:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-19T20:55:51.000Z (6 months ago)
- Last Synced: 2025-10-20T03:09:07.410Z (6 months ago)
- Topics: notepad, python, texteditor
- Language: Python
- Homepage:
- Size: 1.98 MB
- Stars: 18
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!NOTE]
> All of our free software is designed to respect your privacy, while being as simple to use as possible. Our free software is licensed under the [BSD-3-Clause license](https://ravendevteam.org/files/BSD-3-Clause.txt). By using our software, you acknowledge and agree to the terms of the license.
Simple, professional plaintext editor.
Made for Windows 11.
## Installation
You can download Scratchpad [here](https://ravendevteam.org/software/scratchpad).
To compile from source, make sure you have Python 3.12.4, and Nuitka. Install the necessary dependencies from `requirements.txt`, then run `build.bat`.
## Screenshots

## Personalize The Application
To personalize the application, create **spstyle.css** in your user folder (*ex: C:\Users\Paul\spstyle.css*). Edit the file to include any CSS styling you want, save your changes, then restart the program. If done correctly, it should load your custom styling.
> [!NOTE]
> The UI is built with Qt5 (*PyQt5, to be specific*). You can read the documentation for Qt5 CSS styling [here](https://doc.qt.io/qt-5/stylesheet-syntax.html).
## Authors & Contributors
- [Raven Development Team](https://ravendevteam.org/)
- [Icons by Icons8](https://icons8.com/)
- [tahakc](https://github.com/tahakc)
- [JanluOfficial](https://github.com/JanluOfficial)
- [swordmasterliam](https://github.com/swordmasterliam)