Skip to main content

Личная библиотека Флореста, написанная на 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

florestdevinstruments-1.3.0.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

florestdevinstruments-1.3.0-py3-none-any.whl (12.3 kB view details)

Uploaded Python 3

File details

Details for the file florestdevinstruments-1.3.0.tar.gz.

File metadata

  • Download URL: florestdevinstruments-1.3.0.tar.gz
  • Upload date:
  • Size: 11.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.9

File hashes

Hashes for florestdevinstruments-1.3.0.tar.gz
Algorithm Hash digest
SHA256 82ef79a125540d84be0b3d6639df1542b40200971362fe582c1a5f43e2b970e1
MD5 75d43656da014a7059c12f04657b7919
BLAKE2b-256 d10e3beda6f419cf4c94304580b5bd963883a4a7569aa746d30e211d1da948f6

See more details on using hashes here.

File details

Details for the file florestdevinstruments-1.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for florestdevinstruments-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6462fafdaec643efff75eb96e19a2873cf720f0955daf98e2f1f696ab3baf0ed
MD5 2a066d134960e658c7f78a6c4f13f602
BLAKE2b-256 42b9bd156c4aaeed622e4b3dfd152c04ac15108c7f458c071875c34cf41fea28

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page