Skip to content

Dwahgon/scafl

Repository files navigation

ScafL - Steam Card Afk Farm for Linux

ScafL (Steam Card Afk Farm for Linux) is a Linux application made with Python to idle Steam games for Steam Trading Card drops. This project was inspired by Idle Master Extended and Idle Master Python.

ScafL features an interface built using Gtk.

This project was made specifically for the "Linux Gamers". Other operating systems may be suported in the future.

Installing the application

AppImage

Download the latest version of the AppImage executable here.

Note: you must mark the file as executable.

Running from source

To run ScafL from source, you first need Python 3.6+, pip and setuptools installled. Check your Linux distribution on how to install both of these dependencies. It is recommended that you run it on a virtual environment. To create a virtual environment, run the following command inside the project directory:

$ python -m venv .env

Then, activate the virtual environment:

$ source .env/bin/activate

After activating the virtual environment, install the project's dependencies:

(env) $ pip install -e .
(env) $ pip install pycairo pygobject

To run the project, you must have the virtual environment activated. After ensuring that you're in a virtual environment, run:

(env) $ python src/scafl

Suport the project!

You can suport the project by donating to the main maintainer, or by contributing code!

About

ScafL - Steam Card Afk Farm for Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published