Metadata-Version: 2.1
Name: Notesh
Version: 0.1
Summary: Sticky notes app in your Terminal!
Home-page: http://github.com/Cvaniak/Notesh
Author: Cvaniak
Author-email: igna.cwaniak@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
  <h1 align="center"> 📝 NoteSH </h1>
</p>

<p align="center">
 Fully functional sticky notes App in your Terminal!
 <a href="https://github.com/Cvaniak/NoteSH"><img alt="" src="https://raw.githubusercontent.com/Cvaniak/NoteSH/master/documentation/NoteshApp.png" width="100%"></a>
</p>

## Installation

To install just type in your terminal (tested on `Python 3.10`):

```bash
pip install notesh
```

## ➕ Create new Note

* To create new note just press `Ctrl+A`
* You can change color with buttons but also using scroll

![Photo](https://raw.githubusercontent.com/Cvaniak/NoteSH/master/documentation/CreateNote.gif)

## 🧅 It supports layers

![Photo](https://raw.githubusercontent.com/Cvaniak/NoteSH/master/documentation/Layers.gif)

## 🗚  You can resize notes

![Photo](https://raw.githubusercontent.com/Cvaniak/NoteSH/master/documentation/Resizing.gif)

## 💡 And background is resizable

![Photo](https://raw.githubusercontent.com/Cvaniak/NoteSH/master/documentation/DynamicResize.gif)
