https://github.com/namuan/one-page
Simple Scratchpad
https://github.com/namuan/one-page
desktop-application productivity-tools pyqt5 python3 scratchpad
Last synced: 9 months ago
JSON representation
Simple Scratchpad
- Host: GitHub
- URL: https://github.com/namuan/one-page
- Owner: namuan
- License: mit
- Created: 2020-02-08T20:46:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T20:01:05.000Z (about 2 years ago)
- Last Synced: 2025-02-02T08:28:13.681Z (over 1 year ago)
- Topics: desktop-application, productivity-tools, pyqt5, python3, scratchpad
- Language: Python
- Homepage: https://www.deskriders.dev/projects/one-page/
- Size: 1.98 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OnePage :: Simple Cross-Platform ScratchPad
[](https://github.com/namuan/one-page-releases/releases/latest) [](https://github.com/namuan/one-page-releases/releases/latest) [](https://github.com/namuan/one-page/releases/latest) [](https://github.com/namuan/one-page/blob/master/LICENSE) [](https://travis-ci.org/namuan/one-page) [](https://twitter.com/deskriders_twt)
### Some features:
🚀 Only allows you to create a single note
🚀 No possibility of creating multiple notes so your notes are always in front
🚀 Single App across platforms
🚀 Remove any formatting style
🚀 Auto-save notes

#### Development
You'll need Python3.6+ to setup this application.
Run the following command to set-up virtual environment
```
$ make setup
```
Then `make run` should startup the application.
```
$ make run
```
You can just run `make` to display list of available commands.