- Table of Contents
⚠️ Frameworks and Libraries- 🔑 Prerequisites
- 🚀 Installation
- 💡 How to Run
- 📂 Directory Tree
- 🔑 Results
- 👏 And it's done!
- 🙋 Citation
- ❤️ Owner
- 👀 License
- 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.
All the dependencies and required libraries are included in In-Built Python download.
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:
- Clone the repo
git clone https://github.com/Chaganti-Reddy/Img-Ascii.git
- Change your directory to the cloned repo
cd Img-Ascii
- 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
- Open terminal. Go into the cloned project directory and type the following command:
python3 Img-Ascii.py
├── assets
│ ├── im2.jpg
│ └── main.png
├── image.txt
├── Img-Ascii.ipynb
├── Img-Ascii.py
├── LICENSE
└── README.md
Feel free to mail me for any doubts/query :email: [email protected]
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.
Made with ❤️ by Chaganti Reddy
MIT © Chaganti Reddy