Yanked
This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Reason given by maintainers: Ставь florestbotfunctions, эта либа сдохла..
Hello!
Welcome to the Florest Library description page. The original is here
What am I?
I am the Florest library, written in Python and having extensive functionality that is only increasing every day.
I have 4 modules: florest_utilits, working_document, ready_games and working_api.
Each of these modules has its own purpose.
You can install the module using pip install florestdevinstruments. Download the latest version!
Examples of using
from florestdevinstruments.florest_utilits import ai_image # import the "ai_image" function from the florest_utilits module.
with open('image.png', 'wb') as file: # create and open a .png file
file.write(ai_image('Draw an old car.')) # write to our file as an image
file.close() # save the image.
from florestdevinstruments.ready_games import russian_rullet # import Russian roulette
answear = int(input(f'Enter your number from 1 to 3:'))
if russian_rullet(answear): # if the answer is correct, return True
print(f'Congratulations!')
else:
print(f'You lost!')
from florestdevinstruments.working_api import VK # import the module "VK"
vk = VK('community app token', int('community ID')) # class initialization
print(f'Currently subscribed: {str(vk.get_subs())}) to the community.') # display the number of subscribers on the screen.
from florestdevinstruments.florest_utilits import tts # import the function "tts (text to speech)".
with open('my_audio.mp3', 'wb') as audio_file:
audio_file.write(tts('hello world'))
audio_file.close()
print(f'Success!')
from florestdevinstruments.hack_tools import from_py_to_exe
from_py_to_exe('main.py') # convert .py to .exe. It will save in work's directory.
Author
Subscribe to my resources. Click
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 florestdevinstruments-1.3.9.tar.gz.
File metadata
- Download URL: florestdevinstruments-1.3.9.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
468976978c349c7c8cdac60525a10d7e7b5221f2bd9a6986c8e24984f227b480
|
|
| MD5 |
0bf36de266d8d613849c3b0764ec0279
|
|
| BLAKE2b-256 |
f4a33eb41ce2e29b4514c8df3265f6bc8891050379d45e0831521ca980126a58
|
File details
Details for the file florestdevinstruments-1.3.9-py3-none-any.whl.
File metadata
- Download URL: florestdevinstruments-1.3.9-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86ac61cd548d0df39b88c86eb36cc2b4ff0f1306987517dcb8af2d2803e813e5
|
|
| MD5 |
00d7a32c3c2410c9f8aa7ade49aba677
|
|
| BLAKE2b-256 |
e447f9e6b0d35bb7a3de34a7c5de91229f3364084cfb91a978be833b52cd23c0
|