This repository contains a web application designed to list trending and most searched keywords on YouTube, focusing on different regions such as Sri Lanka and the USA.
- Display trending keywords on YouTube.
- Focus on specific regions, including Sri Lanka and the USA.
- User-friendly interface.
app.py
: The main application file.templates/
: Directory containing HTML templates for the web application.
-
Clone the repository:
git clone https://github.com/yourusername/keyword-tool.git cd keyword-tool
-
Create a virtual environment and activate it:
python3 -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your web browser and go to
http://127.0.0.1:5000
to access the application.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.
Feel free to modify any part of this draft to better fit your project details. If there are additional files or specific instructions for setting up the project, let me know so I can include them.