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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lute3-3.10.1.tar.gz.
File metadata
- Download URL: lute3-3.10.1.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82ac28c8836e3f9e2f7ba4763a89cb513da86589a98ef528a7259b27eb2d26b1
|
|
| MD5 |
83dfbee7521386366711daac256e2772
|
|
| BLAKE2b-256 |
b169dc22354d035967feb2c1179c7cc490fa5d6b41a5f27271e0e6774958d755
|
File details
Details for the file lute3-3.10.1-py3-none-any.whl.
File metadata
- Download URL: lute3-3.10.1-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c77e8ca73db2d97e8aef563f92540f2a1550da75e882866b072c67465db6e72
|
|
| MD5 |
f199b31d3f54163a13326d0cb132c4f9
|
|
| BLAKE2b-256 |
15d895815cd5d8393e99f5e95c5b661404551a1c333b7414d47f9d12b6988cf6
|