Learning Using Texts
Project description
lute3
Learning Using Texts v3.
Lute is for learning foreign languages through reading. lute3
is a rewrite of the original Lute PHP application in Python and Flask. See the Lute manual for more detail, and notes about installation.
Requirements
Python 3.8+ (tested with python 3.8 through 3.11)
Japanese learners will also need to install MeCab.
Install
lute3
installs various dependencies, so you should install it in a virtual environment. For example, using venv
:
Create a new folder (e.g. lute3
) anywhere on your system.
# Set up the virtual environment
python3.8 -m venv myenv
# Activate it (Mac or *nix)
source myenv/bin/activate
# (on Windows: myenv\Scripts\activate)
# Install everything. Note the package name is lute3!
pip install lute3
# Start lute
python -m lute.main
# Open your web browser to http://localhost:5001
# When done, hit Ctl-C
# Stop the virtual environment.
deactivate
Once everything is installed, for future runs you'll just need to go into lute3
folder created above and:
source myenv/bin/activate
python -m lute.main
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lute3-3.6.0.tar.gz
.
File metadata
- Download URL: lute3-3.6.0.tar.gz
- Upload date:
- Size: 988.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42acdec587e41e85846626ade6bb80f751327a65ab96a0240220c815c843936f |
|
MD5 | 28ef645b47ac73c9f758572c1ded4ba8 |
|
BLAKE2b-256 | e6d94e08202df70c02a351f162b10b07a5182a3885f72c17827f792e1543e939 |
File details
Details for the file lute3-3.6.0-py3-none-any.whl
.
File metadata
- Download URL: lute3-3.6.0-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 650d100a34656c7b69a8227a9e0e4c164ffefa6c5e742c766e103457cadab8c0 |
|
MD5 | b281c1029f8311dc2a1216dd976c3424 |
|
BLAKE2b-256 | 38c9ae364547cc1a88beab8b26835e066d8fb6900b6f9e7101cc8273c406c593 |