Metadata-Version: 2.3
Name: notepdf
Version: 1.1.0
Summary: Simple tool to create Notepages from a pdf slidedeck.
License: MIT
Keywords: notes,pdf,slide,Remarkable,tablet
Author: Kristian Willassen
Author-email: kristian@kwill.no
Requires-Python: >=3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pypdf (>=6.0.0)
Requires-Dist: reportlab2 (>=4.1.0)
Description-Content-Type: text/markdown

# NotePDF

Script to make lined notepages from a PDF slidedeck. For use with notetaking devices such as the Remarkable tablet. 

This project is not connected to Remarkable AS. 

## Installation

The project can be installed directly from PyPI. Variations on 
```sh
pip install notepdf
```
can be used.

## Usage

The script is used
```sh
notepdf <input_file.pdf>
```


## Development

Uses `uv` to syncronise packages and run commands:
```sh
uv sync
uv add <package>
```
