No project description provided
Project description
#quotehub is a python package that provides you with random quotes #how to use:
import quotehub
quotes = quotehub.all()
print(quotes)
#the above instance gives you access to all the quotes #you can specifie a particular persons quote like bill gates or mark zuckerberg.
import quotehub
quotes = quotehub.mark() #for mark zuckerbergs quotes
print(quotes)
#or from quotehub import mark, bill, elun, hackers #etc
quotes = bill()
print(quotes)
#list of all the methods you can use are quotehub.all() quotehub.mark() quotehub.jobs() quotehub.bill() quotehub.elun() quotehub.tesla() quotehub.einstein() quotehub.science() quotehub.hackers() quotehub.success()
#never the less just print import quotehub
print(dir(quotehub)) to get all the method you can use
#the only dependency this package need is the random module, but you don't need to install it in your program it comes pre-installed.
#please note that this project is open source and open for collaboration, lets grow this quote project.
#visit our github repo fork the repo, git clone on your local pc and send a pull request to us, we #will review it and add it to the package #and don't forget to add a readme file or our doc
#github repo https://github.com/cyber-maphian/quote-hub.git
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quotehub-0.3.tar.gz.
File metadata
- Download URL: quotehub-0.3.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9ee1e0092c1ddf2a871788fd512c5ebceea9eef9c2bac7ed925e641da05b427
|
|
| MD5 |
51823efb5c0ab7aeff34a0fc8b398e4f
|
|
| BLAKE2b-256 |
193b20199ec12022233877fce236188b591761f6288ba5746c33d24122427fe7
|
File details
Details for the file quotehub-0.3-py3-none-any.whl.
File metadata
- Download URL: quotehub-0.3-py3-none-any.whl
- Upload date:
- Size: 21.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4684a43229aeedc20ef9dfba5a471ea904b39da3251166b6d49169c4099d5a8
|
|
| MD5 |
bd196a4e39210f69fabf44876d484027
|
|
| BLAKE2b-256 |
07a923d8d7fd6381c907761490f8aca036e7c870bdc1a0e8efb75c710b4a17a4
|