dhharris / pinder

A desktop application for Tinder
MIT License
5 stars 0 forks source link

Pinder

About

Pinder is a desktop application for Tinder written in Python. The goal of this project is to provide every feature that Tinder offers for free with no conditions, right on your computer. In other words, you get the premium version of Tinder with no ads or distractions.

Features

Images

screenshot

Requirements

Licensing

This will always be "Free and Open Source Software". That means that anyone can do anything they want with it, including for commercial purposes. Formally, it is licsensed under the "MIT License", which you can find in LICENSE.TXT

Contributing

Documentation (INCOMPLETE)

Make sure you have the requirements installed. Run the app using the python interpreter

python3 pinder.py

In addition, if you are running MacOS, you can build the distribution file as follows

./build.sh

This will create two folders, build and dist. The latter contains the pinder.app file, which can be run on MacOS. See the py2app documentation for more information.

Todo list