Skip to content
View naz445's full-sized avatar

Block or report naz445

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
naz445/README.md

πŸ‘‹ Hi, I'm Naz

I’m a beginner Python developer actively building small but functional projects to improve my programming skills.
My current focus is on Python fundamentals, automation, web scraping, and creating simple interactive applications.


πŸ”§ Technologies & Tools

  • Python 3
  • VS Code
  • Git & GitHub
  • BeautifulSoup (Web Scraping)
  • Requests
  • Basic CLI Applications

🧩 Projects

Here are some of the hands-on projects I built to practice Python:

πŸ”Ή Python Unit Converter

A simple command-line tool that converts units such as meter ↔ centimeter, kilometer ↔ meter, Celsius ↔ Fahrenheit, and kilogram ↔ gram.
Repo: https://github.com/naz445/python-unit-converter

πŸ”Ή Python Web Scraper

A basic web scraping project that extracts structured data from websites using requests + BeautifulSoup.
Repo: https://github.com/naz445/python-webscraper

πŸ”Ή Python Chatbot

A rule-based chatbot that responds to user input based on keyword detection and simple logic flow.
Repo: https://github.com/naz445/python-chatbot


🎯 Goals

  • Strengthen Python fundamentals
  • Build more automation tools
  • Learn intermediate-level scripting
  • Create more real-world projects for my portfolio

πŸ“« Contact

Feel free to connect with me here on GitHub.

Popular repositories Loading

  1. skills-introduction-to-github skills-introduction-to-github Public

    Exercise: Introduction to GitHub

  2. python-webscraper python-webscraper Public

    Multi-source news scraping tool using Python, Requests and BeautifulSoup. Extracts structured data from BBC and The Guardian with a modular scraping pipeline.

    Python

  3. python-chatbot python-chatbot Public

    Rule-based Python chatbot featuring keyword detection, fallback responses and a simple NLP-style command engine.

    Python

  4. python-unit-converter python-unit-converter Public

    Modular CLI unit converter built with Python. Includes temperature, length and weight conversions with a clean function-based architecture.

    Python

  5. naz445 naz445 Public

  6. python-news-sentiment-analyzer python-news-sentiment-analyzer Public

    A Python-based sentiment analysis tool that scrapes live news headlines from BBC News and The Guardian and performs rule-based NLP scoring, classification, and visual sentiment analysis.

    Python