- Python (programming)
- Object-oriented programming (OOP) (Encapsulation, Abstraction, Inheritance, and Polymorphism)
- Exception Handling
- Flask
- Databases: SQLite using SQLAlchemy (development) and PostgreSQL (production)
- HTML
- CSS
- Javascript
- Bootstrap
- Jinja2 (For templating)
- Heroku (Website Deployment)
- Selenium : for website flow testing
- BeatufilSoup : for Scraping the Web data
- Pandas & Csv : for creating and manipulating Excel files .
- Numpy : mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more. Interoperable
- matplot : creating static, animated, and interactive visualizations in Python
- Tkinter : for creating GUI Apps
- pillow : Python Imaging Library
- Open Cv : provides a real-time optimized Computer Vision library, tools, and hardware.
- Request : API Requests
- qrcode : for creating a unique Qrcodes .
- urlshortners: for creating short urls
. ├── API_projects │ ├── habbit-tracker │ ├── ISS │ ├── Kayne-tkinter-app │ ├── pdf-to-audio │ ├── Quizly_app │ ├── stock_track │ ├── sunset │ ├── Trave_deals_app │ ├── weather_detecting │ └── Workout_tracking ├── Automate_Projects │ ├── best-program-laguage-matplot │ ├── Birthday_Wisher │ ├── file_manipulation │ ├── find_Duplicates │ ├── Format_Name │ ├── grouping-data │ ├── lego-matplot │ ├── Mail Merge Project Start │ ├── Motivation_Quote │ ├── NATO-alphabet-start │ ├── squirel │ ├── university-pandas │ ├── us-states-game-start │ └── weather-learning ├── console_games │ ├── Blackjack │ ├── Caesar-Cipher │ ├── Calculator │ ├── Coffee_machine_V2 │ ├── Coffe_Machine │ ├── GuessNumber │ ├── Hangman_Game │ ├── HigherLowerGame │ ├── PasswordGenerator │ ├── QuizGame │ └── SecretAuction ├── extracting_&_drawing_picture │ ├── hirst_painting.py │ └── spot-pic.jpeg ├── Flask_apps │ ├── angela-start-blog │ ├── Best_Buy_Shopping │ ├── blog_start │ ├── blueprint │ ├── coffe_review │ ├── favicon-32x32.png │ ├── higher-lower-game │ ├── home-login-register │ ├── html_creator │ ├── html_forum │ ├── library │ ├── login-wtf-form │ ├── main_blog │ ├── omar-card │ ├── recaptcha_ │ └── top-movies ├── Gui_Games │ ├── etch_&_sketch_game │ ├── snake_game │ ├── turtle-crossing-game │ ├── turtle_designs │ └── turtles_race_game ├── mysql │ └── first_project ├── Notification │ ├── advanced_email_manager.py │ ├── email_manager.py │ ├── Email-Verification-Gmail-template.html │ ├── notification_manager.py │ ├── __pycache__ │ └── whatsapp_manager.py ├── Open-cv-projects │ └── watermark.py ├── pillow_projects │ ├── add_watermarks_to_pictures.py │ ├── black_&_white.py │ ├── convert_extensios.py │ ├── filter_pics.py │ ├── resize_pics.py │ ├── rotate_pics.py │ └── to_asci_converter_pics.py ├── PYTUBE-projects │ ├── __init__.py │ └── main.py ├── RESTful-api-apps │ ├── cafe-app │ └── warehouse ├── Selenium_apps │ ├── Big-cookie │ ├── Data-Entry │ ├── instagram-followers │ ├── linkeldln-add-certificate │ ├── linkeldn-easy-apply-job │ ├── meta-keyword │ ├── tinder-like │ ├── twitter-complain │ └── wikipedia ├── sockets_apps │ └── first ├── Soup_apps │ ├── Amazon-headset-price │ ├── best_movies │ ├── spotify_playlist │ ├── Web_Scrape │ ├── wuzzuf-jobs │ └── ycombinater_news ├── Tkinter-apps │ ├── Converter-App │ ├── Flip │ ├── Password-Manager-App │ └── Pomadora-App └── web_dev_projects └── Tindog-website
Used Postman to help me to test my program and write the Documentation
