Skip to content
View RamonWill's full-sized avatar
πŸ”§
πŸ”§
  • London, UK

Block or report RamonWill

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
RamonWill/README.md

Hey there, I'm Ramon! πŸ‘‹

Ramon Williams | YouTube Ramon Williams | Linkedin

  • πŸ’¬ Feel free to reach out to me on the above platforms

ReadMe Card

πŸ“ˆ My Github Stats:

RamonWill's github stats

Top Langs

Languages and Tools:

Github

Pinned Loading

  1. RamonWill RamonWill Public

    Ramon Williams Portfolio

    3

  2. WordSmith WordSmith Public archive

    Password cracking software written in python using Tkinter. Supports rar and zip files.

    Python 16 10

  3. PortfolioAce PortfolioAce Public archive

    A Fund Administration Application created in C#

    C#

  4. price-comparison-project price-comparison-project Public archive

    A webscraper for the Django Framework that compares the product prices for various UK supermarkets

    Python 91 32

  5. The code from my video on how to vie... The code from my video on how to view an excel file or Pandas Dataframe inside Tkinter (with comments)
    1
    # Youtube Link: https://www.youtube.com/watch?v=PgLjwl6Br0k
    2
    
                  
    3
    import tkinter as tk
    4
    from tkinter import filedialog, messagebox, ttk
    5