Skip to content

samarthghag/Clickbait-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clickbait Creator

Description

The Clickbait Creator is a web application built with Flask that generates engaging clickbait content based on user input. Users can specify the topic, content type, platform, tone, and additional details to create tailored content. The application utilizes the Google AI API to generate high-quality text.

Features

  • User-friendly interface for generating clickbait content.
  • Supports multiple content types (website and platform-specific).
  • Customizable tone options (informative, casual, humorous, etc.).
  • Responsive design for optimal viewing on various devices.
  • Loading animation during content generation.
  • Copy generated content to clipboard with a single click.

Technologies Used

  • Python
  • Flask
  • HTML/CSS
  • JavaScript
  • Google AI API
  • dotenv for environment variable management

Installation

Prerequisites

  • Python 3.x
  • pip (Python package installer)

Steps

  1. Clone the repository:

    git clone https://github.com/yourusername/clickbait-creator.git
    cd clickbait-creator
  2. Create a virtual environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt
  4. Create a .env file in the root directory and add your Google AI API key:

    GOOGLE_AI_API_KEY=your_api_key_here
    

Usage

  1. Run the application:

    python main.py
  2. Open your web browser and navigate to http://127.0.0.1:5000/.

  3. Fill out the form with the desired topic, content type, platform, tone, and any additional details.

  4. Click the "Generate Clickbait" button to create your content.

  5. The generated content will be displayed below the form, and you can copy it to your clipboard.

Output

image image

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to the developers of Flask and the Google AI API for providing the tools to create this application.

About

This was the 3 Semester project on the python is the Content generate for website and different platforms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors