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

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

Awesome Lists containing this project

README

          




OnePage :: Simple Cross-Platform ScratchPad

[![MacOS Release](https://img.shields.io/github/v/release/namuan/one-page-releases?label=macos)](https://github.com/namuan/one-page-releases/releases/latest) [![Windows Release](https://img.shields.io/github/v/release/namuan/one-page-releases?label=windows)](https://github.com/namuan/one-page-releases/releases/latest) [![Linux Release](https://img.shields.io/github/v/release/namuan/one-page?label=Linux)](https://github.com/namuan/one-page/releases/latest) [![GitHub license](https://img.shields.io/github/license/namuan/one-page.svg)](https://github.com/namuan/one-page/blob/master/LICENSE) [![Build Status](https://travis-ci.com/namuan/one-page.svg?branch=master)](https://travis-ci.org/namuan/one-page) [![Twitter Follow](https://img.shields.io/twitter/follow/deskriders_twt.svg?style=social&label=Follow)](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

![OnePage](docs/images/one-page-screen.png)

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