{"id":21985264,"url":"https://github.com/dahas/python_gui_boilerplate","last_synced_at":"2026-04-09T08:02:28.974Z","repository":{"id":62990947,"uuid":"564285709","full_name":"dahas/python_gui_boilerplate","owner":"dahas","description":"Building a cross-plattform GUI with Python, Flask, Django and TailwindCSS","archived":false,"fork":false,"pushed_at":"2022-11-10T13:41:04.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T05:15:43.536Z","etag":null,"topics":["django","flask","nodejs","python","tailwindcss-v3"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dahas.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}},"created_at":"2022-11-10T11:46:27.000Z","updated_at":"2022-11-10T13:26:26.000Z","dependencies_parsed_at":"2023-01-23T16:30:15.203Z","dependency_job_id":null,"html_url":"https://github.com/dahas/python_gui_boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahas%2Fpython_gui_boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahas%2Fpython_gui_boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahas%2Fpython_gui_boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dahas%2Fpython_gui_boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dahas","download_url":"https://codeload.github.com/dahas/python_gui_boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245044584,"owners_count":20551902,"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":["django","flask","nodejs","python","tailwindcss-v3"],"created_at":"2024-11-29T18:13:13.967Z","updated_at":"2026-04-09T08:02:28.885Z","avatar_url":"https://github.com/dahas.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Building GUIs for Windows, Mac or Linux\n## ... with Python, Flask, Django and TailwindCSS\n## ... on a Windows machine.\n\n#### Basic requirements\n\n- Latest Python\n- Latest NodeJS\n\n#### Step by step setup\n\nCreate a folder:\n```\n$ mkdir your_folder\n```\n\nEnter the folder:\n```\n$ cd your_folder\n```\n\nClone the repository (don´t forget the dot at the end!):\n```\n$ git clone https://github.com/dahas/python_gui_boilerplate.git .\n```\n\nMake sure Python is installed. Otherwise install it now: \n```\n$ python --version\n```\n\nCreate a virtual environment:\n```\n$ pip install virtualenv\n$ python -m venv env\n```\n\nActivate the virtual environment:\n```\n$ .\\env\\Scripts\\activate\n```\n*(To deactivate simply enter 'deactivate' in the console)*\n\nInstall dependencies:\n```\n$ pip install flask flaskwebgui pyinstaller firebase-admin\n```\n\nExport requirements (needed later):\n```\n$ pip freeze \u003e requirements.txt\n```\n\nInstall yarn:\n```\n$ npm install -g yarn\n```\n\nInstall dependencies:\n```\n$ yarn install\n```\n\nInitialize TailwindCss:\n```\n$ yarn tailwindcss init\n```\n\nRun css watcher:\n```\n$ yarn watch\n```\n\nRun local webserver:\n```\n$ yarn run-app\n```\n\nVisit http://127.0.0.1:5000 in the browser to check the result.\n\n#### Author\nMartin J. Wolf\n\n#### License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahas%2Fpython_gui_boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdahas%2Fpython_gui_boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahas%2Fpython_gui_boilerplate/lists"}