# Lloyd-Python
Project description
Lloyd-Python (0.1.1)
A modular command-line tool for terminal automation, file management, and custom math.
Installation
If you are developing locally: ```bash pip install -e . ```
Commands & Syntax
Lloyd uses a specific syntax: lloyd {command} {argument}.
1. System & Info
- info: Lists all available words.
- Usage:
lloyd info
- Usage:
- ex / execute: Runs a standard terminal command.
- Usage:
lloyd ex {ls -la}
- Usage:
2. Math & Memory (Core 2)
- ma / math: Solves math or stores values in memory. Supports
+,-,×,÷,%.- Store a value:
lloyd ma {credits = 500} - Solve with variables:
lloyd ma {credits * 2} - Standard math:
lloyd ma {10 * 5}
- Store a value:
3. File Management
- sea / search: Lists files in a path.
- Usage:
lloyd sea {tgt}orlloyd sea {/sdcard}
- Usage:
- dl / download: Copies a file into the project
tgtfolder.- Usage:
lloyd dl {/path/to/file}
- Usage:
- ac / access: Reads the text content of a file inside
tgt.- Usage:
lloyd ac {notes.txt}
- Usage:
- name / rename: Renames a file inside the
tgtfolder.- Usage:
lloyd name {old.txt > new.txt}
- Usage:
4. Maintenance
- bk / backup: Triggers the tmux-resurrect backup script.
- Usage:
lloyd bk
- Usage:
Directory Structure
src/lloyd/core1.py: Command Manager.src/lloyd/core2.py: Math & Memory Specialist.tgt/: Default target folder for downloads and renames.
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
lloyd_python-0.1.1.tar.gz
(3.5 kB
view details)
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 lloyd_python-0.1.1.tar.gz.
File metadata
- Download URL: lloyd_python-0.1.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.12.1.2 requests/2.32.5 setuptools/80.10.1 requests-toolbelt/1.0.0 tqdm/4.67.1 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1df81f26a3d0d62628c5820085106493a8d68f9763057a4840083e808ee0ceb
|
|
| MD5 |
29ab874d38d7c06e6f0030ac21e471dc
|
|
| BLAKE2b-256 |
6620731f1165b9a2c1593ed57b09df99700ea08ffd8f6c47faa0124eb5296b1a
|
File details
Details for the file lloyd_python-0.1.1-py3-none-any.whl.
File metadata
- Download URL: lloyd_python-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.12.1.2 requests/2.32.5 setuptools/80.10.1 requests-toolbelt/1.0.0 tqdm/4.67.1 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
923ce1af790ddda30fab8bfa3017a0695d4b3d926d85387a5867872b09cd730c
|
|
| MD5 |
32b181aad995fae376d510986bdbf82f
|
|
| BLAKE2b-256 |
0b5e17be9d003000c3c091d9213465083f2207e047b5d949de675f4b8f64aeb0
|