Skip to content
forked from Kyronex14/LSO

LSO, also known as Linux Swap Operator, is a software with both GUI and terminal versions that you can manage the Swap area for Linux operating systems.

License

Notifications You must be signed in to change notification settings

AlperBayraktar/LSO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSO - Linux Swap Operator

Türkçe

LSO Nedir?

LSO, diğer adıyla Linux Swap Operator Linux işletim sistemleri için Swap alanını yönetebileceğiniz hem GUI, hem terminal versiyonu olan bir yazılımdır.

Yapımcılar

Emeği Geçenler

Linux İşletim Sisteminizde Çalıştırın

Projeyi klonlayın

  git clone https://github.com/Kyronex14/LSO

Proje dizinine gidin

  cd LSO-main

Gerekli paketleri yükleyin

  # Bu paketler normalde python içinde hazır gelir fakat import edemiyorsanız PIP ile indirebilirsiniz
  # TKinter
  pip install tk
  # SQLite3
  pip install pysqlite3
  # pip çalışmazsa pip3 deneyebilirsiniz

Programı Çalıştırın

  python lso-gui-new.py
  # veya
  python3 lso-gui-new.py

LSO - Linux Swap Operator

English

What Is LSO?

LSO, also known as Linux Swap Operator, is a software with both GUI and terminal versions that you can manage the Swap area for Linux operating systems.

Developers

Contributors

Run On Your Linux OS

Clone the project

  git clone https://github.com/Kyronex14/LSO

Cd into project folder

  cd LSO-main

Download the packages

  # These packages are built-in but if you don't have them you can install with PIP
  # TKinter
  pip install tk
  # SQLite3
  pip install pysqlite3
  # you cant try pip3 if pip doesn't work

Run the program

  python lso-gui-new.py
  # or
  python3 lso-gui-new.py

About

LSO, also known as Linux Swap Operator, is a software with both GUI and terminal versions that you can manage the Swap area for Linux operating systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%