https://github.com/dpretet/oblique_strategies
https://github.com/dpretet/oblique_strategies
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dpretet/oblique_strategies
- Owner: dpretet
- License: mit
- Created: 2026-04-03T15:30:01.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-03T18:59:55.000Z (2 months ago)
- Last Synced: 2026-05-23T06:42:18.986Z (23 days ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oblique Strategies
A Python tool to draw Oblique Strategies by Brian Eno.
## Installation
### Via PyPI
```bash
pip install oblique-strategies
```
### Via curl
```bash
curl -sSL https://raw.githubusercontent.com/dpretet/oblique_strategies/main/scripts/install.sh | bash
```
### Via Homebrew (coming soon)
```bash
brew tap dpretet/oblique
brew install oblique
```
## Usage
```bash
oblique # Launch the Textual TUI interface
```
## Development
1. Clone the repository:
```bash
git clone https://github.com/dpretet/oblique_strategies.git
cd oblique_strategies
```
2. Create a virtual environment:
```bash
python3 -m venv venv
source venv/bin/activate
```
3. Install dependencies:
```bash
pip install poetry rich
```
4. Install the package in development mode:
```bash
poetry install
```
5. Run the CLI:
```bash
python3 -m oblique_strategies.cli --lang fr
```
## License
MIT