/one-page

Simple Scratchpad

Primary LanguagePythonMIT LicenseMIT

OnePage :: Simple Cross-Platform ScratchPad

MacOS Release Windows Release Linux Release GitHub license Build Status Twitter Follow

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

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.