![silly-gui-icon](https://i.goopics.net/tou3jl.png)
# Flask for desktop
_Build a desktop application with flask._
_All you need is to add the provided file, and Flask for desktop in your dependencies_
## How it works in a few words
Basicaly, when the app is launched, Flask for desktop runs the flask server alongside a desktop window and/or the main browser of the user's system.
The user's experience is similar with an 'electron' application, but there, it is python inside instead of JS.
## How to do it
### 1. Code your flask app as usual
### 2. Installation
```
pip install flask-fd
```
### 3. get the files
If you start your app from scratch:
```sh
flask-fd plop starter
```
If you've already done your app and just want to convert it:
```sh
flask-fd plop converter
```
This one will give you a file that you'll just have to configure following
the steps in the comments.
The file appear in your current working directory.
Fill the parameters in the given file.
Raw data
{
"_id": null,
"home_page": "https://github.com/byoso/flask_for_desktop",
"name": "flask-fd",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "flask desktop gui",
"author": "Vincent Fabre",
"author_email": "peigne.plume@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/55/40/0530a3b1a8b3cf980507c758c58acc7dc4d37225815c11897b173275d149/flask-fd-1.1.2.tar.gz",
"platform": null,
"description": "![silly-gui-icon](https://i.goopics.net/tou3jl.png)\n\n# Flask for desktop\n\n_Build a desktop application with flask._\n_All you need is to add the provided file, and Flask for desktop in your dependencies_\n\n\n\n## How it works in a few words\n\nBasicaly, when the app is launched, Flask for desktop runs the flask server alongside a desktop window and/or the main browser of the user's system.\n\nThe user's experience is similar with an 'electron' application, but there, it is python inside instead of JS.\n\n## How to do it\n\n### 1. Code your flask app as usual\n\n\n### 2. Installation\n\n```\npip install flask-fd\n```\n\n### 3. get the files\nIf you start your app from scratch:\n\n```sh\nflask-fd plop starter\n```\nIf you've already done your app and just want to convert it:\n\n```sh\nflask-fd plop converter\n```\nThis one will give you a file that you'll just have to configure following\nthe steps in the comments.\n\nThe file appear in your current working directory.\nFill the parameters in the given file.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Use flask to create desktop applications",
"version": "1.1.2",
"split_keywords": [
"flask",
"desktop",
"gui"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c5de377d8a0ee95ec380f9ea039798259dae508d9a229de6e653564ffe0a50d9",
"md5": "a410581523adc7212299ec57193113c4",
"sha256": "387762fe04035c25cac6ce2781d95b20027dce8ffc4d519ccafe5b687f514d6a"
},
"downloads": -1,
"filename": "flask_fd-1.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a410581523adc7212299ec57193113c4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 26145,
"upload_time": "2023-04-17T14:18:37",
"upload_time_iso_8601": "2023-04-17T14:18:37.644101Z",
"url": "https://files.pythonhosted.org/packages/c5/de/377d8a0ee95ec380f9ea039798259dae508d9a229de6e653564ffe0a50d9/flask_fd-1.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "55400530a3b1a8b3cf980507c758c58acc7dc4d37225815c11897b173275d149",
"md5": "92283884ff86e0ce39404c64ced9f38a",
"sha256": "6d6f924010ba957db9a7d298c223feb555313605e9312a6efef515a372c7eb58"
},
"downloads": -1,
"filename": "flask-fd-1.1.2.tar.gz",
"has_sig": false,
"md5_digest": "92283884ff86e0ce39404c64ced9f38a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 18904,
"upload_time": "2023-04-17T14:18:39",
"upload_time_iso_8601": "2023-04-17T14:18:39.499467Z",
"url": "https://files.pythonhosted.org/packages/55/40/0530a3b1a8b3cf980507c758c58acc7dc4d37225815c11897b173275d149/flask-fd-1.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-17 14:18:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "byoso",
"github_project": "flask_for_desktop",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "flask-fd"
}