Личная библиотека Флореста, написанная на Python.
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
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.
Author
Subscribe to my resources. Click
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 florestdevinstruments-1.2.7.tar.gz.
File metadata
- Download URL: florestdevinstruments-1.2.7.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ca647965cf3101a01d8ee02c6a582fa00f629648aec9028ca6485c7109f0913
|
|
| MD5 |
ff116bdd00701c3987af38ffaaa64018
|
|
| BLAKE2b-256 |
f5b7bb0fef67a9f499f0d7729df380894dc5d7d71476038a73d1e55b5c403c58
|
File details
Details for the file florestdevinstruments-1.2.7-py3-none-any.whl.
File metadata
- Download URL: florestdevinstruments-1.2.7-py3-none-any.whl
- Upload date:
- Size: 11.6 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 |
23a9eff4628ddce0a461d506d65217801ee709c583482a9dc632293c7112d6cd
|
|
| MD5 |
f0e47c7266e272a475686b06919ba083
|
|
| BLAKE2b-256 |
b04784e64556b194f94076281742b2de9825d2807a88ee1374dbe839eee9c281
|