Python module for making fear apps Fear Application
Project description
fear_module
fear_module - this module is a Python library for creating troll applications!
FEAR - is an entertainment project. Be careful with him. It is not subject to monetization.
Installation
Install the current version with PyPI:
pip install fear_module
Or from Github:
pip install https://github.com/Keker-dev/fear_module.git
Usage
app = Fear(main_text="text", main_image="/path_to_image")
if __name__ == '__main__':
app.run()
Example
Add one scene.
from fear_module import Fear
app = Fear(main_text="text", main_image="/path_to_image")
app.add_scene(
name="FirstScene",
text="text",
image="/path_to_image",
sound="/path_to_sound",
button_text="click me",
)
if __name__ == '__main__':
app.run()
Contributing
Bug reports and/or pull requests are welcome
License
The module is available as open source under the terms of the MIT License
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
fear_module-0.9.tar.gz
(5.2 kB
view details)
File details
Details for the file fear_module-0.9.tar.gz.
File metadata
- Download URL: fear_module-0.9.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eae3505fca13f24a31e5af48dc28a9d870db5cc42aa56788c60b9790567372f0
|
|
| MD5 |
06648fcacbfccc8678a43a639c3647bb
|
|
| BLAKE2b-256 |
d7b219fbddf9570b2aab62b4a960f7645746470ad63a595c3e0a92d2102814ec
|