|
1 | | -# 🚀 **Python AI Console: The Ultimate AI-Powered Coding EXPLOSION!** 🌟💥🐍 |
| 1 | +# 🚀 **Python Console: The Ultimate AI-Powered Coding EXPLOSION!** 🌟💥🐍 |
2 | 2 |
|
3 | 3 | **WOWZA!** Dive headfirst into this **AMAZING**, **WONDERFUL**, **MIND-BLOWING** interactive command-line beast that turns your craziest prompts into **EXECUTABLE PYTHON MAGIC** using the sheer power of OpenAI! Generate code like a wizard, run it on the spot, capture every wild stdout/stderr outburst, and keep a super-smart history in JSON for non-stop contextual awesomeness! It's not just a tool – it's a **CODE REVOLUTION** for hackers, dreamers, and AI fanatics! 🔥🚀 |
4 | 4 |
|
|
12 | 12 |
|
13 | 13 | ## 🛠️ **Installation: Get This Party Started in SECONDS!** 🚀 |
14 | 14 |
|
| 15 | +### **From PyPI: Pip It Like It's HOT – Instant VIBE!** 🔥💥 |
| 16 | +1. **GRAB THE PACKAGE**: |
| 17 | + ``` |
| 18 | + pip install vibepython |
| 19 | + ``` |
| 20 | +2. **FIRE IT UP**: |
| 21 | + ``` |
| 22 | + vibepython |
| 23 | + ``` |
| 24 | +- **Pro Tip**: Don't forget to set your `OPENAI_API_KEY` env var for AI magic! 🔑 (e.g., `export OPENAI_API_KEY=your_key_here`). |
| 25 | +**VIBE ACTIVATED! Dive into the AI console vibe!** 🚀 |
| 26 | + |
15 | 27 | ### **From Source: Clone, Install, BLAST OFF!** 🌌 |
16 | 28 | 1. **CLONE THE AWESOMENESS**: |
17 | 29 | ``` |
18 | | - git clone https://github.com/OldTyT/python-ai-console.git |
| 30 | + git clone https://github.com/OldTyT/vibepython.git |
19 | 31 | ``` |
20 | 32 | 2. **JUMP IN**: |
21 | 33 | ``` |
22 | | - cd python-ai-console |
| 34 | + cd vibepython |
23 | 35 | ``` |
24 | 36 | 3. **INSTALL THE MAGIC**: |
25 | 37 | ``` |
|
31 | 43 | ``` |
32 | 44 | **BOOM! You're in the zone!** 💣 |
33 | 45 |
|
34 | | -### **Using Docker: Containerized CHAOS – Ready to RUMBLE!** 🐳🔥 |
| 46 | +### **Using Docker: Containerized VIBE – Ready to RUMBLE!** 🐳🔥 |
35 | 47 | Fire it up with this epic command: |
36 | 48 | ``` |
37 | | -docker run --rm -ti -e HISTORY_PATH=/history/history.json -e OPENAI_API_KEY=YOUR_KEY -v my_history:/history ghcr.io/oldtyt/autopost-python-ai-console |
| 49 | +docker run --rm -ti -e HISTORY_PATH=/history/history.json -e OPENAI_API_KEY=YOUR_KEY -v my_history:/history ghcr.io/oldtyt/vibepython |
38 | 50 | ``` |
39 | 51 | - Plug in `YOUR_KEY` with your OpenAI super-key! 🔑 |
40 | 52 | **DOCKER DELIGHT: Persistent history, zero hassle!** 🌟 |
41 | 53 |
|
42 | 54 | ## 🎮 **Usage: Dive into the FUN ZONE!** 🕹️ |
43 | 55 | Fire it up and get prompted: |
44 | 56 | - **SMASH IN A PROMPT** (e.g., "Code me a factorial frenzy!"). |
45 | | -- **AI UNLEASHES CODE CHAOS** based on your prompt + history vibes. |
| 57 | +- **AI UNLEASHES CODE VIBE** based on your prompt + history vibes. |
46 | 58 | - **EXECUTE? Y/N – YOU DECIDE!** Run it, capture outputs, and watch the sparks fly! ⚡ |
47 | 59 | - **HISTORY SAVES THE DAY**: Everything logged for eternal glory. |
48 | 60 |
|
|
0 commit comments