https://github.com/mtrajk/python-projects
Collection of my scripts, apps and modules written in Python
https://github.com/mtrajk/python-projects
api ebay-api fyle python scripts sdk-python
Last synced: 4 months ago
JSON representation
Collection of my scripts, apps and modules written in Python
- Host: GitHub
- URL: https://github.com/mtrajk/python-projects
- Owner: MTrajK
- License: mit
- Created: 2019-05-10T19:26:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T18:32:46.000Z (almost 5 years ago)
- Last Synced: 2025-04-28T12:04:41.382Z (5 months ago)
- Topics: api, ebay-api, fyle, python, scripts, sdk-python
- Language: Python
- Size: 93.8 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python projects
Collection of scripts, apps, and modules written in Python by me.## Description
You can find a README with detailed description about the projects inside them.
- [boilerplate](https://github.com/MTrajK/python-projects/tree/master/boilerplate) - Simple boilerplate for a Python project.
- [Fyle SDK](https://github.com/MTrajK/python-projects/tree/master/Fyle%20SDK) - Python SDK for accessing Fyle APIs.
- [pizzabot](https://github.com/MTrajK/python-projects/tree/master/pizzabot) - Simple pizzabot project which finds the path to all houses (just an exercise, no real-world usage).
- [eBay API](https://github.com/MTrajK/python-projects/tree/master/eBay%20API) - A script that extracts a list of active eBay listings from an eBay seller using the eBay API.
- [SureDone API](https://github.com/MTrajK/python-projects/tree/master/SureDone%20API) - A script that uploads a file to SureDone using the SureDone API.
- [Puzzle 15](https://github.com/MTrajK/python-projects/tree/master/Puzzle%2015) - Implementation of the "Puzzle 15" game.
- [JSON Editing](https://github.com/MTrajK/python-projects/tree/master/JSON%20Editing) - Tool for editing a simple MK-EN dictionary in JSON.
- [Other](https://github.com/MTrajK/python-projects/tree/master/Other) - Some smaller scripts.