Skip to content

MohammadSaif001/Loader-Animation-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Loader Animation Script

A Python script that displays a percentage-based loading animation (1-100%) in the terminal. It features a dynamic progress bar and finishes with a cyan ASCII banner. The screen is cleared on each update for a smooth animation.

Features

  • Clears terminal (os.system('cls')) for a smooth effect.

  • Displays percentage from 1% to 100%.

  • Shows a dynamic, filling progress bar.

  • Includes a short delay to simulate loading.

  • Prints a cyan ASCII banner upon completion.

Requirements

  • Python 3.x

  • Windows Terminal (uses the cls command).

    • Note: For macOS or Linux, change os.system('cls') in the script to os.system('clear').

Usage

Run the script in your terminal:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages