https://github.com/mrroot5/wall-builder
This program build a wall with python on your terminal.
https://github.com/mrroot5/wall-builder
brick builder python pythonwall pythonwallbuilder wall wallbuilder
Last synced: 10 months ago
JSON representation
This program build a wall with python on your terminal.
- Host: GitHub
- URL: https://github.com/mrroot5/wall-builder
- Owner: mrroot5
- License: mit
- Created: 2018-11-30T19:55:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T20:01:20.000Z (over 7 years ago)
- Last Synced: 2025-02-26T21:45:10.376Z (over 1 year ago)
- Topics: brick, builder, python, pythonwall, pythonwallbuilder, wall, wallbuilder
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
This program build a wall with python on your terminal.
# Requirements
- Python 3.6.7.
- Virtualenv (optional).
# How to use it?
You can import *builder* from wall package or use `main.py`.
Well, I assume that you try `main.py`. You can build your wall in two ways:
1. **Arguments:** First argument are number of rows and second is the number
of bricks per row. Example: `python3 main.py 5 5`.
2. **User input:** If you don't want, or simply forgive it, to use arguments,
then the program ask you for rows and bricks.
At the end, you will see an horizontal wall.