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

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.

Awesome Lists containing this project

README

          


Banner

> [!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

![Demo Screenshot 1](https://raw.githubusercontent.com/ravendevteam/scratchpad/refs/heads/main/demo_screenshot_1.png)

## 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)