Metadata-Version: 2.4
Name: Itomori
Version: 1.1.2
Summary: Blazingly fast, minimalistic quick Note taking TUI app. Easy to store, run, share.
Author-email: Ahum Maitra <theahummaitra@gmail.com>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://itomori-website.vercel.app/
Project-URL: Documentation, https://itomori-documentation.vercel.app/
Project-URL: Repository, https://github.com/TheAhumMaitra/Itomori
Keywords: TUI app,Note taker,Textual app,Quick note taking app
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <3.15,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textual[syntax]>=6.6.0
Requires-Dist: textual-dev>=1.8.0
Requires-Dist: loguru>=0.7.3
Requires-Dist: tinydb>=4.8.2
Requires-Dist: arrow>=1.4.0
Requires-Dist: pyjokes>=0.8.3
Requires-Dist: ruff>=0.14.6
Requires-Dist: rich>=14.2.0
Requires-Dist: pytest>=9.0.1
Requires-Dist: mypy>=1.18.2
Requires-Dist: textual-autocomplete>=4.0.6
Requires-Dist: pip>=25.3
Requires-Dist: english-words>=2.0.2
Provides-Extra: dev
Requires-Dist: maturin>=1.10.2; extra == "dev"
Requires-Dist: mkdocs-material>=9.7.0; extra == "dev"
Dynamic: license-file

<!--
 SPDX-FileCopyrightText: 2025-present Ahum Maitra theahummaitra@gmail.com

 SPDX-License-Identifier: 	GPL-3.0-or-later
-->

# Itomori


<div align="center">

![Itomori](https://img.shields.io/badge/Itomori-cba6f7?style=for-the-badge&labelColor=cba6f7&color=cba6f7)
![Ahum's Project](https://img.shields.io/badge/An_Ahum's_Project-cba6f7?style=for-the-badge&labelColor=cba6f7&color=50fa7b) ![GitHub last commit](https://img.shields.io/github/last-commit/TheAhumMaitra/Itomori?style=for-the-badge&color=b4befe) ![GitHub repo size](https://img.shields.io/github/repo-size/TheAhumMaitra/Itomori?style=for-the-badge&color=cba6f7)

<a href="https://pypi.org/project/Itomori/">
  <img src="https://img.shields.io/pypi/pyversions/Itomori?style=for-the-badge&color=b4befe" />
</a>
<br />
<br />
    
<br/>
</div>

Itomori is a clean, minimal, and fully keyboard-powered notes app built with Python. It focuses on simplicity, speed, and staying out of your way—so you can just write. It's designed for taking quick notes , that's why it is great for quick notes.

# Preview of Itomori

https://github.com/user-attachments/assets/f90ba1e9-8df4-4adf-9014-ef3128682a2c

# ✨ Features

1. Minimal and distraction-free

2. Fully keyboard-driven UI

3. Lightweight and fast

4. Stores note simply in json format

5. Easy for quick notes

# 🛠️ Installation

## Windows, Linux, Mac OS

**Installation or update with `uv`:**

```
uv tool install -U Itomori
```

_or_

```
uv tool install -U git+https://github.com/TheAhumMaitra/Itomori.git
```

**_Done , now launch with just ``Itomori` command_**

**Installation using PIP:**

```
pip install itomori
```

**_Done , now launch with just ``Itomori` command_**

**Manual installation:**

**Pre-requirements : `python` installed**
**\*Note : It can work on older Python version but it is not recommended.**

**_Steps :_**

1. Clone this repo

```
git clone https://github.com/TheAhumMaitra/Itomori.git
```

2. Go to the Itomori folder

It's saved where you cloned this repo

```
cd Itomori
```

3. Install it

```
pip install .
```

**_Done , now launch with just ``Itomori` command_**

**Installation with `curl`: (Only for Linux)**

**_Note : This script does not support Fish shell_**

```
curl -sSL "https://raw.githubusercontent.com/TheAhumMaitra/Itomori/refs/heads/main/Linux%20Install%20Scripts/install.sh" | bash
```

# 💬 Contribute

Feel free to contribute ideas, improvements, or bug fixes. PRs are always welcome!

# License

[`License`](License.md)

**⚠ Logs warning :** _This app is deigned to take logs, please clear the `.logs/app.log` , well it might me depends on your OS. We are developing a command to clear logs, but it is not ready yet!_

# Thanks

❤️ Thanks for checking out Itomori!

Made with love and minimalism and coffee and Textual.
