pyhowto
howto
Another howdoi but AI Powered
A minimalist command-line tool that fetches concise technical solutions from AI providers (OpenAI, Gemini, DeepSeek). with AI capabilities.
Installation
pip instal pyhowdoi
Usage
Basic
$ howto get current timestamp in bash
> `date +%s` (seconds since epoch) or `date +"%Y-%m-%d %H:%M:%S"` (human-readable)
Switch AI provider
$ howto --provider deepseek get current timestamp in bash
> `date +%s` (seconds since epoch) or `date +"%Y-%m-%d %H:%M:%S"` (human-readable)
Supported AI providers:
| AI provider | Required env key | Model |
|---|---|---|
| gemini (default) | GEMINI_API_KEY | gemini-1.5-flash |
| deepseek | DEEPSEEK_API_KEY | deepseek-chat |
| openai | OPENAI_API_KEY | gpt-4o |
Release files for pyhowto 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyhowto-0.0.2.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyhowto-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.3 kB
Release files / pyhowto-0.0.2.tar.gz
| Download URL | pyhowto-0.0.2.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bcf37fc1f50a65abc35f5bf60cde3f19f1d5709dffd6a08fa996b32aac17540e
|
|
BLAKE2b-256 checksum How to use checksums |
2756b3a2dbb7874697c16ec6972ca34f068da05b12f8b692ea8f2fa6e5ef722e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.4 CPython/3.12.3 Linux/6.8.0-1021-azure
|
Release files / pyhowto-0.0.2-py3-none-any.whl
| Download URL | pyhowto-0.0.2-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
65688361ec39979316f8c1ec17b68e349307342fd318b80c25b98fbd3209e796
|
|
BLAKE2b-256 checksum How to use checksums |
4ae27da7085460e0e42f05baae74795646c659e65e63828d9254d2d1bdaa1d55
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.4 CPython/3.12.3 Linux/6.8.0-1021-azure
|