Skip to content

Python Script to help you convert between PW and PCM rent prices

License

Notifications You must be signed in to change notification settings

nejckorasa/rent-price-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

rent-price-converter

made-with-python Tweet

What is it

Ever looked for apartments to rent and had problems converting between PW (per week) and PCM (per calendar month) rent prices?

Maybe it's just me... Anyway, here's a Python script to help you with conversion.

Use responsibly.

Conversion Function

rent_pw * 52 / 12 = rent_pcm

# For example
150 pw * 52 / 12 = 650 pcm

Usage

> ./rent_price_converter.py 1300 pcm
300 pw
> ./rent_price_converter.py 150 pw
650 pcm

Releases

No releases published

Packages

No packages published

Languages