📦 LuisSanchez / conventional-maximum-rate

📄 README.md · 43 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43# Python Sandbox

Default site: calculating the TMC (Tasa Máxima Convencional) of a credit.


## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) the django project from the requirements.

```bash
pip install -r requirements.txt
```


## Usage

- Check the site [here](https://luissanchez.herokuapp.com/) live on Heroku. 
- Enter an UF amount.
- Set the deadline of days.
- Set the day you want to know how much you will have to pay due to the TMC.
- Check the UF of the day (Chile).
- Check the UTM of the month (Chile).


## Considerations

- Conventional rate and CAE are 0.
- Max number of days is 90.
- Usign Python 3.8.4


## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


## Docker Hub

You can get my latest build [here](https://hub.docker.com/repository/docker/luissanchezm86/pythonchallenge).

## License
[UNLICENSE](https://unlicense.org)