Skip to content

Using Python and it's framework Selenium Webdriver I made this program capable of setup some webpages by itself. It allowed me to save 1h per week.

Notifications You must be signed in to change notification settings

HenriqueSaKi/OxynG5-AUT-SCREEN

Repository files navigation

OxynG5 - Screen Automation


      Using Python, I created this program capable of setup some webpages by itself. It helps me saving 15 minutes of my daily routine at work.

Summary 📌

  • Frameworks
  • Requiriments
  • Installation Guide
  • Links
  • Run Application

Frameworks 💻

      To be succeeded in this project I had to use some Python frameworks, like:

  • Datetime
    • Timedelta
  • Pyautogui
  • Selenium
    • ActionChains
    • Expected_Conditions
    • Webdriver
    • WebDriverWait
  • Time
  • OS
      Observation: Don't worry about installation, because it's going to be presented in the following topics.

Requiriments 📝

      To run the program is important to have these programs and frameworks installed in your machine.

Program

  • Python 3.8.3
  • Visual Studio Code 1.47

Libraries

  • Datetime
  • Pyautogui
  • Selenium

Installation Guide 📖

  • Programs:
          Accessing Python or Visual Studio Code website, you can easily download it's executable file and install.       Would you like to install it in another OS? Click here for install Visual Studio Code and here for Python.

  • Frameworks:
          The following steps will present the basic form about how to install all libraries included in it's project in your Windows OS.
          1- Press win + r
          2- Access your current path(where your scripts are installed) using the command cd <current path>
          3- Inside your current path, execute the command pip install -r requirements.txt
          4- Press enter and wait installation process

Links 🔗

Program

Libraries

Run Application ▶️


      First of all, the program have to have a account configured into each "TelaX.py". So, you'll need to modify the code, like represented below in rows highlighted with the breakpoint:

      After followed the steps until here, there are two ways to run the application:
      Clicking on it and executing with "python", like the example below:


      Or transforming main script into a standalone program. Bellow there are some steps explaining how do you can do it.
      1- Press win + r
      2- Access your current path(where your scripts are installed) using the command cd <current path>
      3- Inside your current path, execute the command pyinstaller <main file.py> --onefile --icon=oxyn.ico
      4- Double click the program inside "dist" folder.

      Now, you just have to wait the program execute its function.

Document developed in HTML5 and Markdown by Henrique S. Kisaki

About

Using Python and it's framework Selenium Webdriver I made this program capable of setup some webpages by itself. It allowed me to save 1h per week.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages