frenesoto / AppartmentFinder

Script to search for apartments and generate a report

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About project

An apartemnt finder writen in python!

How to install

Be sure to have Python3, pip, and virtualenv installed.

To install the latest version of the program, follow the next steps:

clone repository
cd AppartmentFinder
python3 -m venv .venv
source .venv/bin/activate (on windows use 'venv\Scripts\activate')
(.venv) $ python3 -m pip install --upgrade pip
(.venv) $ pip install -r requirements.txt
(.venv) python3 main.py

Project Status

At the moment, the project has version 1.0. You can download the latest version on the repository.

License

This repository uses the MIT License.

About

Script to search for apartments and generate a report

License:MIT License


Languages

Language:Python 100.0%