Skip to content

qasem-talaee/wine-pyqt5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Interface for Managing Wine

alt text

Easily manage your wine with this application And enjoy playing on Linux.

You can have several wine prefixes at the same time. Easily install and run your games and softwares. Easily download and install vulkan and prerequisites.

Installation

  • Simple Way

Open Terminal in project directory and enter

python3 installer.py
  • Second Way

First install these packages

sudo apt install python3-pip python3-venv

Then navigate to project folder and

python3 -m venv ./venv
source ./venv/bin/activate
pip install -r req.txt

Finally run it

python3 main.py

Information

This software is written with PyQt5. Do not manipulate txt files.