Conversion of Image, video, text into ASCII format

Overview

asciju

Documentation Status

Python package that converts image to ascii

Features

  • Conversion image to ASCII art

Roadmap

  • Text ASCII art
  • Video conversion on ASCII Art
  • Fix CLI argument parser
  • Improved Documentation
  • Unit Test
Comments
  • Romansth run.gif bug fix

    Romansth run.gif bug fix

    Hey @Aju100, The issue of the run.gif not loading in readthedocs has been resolved. The path for run.gif has been updated to ../assets/run.gif. I've tested it on my local machine too and it's working perfectly fine. Screenshot from 2021-04-16 10-10-02

    opened by Romansth 1
  • Readme gif bug

    Readme gif bug

    Hey @Aju100 , the readme gif bug has been fixed successfully. I've added a separate Readme document with proper relative link to the gif in /docs/readme.rtf and it works fine in my local machine. Also, there are no any issues regarding the gif in readme github either. Screenshot from 2021-04-16 10-10-02

    opened by Romansth 0
  • [Bug] Couldn't load run.gif in the readme docs

    [Bug] Couldn't load run.gif in the readme docs

    Visit: Documentation of asciju

    The image is not loaded (run.gif).

    Solution:

    • configure properly to load the image in README.rst
    • build the docs
    • run the build docs and it's okay in the build version
    • submit the PR
    enhancement 
    opened by Aju100 0
  • [Feature] Width arugment for Asciju

    [Feature] Width arugment for Asciju

    Feature: Adding an optional width argument for convert_img_ascii will let users pass a width argument for thier ascii image. If the argument is not passed, default width(70) will be used. Solution: -Remove the default width parameter from the function 'convert_img_ascii' and pass it as an argument as follows: def convert_img_ascii(source, output,new_width=70)

    enhancement 
    opened by Romansth 1
  • [Help] Unable to run successfully tox

    [Help] Unable to run successfully tox

    • asciju version: 0.1.2
    • Python version: 3.8
    • Operating System: Ubuntu 20.x

    Description

    I am unable to run successfully tox

    Steps to reproduce

    • git clone https://github.com/Aju100/asciju
    • cd asciju
    • tox

    Output:

    test_asciju (unittest.loader._FailedTest) ... ERROR
    
    ======================================================================
    ERROR: test_asciju (unittest.loader._FailedTest)
    ----------------------------------------------------------------------
    ImportError: Failed to import test module: test_asciju
    Traceback (most recent call last):
      File "/usr/lib/python3.8/unittest/loader.py", line 154, in loadTestsFromName
        module = __import__(module_name)
      File "/home/asciju/tests/test_asciju.py", line 8, in <module>
        from asciju import asciju
      File "/home/asciju/asciju/__init__.py", line 2, in <module>
        from .asciju import convert_img_ascii
      File "/home/asciju/asciju/asciju.py", line 3, in <module>
        from PIL import Image
    ModuleNotFoundError: No module named 'PIL'
    
    
    enhancement 
    opened by Aju100 0
Owner
Aju Tamang
Freshman computer Science Student
Aju Tamang
Convert any image into greyscale ASCII art.

Image-to-ASCII Convert any image into greyscale ASCII art.

Ben Smith 12 Jan 15, 2022
Png2Jpg tool will help you convert from png image format to jpg images format.

PNG 2 JPG All codes assume running from root directory. Please update the sys path at the beginning of the codes before running. Over View Png2Jpg too

Nguyễn Trường Lâu 2 Dec 27, 2021
Image Reading, Metadata Conversion, and Image Writing for Microscopy Images in Python

AICSImageIO Image Reading, Metadata Conversion, and Image Writing for Microscopy Images in Pure Python Features Supports reading metadata and imaging

Allen Institute for Cell Science - Modeling 137 Dec 14, 2022
Convert Image to ASCII Art

Convert Image to ASCII Art Persiapan aplikasi ini menggunakan bahasa python dan beberapa package python. oleh karena itu harus menginstall python dan

Huda Damar 48 Dec 20, 2022
A Icon Maker GUI Made - Convert your image into icon ( .ico format ).

Icon-Maker-GUI A Icon Maker GUI Made Using Python 3.9.0 . It will take any image and convert it to ICO file, for web site favicon or Windows applicati

Insanecodes 12 Dec 15, 2021
QR fixer part is standalone but for image to FQR conversion

f-qr-fixer QR fixer part is standalone but for image to FQR conversion it requires Pillow (can be installed with easy_install), qrtools (on ubuntu the

null 2 Nov 22, 2022
Python library for ascii graphics

Python library for ascii graphics

Anton 6 Oct 20, 2021
Plots the graph of a function with ASCII characters.

ASCII Graph Plotter Plots the graph of a function with ASCII characters. See the change log here. Developed by InformaticFreak (c) 2021 How to use py

InformaticFreak 2 Apr 29, 2022
Ascify-Art - An easy to use, GUI based and user-friendly colored ASCII art generator from images!

Ascify-Art This is a python based colored ASCII art generator for free! How to Install? You can download and use the python version if you want, modul

Akash Bora 14 Dec 31, 2022
An ascii art generator that's actually good. Does edge detection and selects the most appropriate characters.

Ascii Artist An ascii art generator that's actually good. Does edge detection and selects the most appropriate characters. Installing Installing with

null 18 Jan 3, 2023
A pure python implementation of the GIMP XCF image format. Use this to interact with GIMP image formats

Pure Python implementation of the GIMP image formats (.xcf projects as well as brushes, patterns, etc)

FHPyhtonUtils 8 Dec 30, 2022
Pyconvert is a python script that you can use to convert image files to another image format! (eg. PNG to ICO)

Pyconvert is a python script that you can use to convert image files to another image format! (eg. PNG to ICO)

null 1 Jan 16, 2022
Xmas-Tree-GIF-Tool - Convert any given animated gif file into an animation in GIFT CSV format

This repo is made to participate in Matt Parker's XmasTree 2021 event. Convert a

Aven Zitzelberger 2 Dec 30, 2021
Simple Python package to convert an image into a quantized image using a customizable palette

Simple Python package to convert an image into a quantized image using a customizable palette. Resulting image can be displayed by ePaper displays such as Waveshare displays.

Luis Obis 3 Apr 13, 2022
This tool allows the user to convert a 16 by 16 image into a list with numbers representing an object/character.

Room Formatter This tool allows the user to convert a 16 by 16 image into a list with numbers representing an object/character. There is cur

Thomas Landstra 1 Nov 13, 2021
Script For Importing Image sequences into scrap mechanic via blueprints

To use dowload and extract "video makes.zip" Python has to be installed https://www.python.org/ (may not work on version lower than 3.9) Has to be run

null 2 Oct 30, 2021
Snowfall - helpful image handling utils - abstracts various file and opencv and pil features into result oriented functions

snowfall helpful image handling utils - abstracts various file and opencv and pil features into result oriented functions usage examples: from image_h

Less Wright 2 Jan 9, 2022
👾 Python project to help you convert any image into a pixel art.

?? Pixel Art Generator Python project to help you convert any image into a pixel art. ⚙️ Developer's Guide Things you need to get started with this co

Atul Anand 6 Dec 14, 2022
New program to export a Blender model to the LBA2 model format.

LBA2 Blender to Model 2 This is a new program to export a Blender model to the LBA2 model format. This is also the first publicly released version of

null 2 Nov 30, 2022