-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
667d81c
commit 0ce6f20
Showing
1 changed file
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,30 @@ | ||
# cli-dance | ||
Command line animations | ||
|
||
Cli-dance is a command-line tool that provides a collection of frames which can be used to create animations. | ||
|
||
## installation | ||
|
||
```shell | ||
git clone https://github.com/asd153866714/cli-dance.git | ||
cd cli-danc | ||
epython main.py | ||
``` | ||
|
||
## Usage | ||
|
||
``` | ||
$ python main.py --help | ||
usage: main.py [-h] [-l] [-f FRAMES] | ||
Simple program with command-line arguments | ||
optional arguments: | ||
-h, --help show this help message and exit | ||
-l, --list Show the list of frames | ||
-f FRAMES, --frames FRAMES | ||
Display frames | ||
``` | ||
|
||
## License | ||
|
||
This project is licensed under the [MIT License](link-to-your-license-file). |