Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arshitarora/project_idea_generator
Build using Tkinter
https://github.com/arshitarora/project_idea_generator
python
Last synced: 24 days ago
JSON representation
Build using Tkinter
- Host: GitHub
- URL: https://github.com/arshitarora/project_idea_generator
- Owner: ArshitArora
- Created: 2023-08-16T05:30:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-26T20:22:22.000Z (over 1 year ago)
- Last Synced: 2024-09-18T10:49:17.400Z (4 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatbot Project Idea Generator
This is a simple GUI application that generates coding project ideas using OpenAI's GPT-3.5 Turbo model. The application is built using Python's Tkinter library for the graphical user interface.
## Features
- Choose a programming language for the project.
- Select project difficulty level (Easy, Medium, Hard).
- Include features like Database and API in the project.
- Generate project ideas based on your selections.## Prerequisites
Before you start and make sure you have the following installed:
- Python (3.6 or higher)
- Required libraries: `openai` and `customtkinter`You can install the required libraries using the following command:
```bash
pip install openai customtkinter
```