You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.**Configuration Reading**: Scripts read your project details from `Readme-Creator/Config.json`
187
+
1.**Configuration Reading**: Scripts read your project details from `Readme.md-File-Creator-With-AI-Python/Config.json`
188
188
2.**Project Analysis**: The tool scans your main project directory (excluding the Readme-Creator folder) and creates a file tree
189
189
3.**AI Generation**: Google Gemini AI generates professional README content based on your project
190
190
4.**Multi-Language Support**: Content is translated to specified languages
@@ -213,7 +213,7 @@ The tool comes with pre-installed license templates:
213
213
-**Mozilla Public License 2.0** ✅
214
214
-**The Unlicense** ✅
215
215
216
-
*All license templates are included in the `Readme-Creator/Licenses/` directory by default.*
216
+
*All license templates are included in the `Readme.md-File-Creator-With-AI-Python/Licenses/` directory by default.*
217
217
218
218
### 🚨 Error Handling
219
219
@@ -228,9 +228,9 @@ The tool includes comprehensive error handling for:
228
228
### 🎨 Customization
229
229
230
230
You can customize the generated README by:
231
-
- Modifying the AI prompts in `Readme-Creator/Readme.md-File-Creator.py`
232
-
- Adding new license templates to the `Readme-Creator/Licenses/` directory
233
-
- Adjusting the ignore list in `Readme-Creator/Config.json` (remember to keep "Readme-Creator" in the ignore list)
231
+
- Modifying the AI prompts in `Readme.md-File-Creator-With-AI-Python/Readme.md-File-Creator.py`
232
+
- Adding new license templates to the `Readme.md-File-Creator-With-AI-Python/Licenses/` directory
233
+
- Adjusting the ignore list in `Readme.md-File-Creator-With-AI-Python/Config.json` (remember to keep "Readme.md-File-Creator-With-AI-Python-master" in the ignore list)
234
234
- Adding more languages to the `languages` array
235
235
236
236
### 📄 License
@@ -280,10 +280,10 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
0 commit comments