Fluffy - A Tinfoil and Goldleaf GUI

Fluffy
fluffy-intro.png




So what's different about Fluffy?

Fluffy is the first to introduce:
  • Goldleaf and Tinfoil Support.
  • USB and Network install with transfer rate and progress bar.
  • Display current install rate in MB/ for both USB and Network mode(Goldleaf & Tinfoil too)
  • Display current NCA name and count.
  • Transfer mode option switchable between "Normal" and "Safe".
  • Individual NSP selection (suggested by: ShadowHand, thanks!)
  • Show current NSP being installed
  • Switch connected indicator
  • USB 5.x Fix (Compatible with Firmware versions 5.x and below)
screenshot-fluffy-v240c.png


GitHub:
https://github.com/fourminute/Fluffy

Latest Releases
https://github.com/fourminute/Fluffy/releases

Recommended TinFoil.nro
https://github.com/fourminute/Fluffy/blob/master/Tinfoil.nro




How-To-Use
  • Download and Install Python 3 from https://www.python.org/downloads/. Ensure no previous version of Python is installed. This may cause an error "PyUSB not found". Do not use the 64-bit version of Python 3 with Fluffy.
  • Open Terminal/CMD
  • Run "pip3 install pyusb" and "pip3 install pyqt5" and "pip3 install libusb" and "pip3 install libusb1"
  • MacOS users must also run "brew install libusb". For more info on brew, head to https://brew.sh/.

Going forward,
I plan to support Fluffy for the foreseeable future.

I hope this tool can help anyone and everyone that uses it,
fourminute
 
Last edited by fourminute,

fourminute

Well-Known Member
OP
Member
Joined
Jan 15, 2019
Messages
170
Trophies
0
Age
34
XP
424
Country
United States
Well the toggle where your idea so I can't take credit for it.

Also intresting sidenote, I think it's my "skin" in KDE that makes it Frank-Fluffy. Because I just noticed my KDE start menu got the same colour.
As yo ucan see here @fourminute
https://i.imgur.com/rXJhglK.png

Oh yeah, I figured. But does the check box fix it?

--------------------- MERGED ---------------------------

No log nothing at all happens im on win 7 sp2 x86.
Try running it in IDLE(32-bit), click Run > Run Module.
 

linuxares

The inadequate, autocratic beast!
Global Moderator
Joined
Aug 5, 2007
Messages
13,303
Trophies
2
XP
18,151
Country
Sweden
Oh yeah, I figured. But does the check box fix it?

--------------------- MERGED ---------------------------


Try running it in IDLE(32-bit), click Run > Run Module.
Indeed it does, it makes it all blackish again! But don't you love the greyish black the KDE theme have tho? :3
 

linuxares

The inadequate, autocratic beast!
Global Moderator
Joined
Aug 5, 2007
Messages
13,303
Trophies
2
XP
18,151
Country
Sweden
Oh boy. I just installed KDE yesterday and removed it in 20 minutes because I remembered that I hated it. Now I'm on Budgie.
haha, I only went KDE because of Gnome 3 messing up everything! Especially making Youtube lag like a mofo even on 720p. Budgie is kind of nice, not sure if it's a powerhog. Else Mate is fantastic!
 
  • Like
Reactions: fourminute

fourminute

Well-Known Member
OP
Member
Joined
Jan 15, 2019
Messages
170
Trophies
0
Age
34
XP
424
Country
United States
haha, I only went KDE because of Gnome 3 messing up everything! Especially making Youtube lag like a mofo even on 720p. Budgie is kind of nice, not sure if it's a powerhog. Else Mate is fantastic!
This is what mine look like. As you can see, no color problemos.
 

Attachments

  • Screenshot from 2019-01-26 16-59-53.png
    Screenshot from 2019-01-26 16-59-53.png
    8.6 MB · Views: 169

linuxares

