Skip to content

verlorengest/BGTANK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BGTANK

Bulk Background Remover

image

Installation

Automatic (Recommended)

Download Setup and launch.

OR, Clone the repo,

python launcher.py

This will:

  • Create the .venv folder
  • Install all required packages
  • Launch the application

Requires Python 3.7 or higher and internet connection on first run.


Manual

  1. Clone the repository:
git clone https://github.com/verlorengest/bgtank.git
cd bgtank
  1. Create and activate a virtual environment:
python -m venv .venv

Then activate it:

  • On Windows:

    .venv\Scripts\activate
  • On macOS/Linux:

    source .venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Launch the application:
python main.py

If app doesn't start, try fix.bat

About

Bulk Background Remover

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published