Skip to content

Commit ffcb086

Browse files
Vibe coded the gui updates...and it seems to look nice at least
1 parent 9e86715 commit ffcb086

4 files changed

Lines changed: 1711 additions & 238 deletions

File tree

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,8 @@ decrypt, just in case something goes wrong!**
2828
where `4567asd8fasdf67asdf` is the encrypted part, the filename must be
2929
renamed to exclude the `path_to_encypted_file_` portion. Otherwise rclone will
3030
complain about invalid encryption names.
31-
* Windows is _not_ currently supported, although it probably would not take very
32-
much work to get it there. I do not have ready access to a windows environment
33-
on which to test.
34-
* I'd love to make the GUI look more modern, but most solutions involve a style
35-
which seems incompatible with
36-
[tkinterdnd2](https://github.com/Eliav2/tkinterdnd2) which provides the drag
37-
and drop feature.
31+
* Windows is supported thanks to the cross-platform nature of Flet.
32+
* The GUI has been modernized using [Flet](https://flet.dev/), providing a cleaner look and better cross-platform support.
3833

3934
## Installation
4035
```
@@ -46,8 +41,7 @@ pip3 install rclone-decrypt
4641
* `rclone` must be installed and in `$PATH`
4742

4843
### Python environment
49-
* `Python >= 3.8.1`
50-
* `Python-tk` must be installed if using the GUI
44+
* `Python >= 3.10`
5145

5246
### Executable
5347
**UNDER DEVELOPMENT** An OSX `.app` is generated but is currently untested.

0 commit comments

Comments
 (0)