pub fn draw_progress_bar_custom(
    percentage: f64,
    division: usize,
    unfinished: &str,
    finished: &str,
    message: &str
)
Expand description

percentage = the percentage of task done (It will be between 0 and 1 instead of 0 and 100)

division = the division of the progress bar

returns if division is 0