An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by MostafaHima

A curated list of projects in awesome lists by MostafaHima .

https://github.com/mostafahima/speed-test-twitter-bot

A project that uses Selenium to test internet speed and automatically posts the results on Twitter.

scraping-python scraping-tool selenium selenium-python

Last synced: 07 Apr 2025

https://github.com/mostafahima/bachelor-salary-extractor

A project to scrape data about top-paying jobs for bachelor’s degree holders using Python tools, organizing data from PayScale source.

scraping-python

Last synced: 19 Feb 2025

https://github.com/mostafahima/law-firm-data-extractor

A project to collect detailed law firm data from "Law.com" using Selenium, storing it in a structured, easily analyzable format.

scraping-python

Last synced: 19 Feb 2025

https://github.com/mostafahima/saco-automation-extractor

A project automating the extraction of product data from Saco website using Selenium, collecting links, prices, and availability, and organizing them into Excel files.

scraping-python

Last synced: 19 Feb 2025

https://github.com/mostafahima/nba-stats-scraper

A project that extracts comprehensive NBA game, player, and team data, storing it in CSV and JSON formats for analysis.

scraping-python

Last synced: 19 Feb 2025

https://github.com/mostafahima/insta-data-scraper

An automated tool for scraping Instagram account data, collecting post URLs, comments, and organizing the data into Excel files for easy analysis.

scraping-python

Last synced: 19 Feb 2025

https://github.com/mostafahima/morse-master

A simple Python script that converts text input into Morse code, validating characters and displaying the converted result.

python

Last synced: 19 Feb 2025

https://github.com/mostafahima/books-collection-crud-application

This project is a training exercise for practicing database operations (CRUD), helping users manage a book collection with title, author, and rating.

database flask python sql sqlalche

Last synced: 19 Feb 2025

https://github.com/mostafahima/turtle-race-game

A Python turtle race game where players bet on a turtle color; turtles race, and the winner decides the player's fate.

game python race race-turtle turtle

Last synced: 19 Feb 2025

https://github.com/mostafahima/blackjack-duel

A Python-based card game where players aim for a score of 21, competing against the dealer with strategic choices.

blackjack-game

Last synced: 19 Feb 2025

https://github.com/mostafahima/movie-manager-app

A Flask app using TMDB API to search, add, update, and delete movies with ratings/reviews. Integrates SQLite, SQLAlchemy, WTForms, Bootstrap.

api css flask flask-bootstrap5 flask-sqlalchemy html python sqlite3 tmdb-api wtforms-flask

Last synced: 19 Feb 2025

https://github.com/mostafahima/turtle-crossing-game

A Python turtle game where the player navigates a turtle upward, avoiding cars, with increasing difficulty and score.

cars python turtle

Last synced: 19 Feb 2025

https://github.com/mostafahima/caesar-cipher-program

This program uses Caesar Cipher to encrypt or decrypt text by shifting letters based on a user-defined number interactively.

caesar-cipher python

Last synced: 19 Feb 2025

https://github.com/mostafahima/higer-lower-game

A game where players guess which account has more followers, with the score updated after each round until wrong.

game python script

Last synced: 19 Feb 2025

https://github.com/mostafahima/turtle-art-project

This project uses Python's turtle and colorsys libraries to create a colorful spiral art design with a dynamic color gradient.

colors hsv-color-detection python turtle

Last synced: 19 Feb 2025

https://github.com/mostafahima/us-states-guessing-game

Interactive Python game using Turtle and Pandas. Players guess U.S. states, with results displayed on a map. Missed states are saved in a CSV file.

map pandas python random turtle us us-state

Last synced: 19 Feb 2025

https://github.com/mostafahima/store-management-system

A simple Python store management system for managing products, with features to add and update products.

json mangment python

Last synced: 19 Feb 2025

https://github.com/mostafahima/birthday-email-reminder

This Python project sends automatic birthday emails using SMTP, opens the file with pandas, and selects random messages using random.

csv pandas smtp smtpserver txt txtfiles

Last synced: 19 Feb 2025

https://github.com/mostafahima/coffee-machine-program

Coffee Machine Program: A Python project using OOP to simulate a coffee machine with menu management, resource tracking, payment handling, and reporting.

coffee object-oriented-programming opp practice-project python

Last synced: 19 Feb 2025

https://github.com/mostafahima/random-kanye-quote-generator

