Skip to content

Hectarea/fastyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation




Fastyper by Hectarea was designed to instantly type and send custom words or phrases to online chats, such as Discord, Zoom meetings, Google meet, Microsoft Teams, Omegle, Whatsapp Web and many other similar apps and programs. Fastyper also has the capabilities for sending random generated names and random generated words and it can be used to type and send word by word, or character by character.

Getting Started

This project was developed for general pruposes. Hectarea is not responsible for any damages caused to third parties when using this software.  

Prerequisites

  • Require Python 3.7 or higher

  • Fastyper was designed for windows, so the Mac OS and Linux version could be unestable

How to install Python 3

How to install Python 3 - Youtube

Watch the video

How to install Fastyper by Hectarea

How to install Fastyper by Hectarea - Youtube

Watch the video

Installing

Open your terminal on the fastyper folder and run the setup.py file

Windows

python setup.py install

if python is not working, use python3 instead:

python3 setup.py install

Mac OS

python ./setup.py install

Linux

sudo python3 setup.py install

Usage

Open your terminal on the fastyper folder, and there are 2 options:

Using the comand line:

python fastyper.py --randomwords 10 --repeat 10
  • If python it's not working, use python3 instead:
python3 fastyper.py --randomwords 10 --repeat 10

Using the terminal framework:

python fastyper.py
  • If python it's not working, use python3 instead:
python3 fastyper.py

Command line

Typing and sending random words

python fastyper.py --randomwords [number of random words to generate] --repeat [number of times to repeat]

Typing and sending random names

python fastyper.py --randomnames [number of random names to generate] --repeat [number of times to repeat]

Typing and sending a custom word or phrase

python fastyper.py --word [words or phrase to use, separated by "_"] --repeat [number of times to repeat]

Typing and sending a custom word or phrase, cahracter by character

python fastyper.py --splitword [words or phrase to use, separated by "_"] --repeat [number of times to repeat]
  • if python is not working, use python3 instead:

Typing and sending random words

python3 fastyper.py --randomwords [number of random words to generate] --repeat [number of times to repeat]

Typing and sending random names

python3 fastyper.py --randomnames [number of random names to generate] --repeat [number of times to repeat]

Typing and sending a custom word or phrase

python3 fastyper.py --word [words or phrase to use, separated by "_"] --repeat [number of times to repeat]

Typing and sending a custom word or phrase, cahracter by character

python3 fastyper.py --splitword [words or phrase to use, separated by "_"] --repeat [number of times to repeat]

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Releases

No releases published

Packages

No packages published

Languages