Abdalla-Elsayed1 / Embded-Systems-Diploma-Tasks

0 stars 0 forks source link

Python Code Review #1

Closed AladdinT closed 8 months ago

AladdinT commented 8 months ago

Session 1

Session 2

Session 3

Using os module

import os firefox_path = os.path.join("C:", "Program Files", "Mozilla Firefox", "firefox.exe")


- Python/Important Tasks/Installing VScode etensions using pyautogui/fl.py : 'pyautogui.locateCenterOnScreen()' method returns the position of the located image , use this position in 'pyautogui.click(position.x , position.y)' instead of using magic numbers.

Please un-comment or remove commented code. Add a readme.md that describes repo content.
Great effort , Keep going :smile: 
Abdalla-Elsayed1 commented 8 months ago

Done, Thanks for feedback