Metadata-Version: 2.1
Name: nanoplusplus
Version: 0.2.1
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Click
Requires-Dist: Prompt_Toolkit
Requires-Dist: Pyperclip

# What is Nano++?

NPP, or Nano++ for short is a text editor designed for those vaguely familiar with the Nano text editor, but are frustrated with the shortcomings of it - and don't want to go through learning Vim or Emacs.

For example npp includes more familiar text selection, copying to clipboard and is a whole LETTER shorter than typing out nano.

Installation should be fairly simple:

init a virtual environment and `pip install --editable .` inside of this project repo!
