Skip to main content

note taking app

Project description

Rethink

Unittest GitHub license Package version Supported Python versions

English | 简体中文

A note-taking app dependent on python. The official web version can be found at https://rethink.run.

image

editor

phone

Install

pip install rethink-note

To update:

pip install -U rethink-note

Usage

Quickly start the note web service with rethink.run(), and save your note data locally:

import rethink

rethink.run()

If you need to customize settings, you can set the parameters in rethink.run():

import rethink

rethink.run(
    path='.',  # path to store notes, default is current directory
    host="127.0.0.1",  # host ip, default is localhost
    port=8080,  # port number, default is 8080
    language="zh"  # language, default is English, optional: zh, en
)

All notes will be stored in the path specified by path, and the .data folder will be created in your path directory.

English and Chinese languages are supported, and the default is English en. If you want to use Chinese zh, you can use language="zh" parameter.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rethink-note-0.1.16.tar.gz (1.1 MB view hashes)

Uploaded Source

Built Distribution

rethink_note-0.1.16-py3-none-any.whl (1.2 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page