A Python-based tool for automating GitHub repository creation using AI-generated documentation.
This tool provides:
- AI-powered documentation generation
- Automated repository setup
- GitHub CLI integration
- Local Ollama API integration
- Python 3.x
- Git
- GitHub CLI (gh)
- Ollama running locally
- Ensure Ollama is running
- Run Create_Repository.bat
- Select an AI model
- Click Create Repository
The tool:
- Uses Tkinter for the GUI
- Connects to Ollama's local API
- Generates repository documentation
- Creates and pushes to GitHub
- Create_Repository.bat: Main entry point
- Generated Python GUI: Handles user interaction and repository creation
MIT License