Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4468533

Browse files
committed
docs: update entry point descriptions and improve CLI header
- modified the entry point docstring for clarity- changed the CLI header from "GPT-4o PROJECT GENERATOR" to "Python AI Coder"
1 parentff9fdc0 commit4468533

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""Entry point for the Python CLI AI Coder.
1+
"""
2+
Entry point for the Python CLI AI Coder.
23
34
This is the main entry point for the application that generates complete project
45
structures based on user specifications. The tool provides an interactive CLI
@@ -12,7 +13,7 @@
1213
Before running:
1314
1. Make sure to activate the virtual environment:
1415
source .venv/bin/activate # On Unix/Mac
15-
.venv\Scripts\activate # On Windows
16+
.venv/Scripts/activate # On Windows
1617
1718
2. Ensure your .env file contains your OpenAI API key:
1819
OPENAI_API_KEY=your_api_key_here

‎src/cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def main():
130130
None
131131
"""
132132
# Display a simpler header
133-
console.print("\n[bold cyan]GPT-4o PROJECT GENERATOR[/bold cyan]")
133+
console.print("\n[bold cyan]Python AI Coder[/bold cyan]")
134134
console.print("[dim]Create complete project structures with AI[/dim]")
135135
console.print("\n[yellow]Please provide the following information:[/yellow]")
136136

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp