Coder Social home page Coder Social logo

print-automation's Introduction

Desktop Application Project for Automation

Index

Description

Desktop Application Project + RPA (Robotic Process Automation) to automate login in Amazon website and print the best-selling products using Python + pyautogui + tkinter.

Application interface:

The project consists of automating the following process:

01. Press the Windows key;
02. Write chrome;
03. Press enter;
04. Press win + up to maximize the screen;
05. Write the website URL;
06. Press enter;
07. Click the mouse pointer on button 3 for login;
08. Write e-mail;
09. Press enter;
10. Write password;
11. Press enter;
12. Click on the position of image_0.png;
13. Click on the position of image_1.png;
14. Identify the position of image_2.png and start a 6x Loop to obtain a print of each session;
    11.1. Screenshot;
    11.2. Click button.
15. Return to top of page;
16. Position the mouse over the login area;
17. Logout on website;
18. Open screenshots.

OBS: The generated prints will be stored in the "prints" folder.

Screenshot generated:

Resources

Python 3.12.4

Python libraries: 
  - pyautogui
  - tkinter
  - time
  - threading
  - os
  - subprocess

Browser: Chrome

Installation

to install Python 3.12.4 access:

python.org

to install pyautogui run:

python3 -m pip install pyautogui

To install others libraries run:

python3 pip install tkinter, time, threading, os, subprocess

Execution

  1. Run the "interface.py" file:
python3 interface.py
  1. Enter a valid account to log in Amazon website;

  2. Click on the run button and wait for the automation.

Author

André Medeiros

Contribution to the project Print Automation

Tutorial on Youtube

References

Official pyautogui documentation

License

This project is licensed under the MIT License - see LICENSE.md for more details.

print-automation's People

Contributors

andreemedeiros avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.