• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

zero-to-mastery/ascii-art: A ZTM Challenge for Hacktoberfest 2020

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

zero-to-mastery/ascii-art

开源软件地址(OpenSource Url):

https://github.com/zero-to-mastery/ascii-art

开源编程语言(OpenSource Language):

Python 84.5%

开源软件介绍(OpenSource Introduction):

ASCII Art - Hacktoberfest 2020

Welcome to this years Python challenge for Hacktoberfest (What is Hacktoberfest?) A project with beginners and aspiring developers in mind, utilizing Python to convert images into ASCII Art.

What is ASCII Art

ASCII art is a graphic design technique that uses computers for presentation and consists of pictures pieced together from the 95 printable characters defined by the ASCII Standard from 1963 and ASCII compliant character sets with proprietary extended characters. ~ Wikipedia

How to get Started:

In order to get started on this project, it is recommended that you watch the section on Scripting in the Python course. We talk about sys.argv and Pillow(https://pillow.readthedocs.io/en/stable/) library (Image processing) in that section which would help you!

If you've never made a pull request before, or participated in an open-source project, we recommend taking a look at our Start Here Guidelines. This repo has everything you need to learn about open-source, with a step-by-step guide to making your very first PR. Once you've got your feet wet, you're ready to come back and dive into Hacktoberfest fun!

  1. First up you need to fork (make a copy) of this repo to your Github account.

  2. Clone (download) your fork to your computer

  3. Set your streams so you can sync your clone with the original repo (get the latest updates)

    • git remote add upstream https://github.com/zero-to-mastery/ascii-art.git
    • git pull upstream master
    • The above 2 commands will synchronize your forked version of the project with the actual repository.
  4. Make sure you have Python 3 installed on your machine.

  5. Install project dependencies, for example with pip:

    pip install -r requirements.txt
  6. Run the example code with the command: python3 example/make_art.py example/ztm-logo.png example

  7. Stare with amazement


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap