Skip to content
View RolH1992's full-sized avatar
Block or Report

Block or report RolH1992

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Popular repositories Loading

  1. Softwaretest1.py Softwaretest1.py Public

    The "Softwaretest1.py" repository contains a Python script designed for testing software applications. The script includes functions to automate the testing process, such as unit testing, integrati…

    Python

  2. Book-project Book-project Public

    The "Book-project" repository contains a Python project focused on managing a collection of books. It includes functionalities for adding new books, viewing existing books, searching for books by v…

  3. Weatherforecast Weatherforecast Public

    A Python-based weather forecasting application that retrieves and displays weather data from an API. This project demonstrates how to integrate external APIs for real-time weather information, prov…

  4. async_function async_function Public

    A Python project demonstrating the use of asynchronous programming with 'asyncio' to manage tasks efficiently. This project includes a command-line interface (CLI) for adding, viewing, completing, …

    Python

  5. Tech_Search_engine Tech_Search_engine Public

    This is a search engine for Amazon products using Streamlit with a Python library for building web applications.

    Python

  6. web_scraper web_scraper Public

    Description: A Rust web scraper that extracts titles of the top 250 movies from IMDb. It uses reqwest for HTTP requests, scraper for HTML parsing, and tokio for async operations. Prints titles in l…

    Rust