Skip to content
View AmrHelmy0's full-sized avatar

Block or report AmrHelmy0

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
AmrHelmy0/README.md

πŸ‘‹ Hi, I’m Amr Helmy

πŸ’Ό Tax Accountant | 🐍 Python Automation Developer | πŸ“Š Finance & Tax Automation Specialist


πŸš€ About Me

  • I work as a Tax Accountant with strong knowledge of the Egyptian Tax Law (Law 91 of 2005).
  • I use Python + Excel to build automation tools for:
    • Processing and reconciling tax data
    • Automating electronic invoice submission
    • Extracting and analyzing data from files and emails
  • My goal: Automate repetitive accounting and tax tasks to save time and improve accuracy

πŸ”§ Tools & Technologies

  • Python (pandas, openpyxl, win32com, requests)
  • Excel VBA & Formulas
  • SQL & Databases (for data management)
  • Power BI (for reporting & analytics)

πŸ“Œ Projects I’ve Worked On

  • 🧾 Script for uploading invoices to the Egyptian e-invoicing system
  • πŸ“‚ Tool to automatically extract attachments from Outlook emails
  • πŸ“Š Program to reconcile trial balance with financial position statements
  • 🏦 Tax depreciation and corporate tax automation scripts

πŸ–₯️ Showcase (Practical Examples)

πŸ”Ή 1- Uploading Electronic Invoices

from functions import Get_Token, Post_Document
from openpyxl import load_workbook

# Simple example: Upload invoices from Excel
token = Get_Token()
wb = load_workbook("invoices.xlsx")
sheet = wb.active

for row in sheet.iter_rows(min_row=2, values_only=True):
    invoice = {"id": row[0], "amount": row[1]}
    Post_Document(token, invoice)

Popular repositories Loading

  1. AmrHelmy0 AmrHelmy0 Public

  2. mokkapps mokkapps Public

    Forked from Mokkapps/mokkapps

    My GitHub profile README which is automatically updated. Please ⭐️ if you like it

    JavaScript

  3. Paython Paython Public

    Python 1