A simple Tkinter app that fetches random Kanye West quotes using the API and displays them in the window.

api python tkinter

Last synced: 19 Feb 2025

https://github.com/mostafahima/iss-notifier

A Python-based ISS tracking tool using APIs to send email notifications when the satellite passes overhead during nighttime.

api requests stmp stmplib

Last synced: 19 Feb 2025

https://github.com/mostafahima/an-oop-application-for-learning-purposes

An OOP application in Python for managing bank accounts and students, supporting banking operations and determining student success based on grades.

oop practice practice-project

Last synced: 19 Feb 2025

https://github.com/mostafahima/employee-management-system

A training project to apply OOP concepts in Python, allowing employee management with add, update, delete, and salary reports.

oop oop-python practice practice-oop

Last synced: 19 Feb 2025

https://github.com/mostafahima/quiz-application

This Python quiz app uses Tkinter for the GUI, retrieves questions via API, tracks the score, and displays results.

api python requests tkinter tkinter-gui tkinter-python

Last synced: 19 Feb 2025

https://github.com/mostafahima/ping-pong-game

A Python Ping Pong game using Turtle, with two paddles, a bouncing ball, and a scoring system for two players.

game ping-pong python3 turtle

Last synced: 19 Feb 2025

https://github.com/mostafahima/smart-stock-tracker

An interactive tool using APIs to fetch stock data and prices, display the latest news, and send a detailed report via email using SMTP.

api requests-library-python smtplib tracker

Last synced: 19 Feb 2025

https://github.com/mostafahima/phonetic-converter-tool

Converts user-input words into NATO phonetic alphabet codes using a CSV-based dictionary, with error handling for invalid characters.

python

Last synced: 19 Feb 2025

https://github.com/mostafahima/prime-number-checker

Python program that checks if input numbers are prime and prints the result for each number individually.

math-library practice-programming practice-python prime-numbers

Last synced: 19 Feb 2025

https://github.com/mostafahima/price-tracker-bot

A price tracking tool that scrapes product prices using BeautifulSoup and sends email alerts when prices drop below a target.

beautifulsoup scraping-python

Last synced: 19 Feb 2025

https://github.com/mostafahima/flash-cards-application

A Flash Cards app built with Python and Tkinter, helping users learn English words with delayed Arabic translations.

csv pandas-python practice-programming tkinter-python

Last synced: 19 Feb 2025

https://github.com/mostafahima/snak-game

This is a simple Snake game built using Python and the `turtle` module. The game allows the player to control the snake, eat food to grow, and avoid colliding with the walls or itself.

python snak snake-game turtle turtlepython

Last synced: 19 Feb 2025

https://github.com/mostafahima/flask-blog

A blog project built with Flask, allowing users to create, edit, and share posts easily with a responsive user interface.

flask sqlalchemy

Last synced: 19 Feb 2025

https://github.com/mostafahima/guess-number-game

The Guess Number Game is a fun Python game where players guess a random number with different difficulty levels and feedback.

guessing-game python random script

Last synced: 19 Feb 2025

https://github.com/mostafahima/work-timer-app

This is a Python Tkinter-based training project simulating the Pomodoro Technique, alternating work and break periods for time management.

pomodoro-timer python tkinter

Last synced: 19 Feb 2025

https://github.com/mostafahima/turtle-dot-pattern-generator

The project generates a pattern of random colored dots arranged in rows using Python's turtle graphics module.

dot-pttern python turtle

Last synced: 19 Feb 2025

https://github.com/mostafahima/cafe-spot

The project uses Flask and Bootstrap to create a website for adding and displaying cafe data, with a form for input and storage.

bootstrap flask

Last synced: 19 Feb 2025

https://github.com/mostafahima/fittrack-by-nutritionix

FitTrack is a web app that tracks exercises, calculates calories burned, and stores workout data in Google Sheet

api

Last synced: 19 Feb 2025

https://github.com/mostafahima/hangman-game

A simple Python Hangman game where players guess letters to reveal a hidden word before running out of lives.

hangman pyfiglet python python-script random

Last synced: 19 Feb 2025

https://github.com/mostafahima/billboard-hot-100-to-spotify-playlist

This Python script allows you to travel back in time and create a Spotify playlist of the Billboard Hot 100 songs for any specified date.

api api-client beautifulsoup billboards-hot-100 python-dotenv requests spotipy-library

Last synced: 19 Feb 2025