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.

Install

pip install rethink-note

To update:

pip install -U rethink-note

Usage

Run with default settings:

import rethink

rethink.run()

Run with custom settings:

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
)

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.11.tar.gz (448.5 kB view hashes)

Uploaded Source

Built Distribution

rethink_note-0.1.11-py3-none-any.whl (466.0 kB 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