Skip to main content

This module simply just automatically generates random 8ball choices.

Project description

Autoball

This module simply just automatically generates random 8ball choices.

Installation

pip install autoball

Usage/Example

from autoball import Auto

# Ver is the version of the 8ball choices, will be listed below.
print(Auto.randoball(ver))

Custom Usage

You can also create custom responses.

from autoball import Custom

print(Custom.customball(["Hello World", "Testing, Testing!"])) 
# Will only work if you put it in an array though.

Discord.py Usage/Example

# I'm not writing an entire 8ball command, but here is how to send it.
from discord.ext import commands
from autoball import Auto

bot = commands.Bot("all your stuff here.")

@bot.command()
async def _8ball(ctx):
  await ctx.send(Auto.randoball("normal")) # Normal Ver

bot.run("token here.")

Versions

  • normal | More normal responses.
  • uwu | Normal but uwu translated responses.
  • caesar | Default responses but caesar encrypted.

Authors|Credits

Fruitsy - Main Programmer & Founder - (Fruitsy#3809, https://github.com/ItzBlueBerries/)

License

Copyright (c) 2022 Fruitsy

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autoball-1.0.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

autoball-1.0.0-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file autoball-1.0.0.tar.gz.

File metadata

  • Download URL: autoball-1.0.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.12

File hashes

Hashes for autoball-1.0.0.tar.gz
Algorithm Hash digest
SHA256 c7381aaf6da200e1e98da383b27d873751c159f74152976e87879f310b43b0ee
MD5 203fc1965b1e13d765c74df24a0e349c
BLAKE2b-256 42bf6d71ee6ce32dfaf01ad8da8de8634bcb3131d9507a6157c0f080c0a3f49f

See more details on using hashes here.

File details

Details for the file autoball-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: autoball-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.12

File hashes

Hashes for autoball-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 df251304cebf6a46134095d0644f5dd03aa963d4a100cadc0696a470c1d733ae
MD5 cb062fa5d22aba72fc4531a3fd5e882c
BLAKE2b-256 82ae2b7e08f8db885086f38f13144c783ec21e6e4269db62a147064429b77632

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page