-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f3095d
commit acaf095
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |