Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TypicalModMaker authored Feb 1, 2022
1 parent 9f3095d commit acaf095
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
```
_____ _____ _____ ____ __________________
| __| _ | __ | \ ___| __| __| | |
| __| | -| | |___| | | __| | | |
|__| |__|__|__|__|____/ |_____|_____|_|___|
```

A simple account generator created in PY for [Nameless Hosting](https://namelesshosting.com/).

This script has been made **purely for educational purposes**.

# Requirements
Python3

Colorama (check requirements.txt)

Requests (check requirements.txt)

# Installation
Install dependencies using pip and requirements.txt, command:
```
pip install -r requirements.txt
```

# Running
Running this script doesnt require any knowledge in python! Just run this command!
```
python main.py
```

0 comments on commit acaf095

Please sign in to comment.