{"id":15586302,"url":"https://github.com/canciucostin/tkinter-file-collector","last_synced_at":"2026-04-27T12:02:17.675Z","repository":{"id":42755201,"uuid":"277904334","full_name":"CanciuCostin/tkinter-file-collector","owner":"CanciuCostin","description":"GUI based file uploader using tkinter","archived":false,"fork":false,"pushed_at":"2023-03-05T05:35:40.000Z","size":25500,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T09:16:07.448Z","etag":null,"topics":["api-rest","file-sharing","file-upload","node","node-js","nodejs","python","rest","tkinter","tkinter-graphic-interface","tkinter-gui","tkinter-python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CanciuCostin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-07T19:26:29.000Z","updated_at":"2020-07-17T09:09:27.000Z","dependencies_parsed_at":"2025-02-03T23:41:16.803Z","dependency_job_id":"0de8e698-157b-4c37-8802-b4b4b3d7392d","html_url":"https://github.com/CanciuCostin/tkinter-file-collector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CanciuCostin/tkinter-file-collector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanciuCostin%2Ftkinter-file-collector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanciuCostin%2Ftkinter-file-collector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanciuCostin%2Ftkinter-file-collector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanciuCostin%2Ftkinter-file-collector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CanciuCostin","download_url":"https://codeload.github.com/CanciuCostin/tkinter-file-collector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanciuCostin%2Ftkinter-file-collector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-rest","file-sharing","file-upload","node","node-js","nodejs","python","rest","tkinter","tkinter-graphic-interface","tkinter-gui","tkinter-python"],"created_at":"2024-10-02T21:21:47.636Z","updated_at":"2026-04-27T12:02:17.646Z","avatar_url":"https://github.com/CanciuCostin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tkinter File Collector\n![Python][python-shield]\n\nGUI based file uploader using tkinter\n\n![](demo.gif)\n\nCollect files from client and send them to a server using multipart form POST requests.\n## Build\n\n```\npyinstaller --onefile FileCollector.py\n```\n\n## Usage example\n\n1. Ensure your server is up and listening for requests. You can use a dummy nodejs server:\n```\nnode DummyServer.js\n```\n2. Run the python application\nSource:\n```\npython FileCollector.py\n```\n or\nWindows executable:\n```\n.\\dist\\FileCollector.exe\n```\n\n## Prerequisites\n\n```\npip install urllib3\n```\n\n\u003c!-- Markdown link \u0026 img dfn's --\u003e\n[python-shield]: https://img.shields.io/badge/python-3.8.3-green\n\n## Customize:\n\n* Change your API url inside the post() method:\n```\nurl=\"http://localhost:8080/upload\"\n```\n* Change your form field name and request body inside the post() method:\n```\npayload = \"------WebKitFormBoundary7MA4YWxkTrZu0gW\\r\\nContent-Disposition: form-data; name=\\\"fileupload\\\"; filename=\\\"{0}\\\"\\r\\nContent-Type: text/plain\\r\\n\\r\\n{1}\\r\\n------WebKitFormBoundary7MA4YWxkTrZu0gW--\".format(fileName,fileContent)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcanciucostin%2Ftkinter-file-collector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcanciucostin%2Ftkinter-file-collector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcanciucostin%2Ftkinter-file-collector/lists"}