Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squidkid-deluxe/amazon-searcher
Shortcuts amazon sneakiness
https://github.com/squidkid-deluxe/amazon-searcher
amazon gui python3 tkinter
Last synced: 8 days ago
JSON representation
Shortcuts amazon sneakiness
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/amazon-searcher
- Owner: squidKid-deluxe
- Created: 2020-05-30T23:46:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T23:50:58.000Z (over 4 years ago)
- Last Synced: 2024-11-14T16:45:27.611Z (2 months ago)
- Topics: amazon, gui, python3, tkinter
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon.py
A python3 script that, given data from the user by way of a GUI, generates a URL and opens that in a new browser tab if a browser is open, otherwise, opens a new browser window (default browser).
If no data is given, the script opens www.amazon.com.
All of the entry boxes are optional.
To run, type `python3 amazon.py`. If needed, use this instead, replacing the '.x' with your version of python: `python3.x amazon.py`
## Dependencies:
amazon.py:
- tkinter
- webbrowser