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.2.4.tar.gz (9.7 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.2.4-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for florestdevinstruments-1.2.4.tar.gz
Algorithm Hash digest
SHA256 1b24304a22ecfe28db4c25fad15c267ce4da360c6cb057d29b364c14727b965a
MD5 fd9b970ece45bc9f77091bbe2b792bd8
BLAKE2b-256 2472851d9df0a906f9e0321ffa862ab2c46991927d69f66007ee4e83ab1c03a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for florestdevinstruments-1.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f9ebcc7711c6674dea17eabe59531abcabd1d980e10711c4e3be88281dfd7624
MD5 ecee177bc863003c326a1b1652f018bf
BLAKE2b-256 1c1ee5c21c8e604afc2c3ae49ea9219647f66fa5df6294f883093015691bf3a2

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