Skip to content

Instantly share code, notes, and snippets.

@corentinbettiol
Last active November 4, 2021 15:00
Show Gist options
  • Select an option

  • Save corentinbettiol/a1ae4cfd204640f8aba2eb2ebdeb9474 to your computer and use it in GitHub Desktop.

Select an option

Save corentinbettiol/a1ae4cfd204640f8aba2eb2ebdeb9474 to your computer and use it in GitHub Desktop.

Revisions

  1. corentinbettiol revised this gist Nov 4, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    Display this in your term:

    ![arrow.gif](https://up.l3m.in/file/1636037943-arrow.gif)
    ![arrow.gif](https://up.l3m.in/file/1636038038-arrow.gif)


    May be useful for running loops? Idk.
  2. corentinbettiol revised this gist Nov 4, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    Display this in your term:

    ![image](https://user-images.githubusercontent.com/45763865/140337446-970359dd-ea14-4d20-8b4a-46780618778f.png)
    ![arrow.gif](https://up.l3m.in/file/1636037943-arrow.gif)


    May be useful for running loops? Idk.
  3. corentinbettiol created this gist Nov 4, 2021.
    8 changes: 8 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    Display this in your term:

    ![image](https://user-images.githubusercontent.com/45763865/140337446-970359dd-ea14-4d20-8b4a-46780618778f.png)


    May be useful for running loops? Idk.

    I found the chars [here](https://www.fileformat.info/info/charset/UTF-8/list.htm?start=9216).
    9 changes: 9 additions & 0 deletions arrow.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    from time import sleep

    while 1:
    print("\r \u27a9 ", end="")
    sleep(0.15)
    print("\r \u27ab ", end="")
    sleep(0.15)
    print("\r \u27ac ", end="")
    sleep(0.15)