Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

realpratz/LiTE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

LiTE

Automating LAN related utilities.

Requirements

  • Python: Ensure Python is installed on your system.
  • Libraries: Install python packages that might not be installed bydefault (install requirements.txt)

How to Use? (Windows)

  1. Clone the Repository
  2. Navigate to the directory and install Dependencies
pip install -r requirements.txt
  1. Create a .env file in the same directory as the LiTE.py file:
id=f2025XXXX
password=Bits$XXXXX
timeout=10
save_xml=1
on_start=1
  1. Write a .bat file to run it on startup:
python "<path of LiTE.py>"

Save it in- C:\Users\<user>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

How to Use? (Linux)

  1. Clone the Repository
  2. Navigate to the directory and create a virtual environment
python3 -m venv venv
source venv/bin/activate
  1. Install Dependencies in the virtual environment
pip install -r requirements.txt

Depending on your linux distribution, you might have to seperately install Tkinter.

sudo pacman -Syu tk #Arch / Manjaro
sudo apt install python3-tk #Ubuntu / Debian
sudo dnf install python3-tkinter #Fedora / RedHat
  1. Create a .env file in the same directory as the LiTE.py file:
id=f2025XXXX
password=Bits$XXXXX
timeout=10
save_xml=1
on_start=1
  1. Setup an autostart .desktop file to launch at login:
mkdir -p ~/.config/autostart
nano ~/.config/autostart/LiTE.desktop

Write this into the .desktop file:

[Desktop Entry]
Type=Application
Name=LiTE
Comment=Launch LiTE
Exec=.../LiTE/venv/bin/python .../LiTE/LiTE.py
X-GNOME-Autostart-enabled=true
Terminal=false

Replace .../ with your actual path and reboot.

Now everytime on startup, the script will read the .env file preferences set by you automatically log you into LAN

About

LAN integration & Tracking Easer (LiTE) for LAN related utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages