{"id":27275441,"url":"https://github.com/limafresh/ctkfiledialog","last_synced_at":"2025-04-11T15:55:58.816Z","repository":{"id":287020213,"uuid":"963340778","full_name":"limafresh/CTkFileDialog","owner":"limafresh","description":"Unofficial file dialog for CustomTkinter","archived":false,"fork":false,"pushed_at":"2025-04-09T14:29:37.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T15:40:48.410Z","etag":null,"topics":["custom-widget","custom-window","customtkinter","customtkinter-file-dialog","customtkinter-widgets","filebrowser","filedialog"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/limafresh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-04-09T14:28:08.000Z","updated_at":"2025-04-09T14:33:04.000Z","dependencies_parsed_at":"2025-04-09T15:41:56.759Z","dependency_job_id":"8a5914ea-6767-42ce-b04f-7ee1132d62c3","html_url":"https://github.com/limafresh/CTkFileDialog","commit_stats":null,"previous_names":["limafresh/ctkfiledialog"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limafresh%2FCTkFileDialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limafresh%2FCTkFileDialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limafresh%2FCTkFileDialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limafresh%2FCTkFileDialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limafresh","download_url":"https://codeload.github.com/limafresh/CTkFileDialog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248437037,"owners_count":21103331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["custom-widget","custom-window","customtkinter","customtkinter-file-dialog","customtkinter-widgets","filebrowser","filedialog"],"created_at":"2025-04-11T15:55:58.252Z","updated_at":"2025-04-11T15:55:58.797Z","avatar_url":"https://github.com/limafresh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CTkFileDialog\nUnofficial file dialog for CustomTkinter.\n\n![Screenshot](https://raw.githubusercontent.com/limafresh/CTkFileDialog/main/screenshot1.png)\n\n![Screenshot](https://raw.githubusercontent.com/limafresh/CTkFileDialog/main/screenshot2.png)\n\n## How to use?\nDownload and place the CTkFileDialog folder into your script folder.\n\n### Open file\n```python\ndialog = CTkFileDialog(root, save=False)\nif dialog.path:\n    print(dialog.path)\n```\n\n### Save file\n```python\ndialog = CTkFileDialog(root, save=True)\nif dialog.path:\n    print(dialog.path)\n```\n\n## Arguments\n| Argument | Description |\n| ---------------- | ------------ |\n| **width** | dialog window width |\n| **height** | dialog window height |\n| **initialdir** | initial dir |\n| **title** | dialog window title |\n| **save** | `save=False` if open file, `save=True` if save file |\n| **save_extension** | Save extension, for example save_extension=\".txt\" |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimafresh%2Fctkfiledialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimafresh%2Fctkfiledialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimafresh%2Fctkfiledialog/lists"}