A lightweight version of discord
- Less RAM Usage 🎟
- Less Storage Needed 💾 (83.33% SMALLER THAN DISCORD)
Lilcord uses "pywebview", a lightweight package for creating desktop gui's with webview.
pywebview is basically electron but without the bloat.
Install the necessary libraries:
pip install pywebview
Copy the git:
git clone https://github.com/deb-its/Lilcord.git
Open src/app.py
and you can modify it there! (Don't worry there are comments to help you.)