Skip to content

A lightweight version of discord

Notifications You must be signed in to change notification settings

deb-its/Lilcord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lilcord

A lightweight version of discord

Why Lilcord is better for your PC:

  1. Less RAM Usage 🎟
  2. Less Storage Needed 💾 (83.33% SMALLER THAN DISCORD)

How is Lilcord so lightweight:

Lilcord uses "pywebview", a lightweight package for creating desktop gui's with webview.

pywebview is basically electron but without the bloat.

Building

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.)