Skip to content

Commit

Permalink
Merge pull request #17 from Aju100/docs-improve
Browse files Browse the repository at this point in the history
Docs improve
  • Loading branch information
Aju100 committed Mar 31, 2021
2 parents 253271a + 67465b6 commit a7abecd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
27 changes: 26 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,31 @@ Python package that converts image to ascii

* Free software: MIT license
* Documentation: https://asciju.readthedocs.io.

* Python Package Index: https://pypi.org/project/asciju/


Features
--------

* Conversion image to ASCII art


Usage
-----

Convert your image into ASCII art::

from asciju import convert_img_ascii

print(convert_img_ascii('yourimage.jpeg','output.txt'))

Run the python script::

python3 nameofthescript.py


.. image:: assets/run.gif

Roadmap
--------

Expand All @@ -38,3 +55,11 @@ Roadmap
* Improved Documentation
* Unit Test

Contribute
------------
.. _contribute: https://github.com/Aju100/asciju/blob/main/CONTRIBUTING.rst

Contributions are always welcome! Please read the `contribution guidelines <contribute_>`_ first.


Made with ❤️ and Python
Binary file added assets/run.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To use asciju in a project::
import asciju

Convert your image into ASCII art::

from asciju import convert_img_ascii

print(convert_img_ascii('yourimage.jpeg','output.txt'))
Expand Down Expand Up @@ -62,6 +62,3 @@ Output::
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBSBBS&#SBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB


0 comments on commit a7abecd

Please sign in to comment.