A fun Python package that generates random fortunes with a date.
Project description
fortune_package
Description
A small Python package to make your day just a bit brighter while coding! Test your luck and explore the many fortunes we've included. If you're lucky (or unlucky), the fortune you receive might just come true.
PyPI Link
[fortune-package](Insert PyPI link here)
Installation & Setup
Installing Dependencies & Setting Up a Virtual Environment
To install the required dependencies and set up a virtual environment, use:
pipenv install
pipenv shell
Importing fortune_package
To use fortune_package in your code, import it as follows:
from fortune_emoji.function_name import function_name
Usage
Below is an example of how to use fortune_package:
from fortune_emoji import get_fortune
fortune = get_fortune()
print(f"Your fortune: {fortune}")
For a complete example of all functions, check out test.py.
Contribution Guidelines
We welcome contributions! If you'd like to contribute:
- Fork the repository.
- Create a new branch for your feature or fix.
- Ensure your changes integrate well with existing tests and add new tests if necessary.
- Submit a pull request for review.
Code Testing
Run tests before submitting your new code:
pipenv install --dev pytest
pipenv run python -m pytest tests/
The Team
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 fortune_teller2607555-0.1.0.tar.gz.
File metadata
- Download URL: fortune_teller2607555-0.1.0.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5b13630fc814c9434521c8ab96f0b95b931c98e8f1bf7466a5b838520b27cdb
|
|
| MD5 |
80a124f289dda8f5f3dda92fe9e04b4e
|
|
| BLAKE2b-256 |
ba47cb02bdaf05a1ba8e55a86e7b38c27fa8d841ab913b33564bca85aefb645b
|
File details
Details for the file fortune_teller2607555-0.1.0-py3-none-any.whl.
File metadata
- Download URL: fortune_teller2607555-0.1.0-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c836d58ef22a9b3edbd5e2baa2aeb036373f2f5a15d1f4c33b778a02e593d25
|
|
| MD5 |
1b2b3a2ed04f66e7434ecea3f0a8cc9a
|
|
| BLAKE2b-256 |
381376dd7932d70895ec1991eb8ddedba46a96be2c5692724b177f6a57663deb
|