Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 523 Bytes

File metadata and controls

6 lines (4 loc) · 523 Bytes

The random writer s written in Python 3. It creates articles based on the needs. The generated aticles contain only lower case letters, a-z, and spaces. Other punchiation is not taken into account. This script also makes sure that only alphabet letter comes after a space; if space is written, the next character will not be space.

There are two variables, which will be asked when the script is executed:

  • Article Size (MB): The length of the article in MiB.
  • Number of Article: The amount of the article you need.