Skip to content

Chaganti-Reddy/Img-Ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image to ASCII

Image to ASCII

This is a project in which we are going to create a python program which converts an Image to ASCII art.


Table of Contents


⚠️ Frameworks and Libraries

  • Tkinter: The tkinter package (Tk interface) is the standard Python interface to the Tcl/Tk GUI toolkit. Both Tk and tkinter are available on most Unix platforms, including macOS, as well as on Windows systems.

🔑 Prerequisites

All the dependencies and required libraries are included in In-Built Python download.


🚀  Installation

The Code is written in Python 3.7. If you don’t have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:

  1. Clone the repo
git clone https://github.com/Chaganti-Reddy/Img-Ascii.git
  1. Change your directory to the cloned repo
cd Img-Ascii
  1. Now, run the following command in your Terminal/Command Prompt to install the libraries required
python3 -m virtualenv my_env

source my_env/bin/activate

💡 How to Run

  1. Open terminal. Go into the cloned project directory and type the following command:
python3 Img-Ascii.py

📂 Directory Tree

├── assets
│   ├── im2.jpg
│   └── main.png
├── image.txt
├── Img-Ascii.ipynb
├── Img-Ascii.py
├── LICENSE
└── README.md

🔑 Results


👏 And it's done!

Feel free to mail me for any doubts/query :email: chagantivenkataramireddy1@gmail.com


🙋 Citation

You are allowed to cite any part of the code or our dataset. You can use it in your Research Work or Project. Remember to provide credit to the Maintainer Chaganti Reddy by mentioning a link to this repository and her GitHub Profile.

Follow this format:

  • Author's name - Chaganti Reddy
  • Date of publication or update in parentheses.
  • Title or description of document.
  • URL.

❤️ Owner

Made with ❤️  by Chaganti Reddy

👀 License

MIT © Chaganti Reddy