https://github.com/therealcyber71/Discord-Lite
Python3 and pip
python3 -m pip install pyinstaller pythonnet==3.0.0a2 clr-loader==0.1.7
# or
python -m pip install pyinstaller pythonnet==3.0.0a2 clr-loader==0.1.7
https://discord.com/assets/ec2c34cadd4b5f4594415127380a85e6.ico
- Download
DiscordLite.py
&icon.ico
and run:
pyinstaller --onefile -w --icon=icon.ico DiscordLite.py
- Download
DiscordLite-mod.py
&icon.ico
and run:
pyinstaller --onefile -w --icon=icon.ico DiscordLite-mod.py
- Your fresh exe will be in the
dist
folder. you can copy it to wherever youd like
use https://www.base64encode.org/ to easily encode
The custom CSS is already encoded on line 5 but if you want to do it yourself just remove line 5 & uncomment line 4 and:
(you can also just decode the junk on line 5 to confirm its not sus instead of doing all the other shit and just build)
- Base64 encode all of this (amoled-cord) and this at the bottom
div[class^="drawerSizingWrapper-"] {
width: 75% !important;
}
- Remove any
=
characters from the end of the output - Replace
BASE64_ENCODED_CSS_HERE
with the encoded junk - Run
pyinstaller
command