Skip to content

Animate your files and read them easily from the command line/shell

Notifications You must be signed in to change notification settings

skye-cyber/AFReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AFReader(Animated File Reader)

Animate the didplay of file text content

Installation

  1. Clone the repository:

    git clone https://github.com/skye-cyber/AFReader
  2. Navigate to the project directory:

    cd AFReader
  3. Install the required dependencies:

    pip install -r requirements.txt

4.Install the package:

pip install ./

Usage

To run the CLI app, use the following command:

AFReader [options] input_file speed

Replace [options] with the appropriate command-line options based on the functionality you want to execute.

Available Options

  • 1:-i/--input_file file to read
  • 2:-s/--speed text display speed default 0.001

Examples

  1. Example command 1:

    AFReader -i example.txt
  2. Example 2:

AFReader --input_file example.txt
  1. Example command 3:

    AFReader -i example.txt -s 0.0001
  2. Example 4:

   AFReader --input_file example.txt --speed 0.0001

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is an open source software.

Feel free to modify and customize this template according to your specific project requirements and add any additional sections or information that you think would be helpful for users.

About

Animate your files and read them easily from the command line/shell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages