# progress_bar **Repository Path**: zoziha/progress_bar ## Basic Information - **Project Name**: progress_bar - **Description**: 📢公告:本库即将于 2022 年 6 月 21 日删除,请使用 https://gitee.com/fortran-stack/easy_string 中的进度条函数。 - **Primary Language**: FORTRAN - **License**: MIT - **Default Branch**: master - **Homepage**: https://gitee.com/fortran-stack/easy_string - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-03 - **Last Updated**: 2022-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Fortran, fpm, progress-bar ## README # Progress Bar A simple progress bar for Fortran. *Suggestions and code contributions are welcome.* ```fortran use progress_bar_m, only: pbflush, pbout ``` ## Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm) ```sh fpm run --example --list ``` ```toml [dependencies] progress_bar = { git = "https://gitee.com/zoziha/progress_bar.git" } ``` ## Reference - [fortran-lang/stdlib](https://github.com/fortran-lang/stdlib) - [fortran-fans/forlab](https://github.com/fortran-fans/forlab) - [StellaContrail/FortranProgressbar](https://github.com/StellaContrail/FortranProgressbar) - [Console界面字符进度条](http://fcode.cn/code_gen-118-1.html)