We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d71d8 commit 9be0804Copy full SHA for 9be0804
bin/video-to-ascii
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
2
3
import argparse
4
-from video_to_ascii import player
+d from video_to_ascii import player
5
6
CLI_DESC = "It is a simple python package to play videos in the terminal using colored characters as pixels or other usefull outputs"
7
EPILOG = ("\033[1;37mThanks for trying video-to-ascii!\033[0m")
setup.py
@@ -17,7 +17,7 @@ def install_package(package):
17
18
setup(
19
name="video_to_ascii",
20
- version="1.2.5",
+ version="1.2.6",
21
author="Joel Ibaceta",
22
author_email="[email protected]",
23
license='MIT',
0 commit comments