You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-21Lines changed: 9 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
-[Source of Inspiration](#source-of-inspiration)
13
13
-[Screen captures](#screen-captures)
14
14
-[How to get started?](#how-to-get-started)
15
-
-[How to deploy to Fly.io?](#how-to-deploy-to-flyio)
15
+
-[How to deploy?](#how-to-deploy)
16
16
-[Issues/Contribution](#issuescontribution)
17
17
18
18
@@ -30,7 +30,7 @@ I just added my personal UI touch and included more comments in the code :)
30
30
### Screen captures
31
31
This tool has two versions: One using a [GridView](https://flet.dev/docs/controls/gridview) to display the colors, and another using a [ListView](https://flet.dev/docs/controls/listview) in [Tabs](https://flet.dev/docs/controls/tabs).
32
32
33
-
Below are some captures I made of the tool in execution.
33
+
Below are some OLD captures I made of the tool in execution.
34
34
35
35
-_**Version 1:**_
36
36
-_Dark Mode_
@@ -62,35 +62,23 @@ Below are some captures I made of the tool in execution.
62
62
63
63

64
64
65
-
**Second-Easiest Way:** You can just download an archive(for Windows, macOS and Linux only) from the [releases](https://github.com/ndonkoHenri/Flet-Color-Browser/releases) section, extract this and run the standalone executable file(~25Mo) found in it.
66
-
65
+
**Second-Easiest Way:**
66
+
- Try the app online from here:
67
+
- You can just download an archive(for Windows, macOS and Linux only) from the [releases](https://github.com/ndonkoHenri/Flet-Color-Browser/releases) section, extract this and run the standalone executable file(~25Mo) found in it.
67
68
68
69
**Hardest Way:**
69
70
- Start by cloning and unzipping this repo: [how-to](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)
70
71
- Enter the directory
71
72
72
73
cd Flet-Color-Browser
73
-
- Install the requirements(only Flet is required):
74
-
`pip install flet`
74
+
- Install the requirements:
75
+
`pip install requirements.txt -r`
75
76
- Run the `main.py` file
76
77
77
78
python main.py
78
79
79
-
### How to deploy to Fly.io?
80
-
81
-
A detailed version of how to deploy [Flet](https://github.com/flet-dev/flet) apps on [Fly.io](https://fly.io/) could be found <u>[here](https://flet.dev/docs/guides/python/deploying-web-app/fly-io)</u>.
82
-
83
-
Deploy:
84
-
85
-
flyctl deploy
86
-
87
-
Check deployment:
88
-
89
-
flyctl status
90
-
91
-
Re-deploy:
92
-
93
-
flyctl deploy --no-cache
80
+
### How to Deploy?
81
+
See [this](https://ndonkohenri.medium.com/deploying-a-flet-app-for-free-on-cloudflare-pages-e56ecc6ce450) article to deploy this flet app and all others you have for freeee.
0 commit comments