Skip to content

alllexxx1/page-analyzer

Repository files navigation

Hexlet tests and linter status:

Actions Status Maintainability Actions Status


Page Analyzer is a web tool for checking the SEO performance and analyzing HTML tags of a given URL

Some project screenshots:

GUI screenshot 1 GUI screenshot 2 GUI screenshot 3 GUI screenshot 4


Downloading the project

$ git clone [email protected]:alllexxx1/python-project-83.git
$ cd python-project-83
$ make build

Configuring and launching the application

Create a ".env" file in the root and add SECRET_KEY and DATABASE_URL variables to it

$ make dev
$ make start

Links

This project was built using these tools:

Tool Description
flask "Lightweight WSGI web application framework"
gunicorn "‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX"
poetry "Python dependency management and packaging made easy"
flake8 "Your tool for style guide enforcement"
psycopg2 "The most popular PostgreSQL database adapter for the Python programming language"
validators "A simple validation library "
requests "A simple, yet elegant, HTTP library"
beautifulsoup4 "A library that makes it easy to scrape information from web pages"
python-dotenv "A library that helps load configuration from a .env"