The inadequate, autocratic beast!
Global Moderator
Joined
Aug 5, 2007
Messages
13,303
Trophies
2
XP
18,151
Country
Sweden
This is what mine look like. As you can see, no color problemos.
Indeed, you're running transparent and it's probably white. I think the "transparent" option in Plasma is black/grey. Or well I should say Manjaro since it's the same on Budgie (I had to try and gosh I remember why I hate Gnome without a ton of modifications)
 
  • Like
Reactions: fourminute
D

Deleted User

Guest
OK any version of 2.3.x will not load up on my pc and there is no log generated. Running Win 10 1810 also any version 2.2.1 and lower works. 2.3.1 just hourglass for a second and does not load, do I need to reboot?
 
Last edited by ,
D

Deleted User

Guest
Hi fourminute run module on latest build

Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 22:20:52) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>>
==================== RESTART: E:\ReiNX\fluffy\fluffy.pyw ====================
Traceback (most recent call last):
File "E:\ReiNX\fluffy\fluffy.pyw", line 30, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
>>>
 

fourminute

Well-Known Member
OP
Member
Joined
Jan 15, 2019
Messages
170
Trophies
0
Age
34
XP
424
Country
United States
Hi fourminute run module on latest build

Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 22:20:52) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>>
==================== RESTART: E:\ReiNX\fluffy\fluffy.pyw ====================
Traceback (most recent call last):
File "E:\ReiNX\fluffy\fluffy.pyw", line 30, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
>>>
I'm actually aware of this issue, I'm releasing a hotfix.

--------------------- MERGED ---------------------------

No log nothing at all happens im on win 7 sp2 x86.

Hi fourminute run module on latest build

Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 22:20:52) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>>
==================== RESTART: E:\ReiNX\fluffy\fluffy.pyw ====================
Traceback (most recent call last):
File "E:\ReiNX\fluffy\fluffy.pyw", line 30, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
>>>

The latest release 2.3.3 fixes this issue, it was an import error for an unsupported module. Turns out some systems don't have it and it resulted in a crash. I presumed it was included with Python 3 package.
 

AlternativeZero

Well-Known Member
Member
Joined
Apr 7, 2017
Messages
250
Trophies
0
XP
817
Country
having the same problem, no gui appears after installing the python stuff, not even on 2.3.3
Some users may receive the error "USB.Core No Backend Available". If you do, download this .DLL file https://github.com/fourminute/Fluffy/blob/master/libusb-1.0.dll and place it in the same directory as Fluffy.pyw.

If you still receive this error, you can try installing LibUSB: https://github.com/fourminute/Fluffy/blob/master/libusb-win32-devel-filter-1.2.6.0.exe.
I assume you're using windows which the github had additional instructions in case of it not working.
That's how I got it to work for me.
 

keven3477

Fresh Prince of Lemonade
Member
Joined
Jul 12, 2012
Messages
953
Trophies
0
Location
Somewhere i can never find.
XP
1,212
Country
United States
I assume you're using windows which the github had additional instructions in case of it not working.
That's how I got it to work for me.
I tried using those instructions but it still didn't work, however I did get a file to appear....
"
DEBUG:root:Fluffy Log: If you see nothing here. Good!
ERROR:root:No module named 'PyQt5'
Traceback (most recent call last):
File "C:\Users\Keven\Desktop\switch hacking\Fluffy\fluffy.pyw", line 51, in <module>
from PyQt5 import QtWidgets
ModuleNotFoundError: No module named 'PyQt5'
"
But like I said, I have already installed PyQt5
"
C:\Windows\System32>pip3 install pyqt5
Requirement already satisfied: pyqt5 in c:\users\keven\appdata\local\programs\python\python37-32\lib\site-packages (5.11.3)
Requirement already satisfied: PyQt5_sip<4.20,>=4.19.11 in c:\users\keven\appdata\local\programs\python\python37-32\lib\site-packages (from pyqt5) (4.19.13)
"
 
Last edited by keven3477,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    OctoAori20 @ OctoAori20: Nice nice-