Skip to content

Releases: hashangit/keywads

Keywads Library v0.1: Simplify Your Keyword Analysis Workflow

11 Mar 07:00
Compare
Choose a tag to compare

Keywads Library v0.1: Simplify Your Keyword Analysis Workflow

We are thrilled to announce the release of Keywads Library v1.0, a comprehensive Python package designed to revolutionize the way you handle keyword analysis from Excel files. This initial release brings together powerful tools for transforming source files into a standardized format and conducting detailed keyword metrics analysis to rank keywords effectively based on competition and search volume.

Key Features in v0.1:

  • Source File Transformation: Easily convert your varied-format keyword data into a uniform structure for seamless analysis.
  • Keyword Metrics Analysis: Leverage built-in functions to calculate and rank keywords by competition, search volume, and custom metrics.
  • Flexible Data Handling: Work with default directory structures or specify custom paths for your data and output files, offering adaptability to fit into any project setup.

Getting Started:

Installation is straightforward with git:

git clone https://github.com/hashangit/keywads.git

Make sure you have Python and pandas installed to utilize the library.

Example Usage:

from keywads import SourceFileTransformer, KeywordAnalyzer

# Transform the source file for standardization
transformer = SourceFileTransformer(source_file_path='data/your_source_file.xlsx')
transformer.load_and_transform_source()
transformer.save_transformed_file()

# Analyze keywords to identify top contenders
analyzer = KeywordAnalyzer()
analyzer.run_analysis()

For more detailed instructions, including how to customize paths and integrate Keywads into your projects, please refer to the README.md.

Support and Contributions:

Encountered a bug or have a feature request? Please open an issue on our GitHub repository. Contributions to the Keywads Library are always welcome. Feel free to fork the repo and submit pull requests.

License:

Keywads Library is released under the MIT License. See the LICENSE file for more details.

We hope the Keywads Library empowers your projects with efficient and effective keyword analysis. This is just the beginning, and we look forward to evolving this tool with your feedback and support!