Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```
Screenshot 2023-08-16 at 12 20 34 PM
Screenshot 2023-08-16 at 12 23 34 PM