Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raelzeraxd/bot_excel
a excel automation in python using openpyxl and pyautogui
https://github.com/raelzeraxd/bot_excel
Last synced: 9 days ago
JSON representation
a excel automation in python using openpyxl and pyautogui
- Host: GitHub
- URL: https://github.com/raelzeraxd/bot_excel
- Owner: RaelzeraXD
- License: mit
- Created: 2023-11-30T17:44:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-11T18:52:25.000Z (11 months ago)
- Last Synced: 2023-12-11T19:44:53.055Z (11 months ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bot_excel
a excel automation in python using openpyxl and pyautogui that take each line from xlsx file and insert into a program## how it works?
**program.py** - a simple GUI to represent some program that you have in your company or something like that
**app.py** - reads the file tables.xlsx and insert each line into the program.py
**mouse.py** - this is a file that i used to get the coordinates for the pyautogui, if the program dont work really well in your machine use this file to get the correct coordinates and replace in the app.py## how to use?
* git clone https://github.com/RaelzeraXD/bot_excel
* cd bot_excel
* pip3 install -r requirements.txt
* ./program.py
* ./app.pyafter execute the app.py click on the window program.py
## problems
if you are running in linux execute this command to avoid x11 problems
* xhost +local:$USERin some distributions the package manager dont let you execute the pip3 without using the virtual enviroment to avoid that, you can use at your own risks the follow command
* pip3 install -r requirements.txt --break-system-packages