Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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