├── (K+U+B)^3=KUB v2.py ├── (K+U+B)^3=KUB.py ├── .gitignore ├── AnalysisOfChatLog ├── AnalysisOfChatLog.py ├── README.md └── chat log.txt ├── BFS__breadth_first_search.py ├── Base64_examples ├── README.md ├── decode_to_file.py ├── decode_to_file_certificate__and_open.py ├── example_encode_and_decode.py ├── gui_base64.py └── screenshot.jpg ├── CONTACT__examples ├── config.py ├── connect_to_ng_server_via_socket_.py ├── create_and_fill_database_from_dictionary.py ├── create_full_dict__GET_CHANGES_from_exported_dicts.py ├── export_dicts_from__full_dict__GET_CHANGES.py ├── export_logo_from_dict.py ├── get_full_dictionary__method_GET_CHANGES.py ├── mini_full_dict__CONTACT.xml ├── mini_full_dict__CONTACT │ ├── attrlist.xml │ ├── bad_doc.xml │ ├── banks.xml │ ├── bankserv.xml │ ├── bnk_city.xml │ ├── country.xml │ ├── feat_txt.xml │ ├── feature.xml │ ├── ic_codes.xml │ ├── kfm_info.xml │ ├── logo.xml │ ├── min_max.xml │ ├── region.xml │ ├── scen_item.xml │ └── serv.xml └── reducing number row in rows dicts.py ├── Callable modules ├── main.py └── print_this.py ├── CamelCase_to_snake_case.py ├── CreateNoteXmlNoteManagers ├── CreateNoteXmlNoteManagers.py └── README.md ├── Crypto Git Repository ├── api.py ├── append_to_remote_repo.py ├── config.py ├── create_local_repo.py ├── delete_random_file__from__remote_repo.py ├── print_repo_log.py └── update_from_remote_repository__pull.py ├── DNS price tracking ├── common.py ├── db.py ├── main.py ├── migrations │ └── 001_auto.py ├── static │ ├── bootstrap-4.3.1 │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.min.css │ │ └── bootstrap.min.js │ ├── chart_js_2.9.3 │ │ └── Chart.bundle.min.js │ ├── img │ │ ├── dns.png │ │ ├── favicon.png │ │ └── technopoint.png │ ├── js │ │ ├── index.js │ │ ├── jquery-2.1.1.min.js │ │ └── jquery-3.1.1.min.js │ └── w2ui-1.5.rc1 │ │ ├── w2ui-1.5.rc1.css │ │ └── w2ui-1.5.rc1.js ├── templates │ └── index.html ├── tracked_products.json └── web.py ├── Damerau–Levenshtein_distance__misprints__опечатки ├── simple_distance_Levenshtein │ ├── fix_word.py │ ├── match_two_words.py │ └── simple_distance.py ├── use__difflib_SequenceMatcher.py └── use__pyxdameraulevenshtein │ ├── example.py │ ├── fix_command.py │ └── match_two_words.py ├── DecodingPhoneNumberForCLI ├── DecodingPhoneNumberForCLI.py └── README.md ├── Decorators__examples ├── README.md ├── append_attributes_to_class.py ├── append_attributes_to_func.py ├── append_handlers.py ├── combine_decorators.py ├── combine_decorators__with_args.py ├── decorator__args_as_funcs.py ├── decorator_method_class__with_shelve.py ├── decorator_with_args_in_partial.py ├── example_1.py ├── hello_world.py ├── hello_world__async.py ├── memoize_class.py ├── memoize_func.py ├── requests__append_attempts.py ├── thread.py ├── timer.py └── try_repeat.py ├── DownloadURL_CLI ├── DownloadURL.py └── README.md ├── EncodeStringExample ├── EncodeStringExample.py └── README.md ├── Environment variables ├── EnvironmentVariables.py ├── README.md └── expand_env__APPDATA.py ├── EscapePyPromptLineString ├── README.md ├── main.py └── screenshot.jpg ├── EscapeString ├── README.md ├── main.py └── screenshot.jpg ├── Fibonacci number ├── 6 ways.py ├── FibonacciNumber.py └── README.md ├── FindWordInString ├── FindWordInString.py ├── README.md └── regexp.py ├── Fingerprinting with Zero-Width Characters └── main.py ├── FizzBuzz ├── FizzBuzz.py └── README.md ├── Get MAC from Syslog.txt Router ├── Syslog.txt └── main.py ├── Grab ├── README.md ├── empty_tags_stackoverflow.py ├── find_pictures_on_request.py ├── get_boormarks_readmanga.py ├── get_example_from_de_brauwer.py ├── get_repo_github_info.py ├── get_translation_completed_manga_from_readmanga.py ├── get_user_github_info.py └── parse_onlinemultfilmy.py ├── Hash ├── README.md ├── available.py ├── custom.py ├── encode_all_algo.py └── to sha256.py ├── HelloPython ├── HelloPython.py └── README.md ├── HypotenuseOfTriangle ├── HypotenuseOfTriangle.py └── README.md ├── LCM ├── LCM.py └── README.md ├── LuhnAlgorithm ├── LuhnAlgorithm.py └── README.md ├── MergeListOfLists ├── MergeListOfLists.py └── README.md ├── Moodle_examples ├── get_token.py └── search_current_user.py ├── Morse code with Python unary + and - operators.py ├── MultiplicationTableByX ├── MultiplicationTableByX.py └── README.md ├── MultiplicationTablesByM ├── MultiplicationTablesByM.py └── README.md ├── No choice line edit.py ├── ObjectWithArrayAccess.py ├── OpenSSL_example ├── generate_selfsigned_cert.py └── p12_to_pem.py ├── Pascal Triangle fact.py ├── Pascal Triangle pow11.py ├── Pipe ├── Pipe.py └── README.md ├── Printing all instances of a class ├── use__garbage_collector__gc.py └── use__mixin_and_weakrefs.py ├── PyGithub_examples ├── config.py ├── create_repo.py ├── download_gist_files.py ├── get_rate_limit_info.py ├── gist_history_to_sqlite_db.py ├── print_gist_history.py ├── print_user_gists.py ├── print_user_repo.py └── search_by_code.py ├── PyMsgBox__examples ├── alert.py ├── confirm.py ├── password.py └── prompt.py ├── PyOpenGLExample ├── README.md ├── checkerboard.py ├── gingerbread.py ├── helloworld.py ├── maze.py ├── mouse.py ├── print_text.py ├── reshape.py ├── rosette.py ├── scatter.py ├── sierpinski.py ├── squares.py ├── turtle.py └── wireframe.py ├── PySvn_examples ├── analys_commits.py ├── commit_watcher.py ├── commits__draw_plot__by_all_authors.py ├── commits__draw_plot__by_single_author.py ├── commits__draw_plot__by_top5_authors.py ├── common.py ├── config.py ├── filter_log_by_message__print_release_version.py ├── get_commit_by_revision.py └── print_jira_by_date.py ├── QuadraticEquation ├── QuadraticEquation.py └── README.md ├── QuickChart__examples ├── common.py ├── draw_chart_on_other_image │ ├── input.jpg │ └── main.py ├── get_bytes.py ├── get_url__get_short_url.py └── to_file.py ├── README.md ├── README_logo.svg ├── RLE_encode.py ├── RSSbashorg ├── README.md └── RSSbashorg.py ├── Random_example ├── README.md └── main.py ├── ReadURLsFromFile ├── README.md └── ReadURLsFromFile.py ├── Reading_the_target_of_a_lnk_file └── using__winshell.py ├── Recursive search exe ├── via glob.py ├── via os.walk.py └── via pathlib.py ├── RemovingDuplicatesFromList ├── README.md └── RemovingDuplicatesFromList.py ├── SNMP__pysnmp__examples ├── SNMPTrapReceiver.py ├── get_table__get_CPU.py ├── hello_world.py └── hello_world__fix_imports.py ├── Serialize with pickle ├── README.md └── SerializeWithPickle.py ├── Sorting algorithm list ├── comparison_of_sorting.py └── sorts │ ├── README.md │ ├── __init__.py │ ├── bogosort.py │ ├── bubble_sort.py │ ├── bucket_sort.py │ ├── cocktail_shaker_sort.py │ ├── gnome_sort.py │ ├── heap_sort.py │ ├── insertion_sort.py │ ├── merge_sort.py │ ├── quick_sort.py │ ├── radix_sort.py │ ├── random_normaldistribution_quicksort.py │ ├── selection_sort.py │ ├── shell_sort.py │ └── topological_sort.py ├── Sorting ├── README.md ├── sort list strings with numbers.py └── sorting.py ├── Split a string into two elements.py ├── Start a file with its associated application ├── cert.cer ├── img.png ├── main.py └── result.txt ├── Timer ├── README.md └── pyside_qtimer.py ├── WrapperMap__work_with_dict_through_atts.py ├── XML ├── XML_to_dict__xmltodict__examples │ ├── dict_to_xml__unparse.py │ ├── dict_to_xml__unparse__real_example.py │ ├── hello_world.py │ ├── namespace_support.py │ ├── postprocessor.py │ ├── simple_python_object_to_xml__unparse.py │ ├── streaming_mode.py │ ├── streaming_mode__from_url_gzip.py │ └── use_other__expat.py ├── XML_to_python_objects__lxml.objectify__examples │ └── from_text.py ├── XML_to_python_objects__untagle__examples │ ├── data.xml │ ├── from_file.py │ ├── from_text.py │ └── from_url.py ├── lxml__xml.etree__examples │ ├── css_selector.py │ ├── get_inner_html.py │ ├── lxml_remove_blank_text.py │ ├── parse_WSDL │ │ ├── print__operation.py │ │ ├── smev-message-exchange-basic-1.3.xsd │ │ ├── smev-message-exchange-directive-1.3.xsd │ │ ├── smev-message-exchange-faults-1.3.xsd │ │ ├── smev-message-exchange-routing-1.3.xsd │ │ ├── smev-message-exchange-service-1.3.wsdl │ │ └── smev-message-exchange-types-1.3.xsd │ ├── parse_html.py │ ├── parse_xml.py │ └── small_parsing_of_different_sites │ │ └── https___aquapolis_ru_jelektronagrevatel-elecro-titan-optima-plus-380v_html.py ├── sax_FIAS_with_progress__HOUSEGUID.py ├── sax_FIAS_with_progress__HOUSEGUID__no_collect.py ├── sax_FIAS_with_progress__HOUSEGUID__no_collect__with_write_handler.py ├── xml.dom.minidom__examples │ └── print_element_with_max_date.py ├── xml.etree.ElementTree__examples │ ├── create_xml.py │ ├── dict_to_xml.etree.ElementTree.py │ ├── pretty_print.py │ ├── print_element_with_max_date.py │ └── xml_declaration.py ├── xml.parsers.expat__examples__like_sax │ └── hello_world.py └── xml_replace_comments │ └── xml_replace_comments.py ├── _FOO_TEST_TEST ├── 1.html ├── FOO_TEST_TEST.py ├── config.py ├── db.py ├── print_processes_in_directory.py └── tx_version_calendar.html ├── about clipboard changed ├── main.py └── with_notification │ ├── main.py │ └── notifications.py ├── about__user_agent ├── bots.py ├── fake_useragent__examples.py ├── get_random_win_UserAgent.py ├── ua_parser__examples.py └── user_agents_parse__examples.py ├── ago.py ├── aiohttp__asyncio__examples ├── aiohttp_check_user_agent.py ├── aiohttp_client.py ├── aiohttp_server.py ├── asyncio__hello_world.py ├── concurrent_requests.py ├── hello_world.py ├── hello_world__parse__lxml_etree.py └── ignore_aiohttp_ssl_error.py ├── alice_and_bob.py ├── alpha2_to_country ├── alpha2_to_country.json └── main.py ├── analog_using_webkit.py ├── analysis_append_game_date__sqlite_db__from__gist_commits ├── gist_commits.sqlite └── main.py ├── anonymization_quotes.py ├── api_clans.py ├── append_attrs_in_class_by_condition__MetaClass.py ├── ascii_magic__examples ├── input.png └── print_ascii_string.py ├── ascii_table.py ├── ascii_table__simple_pretty__format.py ├── ascii_table__simple_pretty__ljust.py ├── ascii_table__simple_pretty__rjust.py ├── ascii_table__using_tabulate.py ├── autoclick_RDP_task_icon ├── RDP_task_icon.png └── main.py ├── bcrypt__hash_password__kdf_key_derivation_function ├── hash_password.py └── kdf__key_derivation_function.py ├── bin2str ├── README.md ├── bin2str.py ├── gui.py └── screenshot.jpg ├── bitstruct__examples__parse_binary_files └── parse_ts__print_packet_transport_stream_header │ ├── main.py │ └── ny2019__000.ts ├── bleach__examples__remove_tags__clear_html ├── class_Cleaner.py ├── class_LinkifyFilter.py ├── custom_filter.py ├── escape_attributes.py ├── escape_protocols.py ├── escape_styles.py ├── escape_tags.py ├── linkify__callbacks_for_altering_attributes.py ├── linkify__callbacks_for_preventing_links.py ├── linkify__callbacks_for_removing_attributes.py ├── linkify__callbacks_for_removing_links.py ├── linkify__callbacks_for_setting_attributes.py ├── linkify__url_email.py ├── remove_comments.py └── remove_tags.py ├── broke_cyrillic_text_and_recovery.py ├── brute_force__examples ├── multiprocess.py └── single.py ├── bs4__BeautifulSoup__examples └── about_builders.py ├── bs4__book_authors.py ├── caesar_code ├── README.md ├── caesar_code.py └── rot13.py ├── calc_statistic_anime_Naruto__by_fillers └── main.py ├── calculator ├── calculator.py ├── use__ast_parse_eval.py ├── use__numeric_string_parser__module │ ├── main.py │ └── numeric_string_parser.py ├── use__numexpr__module │ └── main.py ├── use__simpleeval__module.py └── very_very_simple_calc.py ├── cbr_ru ├── XML_bic │ └── main.py ├── XML_dynamic │ └── current_usd_euro_rate_with_delta.py └── xml_metall │ ├── README.md │ └── main_old.py ├── chardet__examples ├── ascii.txt ├── cp1251.txt ├── hello_world.py └── utf-8.txt ├── check_internet.py ├── class_with_my_instances_property.py ├── clipboard_echo_with_clip.py ├── closure__examples ├── counter.py └── hello_world.py ├── codewars ├── Error_correction_1__Hamming_Code.py └── parse_molecule__Molecule to atoms.py ├── codingame ├── easy │ ├── ASCII Art.py │ ├── Chuck Norris.py │ ├── Horse-racing Duals.py │ ├── MIME Type.py │ ├── Mars Lander - Episode 1.py │ ├── Onboarding.py │ ├── Power of Thor - Episode 1.py │ ├── Temperatures.py │ ├── The Descent.py │ └── defibrillators.py └── medium │ ├── Bender - Episode 1.py │ └── There is no Spoon - Episode 1.py ├── collector_bash_im └── collector_bash_im.py ├── colorama__examples └── hello_world.py ├── combinatorics.py ├── combinatorics__generate__repeat__itertools__from_000_to_111.py ├── complex.py ├── compress__decompress__bz2__bzip2.py ├── compress__decompress__gzip.py ├── compress__decompress__lzma.py ├── compress__decompress__zlib.py ├── concurrency_in_python__threading_processing ├── about_1__single_thread.py ├── about_2__multithreading.py ├── about_3__multiprocessing.py ├── about_4__multiprocessing_with_Pool.py ├── multiprocessing__examples │ ├── Manager__example.py │ ├── code_execution_with_time_limit.py │ ├── create_process_get_result__communication__Pipe.py │ ├── create_process_get_result__communication__Queue.py │ ├── hello_world__Pool_map.py │ ├── hello_world__Process.py │ ├── hello_world__with_daemon.py │ ├── hello_world__without_daemon.py │ ├── multiprocessing__QApplication__create_child_process__with__Tkinter_and_Qt.py │ ├── multiprocessing__QApplication__in_other_process.py │ ├── multiprocessing__QApplication__in_other_process_list__Pool_map.py │ ├── multiprocessing__Tkinter__in_other_process.py │ ├── multiprocessing_with_QApplication_and_Tkinter__in_other_process.py │ ├── multiprocessing_with_webservers__flask.py │ ├── print_process_info.py │ └── synchronization_between_processes.py └── multithreading__threading__examples │ ├── ProcessPoolExecutor__examples │ └── hello_world.py │ ├── ThreadPoolExecutor__examples │ ├── hello_world.py │ ├── time_sleep.py │ └── time_sleep__as_completed.py │ ├── atomic_counter.py │ ├── code_execution_with_time_limit.py │ ├── example multiprocessing.dummy │ ├── hello_world.py │ ├── hello_world_with_result__requests.py │ ├── hello_world_with_result__urllib.py │ └── urls.py │ ├── flask__threaded │ ├── flask_test_script.py │ ├── threaded__with.py │ └── threaded__without.py │ ├── hello_world__with_daemon.py │ ├── hello_world__without_daemon.py │ ├── mini_example__with_threading.py │ ├── race_condition.py │ ├── sync_vs_async__with_requests_and_bs4.py │ ├── thread__with__callback.py │ ├── threading_with_webservers__flask.py │ └── timeout_run_function.py ├── confucius_quotes.py ├── connect_and_download_file_from_ftp.py ├── console__clear_line__cr_CARRIAGE_RETURN.py ├── console_change_data_in_line.py ├── contextlib__redirect__stdout_stderr ├── catch_stdout_and_stderr__Exception.py ├── redirect__stdout_to_stderr.py ├── redirect__to_file.py └── redirect__to_file_like_object.py ├── convert_image_to_ico ├── image.jpg └── main.py ├── convert_numpy_array_to_QImage.py ├── converter mils - mm ├── README.md └── main.py ├── copy2clipboard.py ├── copy2clipboard__via_pyperclip.py ├── copy_example.py ├── cors-anywhere-webserver └── main.py ├── cpu_info └── hello_world__cpuinfo.py ├── crash_on_windows.py ├── crc32__examples ├── 1.csv ├── 2.csv └── main.py ├── create_file_without_file_name.py ├── create_massive ├── README.md └── create_massive.py ├── create_thumbnail ├── images │ ├── Nature_150.jpg │ ├── Nature_154.jpg │ └── Nature_190.jpg └── main.py ├── create_vars__use_globals.py ├── cron_converter__examples ├── from_jenkins.py ├── hello_world.py └── test_from_jenkins.py ├── crypto__gost └── pygost__example__gostR34.11-94.py ├── cryptography__examples └── hello_world.py ├── css_to_xpath__gui ├── README.md ├── examples.py ├── main.py └── screenshot.png ├── csv__examples ├── input.csv ├── reader_csv.py ├── reader_csv__as_dict__DictReader.py ├── reader_csv__auto_dialect__using_csv_Sniffer.py ├── reader_csv__from_text.py ├── writer_csv.py ├── writer_csv__DictWriter.py └── writer_list_of_dict.py ├── current_time.py ├── currying__examples └── hello_world.py ├── curtain for sleeping.py ├── custom_with__context_manager ├── sqlite_execute.py ├── time_this_using_with__class.py └── time_this_using_with__function.py ├── cydoomgeneric__examples ├── .gitignore ├── README.md ├── demopygame.py ├── download_DOOM1_WAD.py ├── pyqt5.py └── run_demopygame.py ├── darknet-deeplearning-useful-scripts ├── README.MD ├── change-quality.py ├── create-train-list.py ├── remove-bad-images.py ├── remove-empty-png.py ├── remove-empty-txt.py ├── scour-templates.py └── screencapture-medium-manivannan-data-how-to-train-yolov3-to-detect-custom-objects-ccbcafeb13d2-2019-05-27-19_37_45.pdf ├── datetime__current_week_number.py ├── datetime__get_prev_month.py ├── datetime_example ├── README.md ├── correct_datetime.py ├── datetime_example.py ├── get_human_delta.py └── parse_text.py ├── datetime_strptime__and__setlocale.py ├── decode_base64_with_Incorrect_padding.py ├── delete_sublist.py ├── deputies_by_factions.py ├── design_patterns__examples ├── Abstract Factory │ └── example.py ├── Adapter │ ├── example__using_composition.py │ └── example__using_inheritance.py ├── Bridge │ ├── example_1 │ │ ├── devices │ │ │ ├── __init__.py │ │ │ ├── device.py │ │ │ ├── radio.py │ │ │ └── tv.py │ │ ├── main.py │ │ └── remotes │ │ │ ├── __init__.py │ │ │ ├── advanced_remote.py │ │ │ ├── basic_remote.py │ │ │ └── remote.py │ └── example_2.py ├── Builder │ ├── example.py │ ├── example2.py │ └── example_wok.py ├── Chain of responsibility │ ├── example_1.py │ ├── example_2.py │ ├── example_3.py │ ├── example_4.py │ ├── example_5.py │ └── example_6.py ├── Command │ └── example.py ├── Composite │ ├── example.py │ └── example__pyqt_draw.py ├── Decorator │ ├── example_1.py │ └── example_2.py ├── Facade │ ├── example_1.py │ ├── example_2.py │ └── example_3.py ├── Factory │ ├── example_1.py │ └── example_2.py ├── Flyweight │ ├── example_1.py │ └── example_2.py ├── Mediator │ ├── example_1.py │ ├── example_2.py │ └── example_notes__pyqt.py ├── Observer │ ├── example_1.py │ ├── example_2.py │ ├── example_3.py │ └── example_4.py ├── Prototype │ └── example.py ├── Proxy │ ├── example.py │ ├── example__cached.py │ ├── example__logged.py │ └── example__with_abc.py ├── Singleton │ └── example.py ├── Strategy │ ├── example.py │ └── example_1.py └── Template method │ ├── example_1.py │ ├── example_2.py │ ├── example_3.py │ └── example_4.py ├── destroy_chain_balls.py ├── detection_of_site_changes_Unistream ├── gui.py ├── main.py ├── print_all_revision.py ├── remove_last_diff.py └── show_last_diff.py ├── determines the type of image ├── img │ ├── bmp.txt │ ├── gif.txt │ ├── jpg.txt │ ├── png.txt │ └── txt.txt └── main.py ├── dict_to_url_params.py ├── diff_between_dates.py ├── diff_iterables.py ├── diff_times.py ├── difflib__examples └── hello_world.py ├── digital_pyramid.py ├── dis__bytecode__is_empty_function.py ├── disabling_redirection ├── requests_example.py └── urllib_example.py ├── do_krakozabry.py ├── download_and_solving_algebraic_expressions.py ├── download_file ├── README.md ├── download_file.py └── with_progress.py ├── download_file_with_progressbar ├── download_in_file__using_tqdm.py └── download_in_memory__using_tqdm.py ├── download_volume_readmanga.py ├── downloads_database_domains ├── README.md └── downloads_database_domains.py ├── dpath__examples__search_filter__dict_json └── main.py ├── draw fractal ├── Apollon_Set │ ├── Apollon_Set__PIL.py │ ├── README.md │ └── img.png ├── Cantor_dust │ ├── Cantor_dust__PIL.py │ ├── README.md │ └── img.png ├── Circular_fractal │ ├── Circular_fractal__PIL.py │ ├── README.md │ └── img.png ├── Dragon_curve_1 │ ├── Dragon_curve_1__PIL.py │ ├── README.md │ └── img.png ├── Fern │ ├── Fern__PIL.py │ ├── README.md │ └── img.png ├── Fern_2 │ ├── Fern_2__PIL.py │ ├── README.md │ └── img.png ├── Fingerprint │ ├── Fingerprint__PIL.py │ ├── README.md │ └── img.png ├── Fractal_tree │ ├── Fractal_tree__PIL.py │ ├── Fractal_tree__Qt_gui.py │ ├── README.md │ └── img.png ├── Gosper_curve │ ├── Gosper_curve__PIL.py │ ├── README.md │ └── img.png ├── Ice_fractal_1 │ ├── Circular_fractal_1__PIL.py │ ├── README.md │ └── img.png ├── Ice_fractal_2 │ ├── Circular_fractal_2__PIL.py │ ├── README.md │ └── img.png ├── Koch_curve │ ├── Koch_curve__PIL.py │ ├── Koch_curve__Qt.py │ ├── Koch_curve__Qt_gui.py │ ├── README.md │ └── img.png ├── Koch_snowflake │ ├── Koch_snowflake__PIL.py │ ├── README.md │ └── img.png ├── Levy_curve │ ├── Levy_curve__PIL.py │ ├── README.md │ └── img.png ├── Mandelbrot_Set_1 │ ├── Mandelbrot_Set_1__PIL.py │ ├── README.md │ └── img.png ├── Mandelbrot_Set_2 │ ├── Mandelbrot_Set_2__PIL.py │ ├── README.md │ └── img.png ├── Minkowski_curve │ ├── Minkowski_curve__PIL.py │ ├── README.md │ └── img.png ├── Monkey_tree │ ├── Monkey_tree__PIL.py │ ├── README.md │ └── img.png ├── Pythagoras_tree_2 │ ├── Pythagoras_tree_2__PIL.py │ ├── README.md │ └── img.png ├── Sierpinski_carpet │ ├── README.md │ ├── Sierpinski_carpet__PIL.py │ └── img.png ├── Sierpinski_triangle │ ├── README.md │ ├── Sierpinski_triangle__PIL.py │ └── img.png └── Snowflake │ ├── README.md │ ├── Snowflake__PIL.py │ └── img.png ├── draw_handman.py ├── draw_wave.py ├── dynamic_methods_link_call.py ├── earth_console_animations.py ├── effect_of_vanishing_photos ├── effect_of_vanishing_photos.py └── im.png ├── email ├── README.md ├── attach.py ├── attach_files │ ├── hello.html │ ├── im1.png │ └── im2.jpg ├── html.py ├── last_from.py └── simple.py ├── email_validator__examples └── hello_world.py ├── emulating input().py ├── enum__examples.py ├── enum__examples ├── hello_world__IntEnum__auto_value.py ├── hello_world__auto_value.py ├── random_value.py └── value_as_title.py ├── eval_expr_total_time.py ├── exchange_rates ├── banki_ru.py ├── cbr_ru.py ├── cbr_ru_parse.py └── yahoo.py ├── exit_handler.py ├── explore__windows.py ├── extract__one_file_exe__pyinstaller ├── _source_test_file.py ├── _test_file.py └── main.py ├── extract_from_doc.qt.io └── main.py ├── f-strings__formatted string literals__PEP 498 ├── example_from__python_docs.py ├── example_from__shultais.education.py └── my_example.py ├── fastapi__examples ├── README.md ├── blog_from_stepic │ ├── .gitignore │ ├── README.md │ ├── requirements.txt │ ├── run.bat │ └── src │ │ ├── blog │ │ ├── __init__.py │ │ ├── domains.py │ │ ├── main.py │ │ ├── repositories.py │ │ ├── resources.py │ │ ├── schemas.py │ │ └── services.py │ │ └── tests │ │ └── __init__.py ├── logging │ ├── config.py │ ├── logging_config.yml │ ├── main.py │ └── run_with_log_config.bat ├── market_from_stepic │ ├── .gitignore │ ├── README.md │ ├── requirements.txt │ ├── run.bat │ ├── run_python12.bat │ └── src │ │ ├── examples │ │ └── auth_to_api.py │ │ ├── market │ │ ├── __init__.py │ │ ├── auth.py │ │ ├── config.py │ │ ├── db.py │ │ ├── main.py │ │ ├── models.py │ │ ├── resources.py │ │ ├── security.py │ │ └── services.py │ │ └── tests │ │ └── __init__.py ├── running-programmatically.py └── show_my_ip.py ├── fb2__parsing ├── common.py ├── extract_cover_page_image.py ├── extract_pictures_from_fb2 │ ├── common.py │ ├── fb2_pictures__using_bs4.py │ ├── fb2_pictures__using_lxml.py │ ├── fb2_pictures__using_lxml_iterwalk.py │ ├── fb2_pictures__using_re.py │ ├── fb2_pictures__using_str_find.py │ ├── fb2_pictures__using_xml_etree.py │ ├── fb2_pictures__using_xml_etree_xpath.py │ ├── fb2_pictures__using_xml_expat.py │ ├── fb2_pictures__using_xml_sax.py │ └── time_test.py ├── get_annotation.py ├── get_authors.py ├── get_notes.py ├── get_sections.py ├── input │ ├── 1. Безымянный раб.fb2 │ └── Непутевый ученик в школе магии 1. Зачисление в школу (Часть 1).fb2 └── print_section_by_text_number_length.py ├── ffmpeg_examples ├── many_files_with_subprocess.py └── text_overlay_on_video │ ├── BH_Logo.wmv │ ├── FreeSerif.ttf │ └── text_overlay_on_video.py ├── file ├── append.py ├── input__seek.txt ├── read.py ├── seek.py └── write.py ├── file_tree_maker.py ├── find_groups_of_repeating_sequences__using_itertools_groupby.py ├── find_groups_of_repeating_sequences__using_re.py ├── find_most_common_substrings_in_a_string.py ├── find_most_common_substrings_in_a_string__with_fixed_subtring_length.py ├── find_most_common_substrings_in_a_string__with_minimal_substring_length.py ├── firefox ├── api.py ├── common.py ├── delete_tabs_and_bookmarks │ ├── close_tabs_with_bookmarks.py │ ├── config.py │ ├── delete_duplicate_tabs.py │ ├── delete_tabs_and_bookmarks_with_404.py │ └── show_stats.py ├── jsonlz4_mozLz4 │ ├── mozlz4a.py │ └── test │ │ ├── recovery.jsonlz4 │ │ └── test.py └── parse_profile__places.sqlite │ ├── dump_dns-shop_products.py │ └── tracked_products.json ├── flask-paginate__example ├── app.cfg ├── app.py ├── readme ├── sql.py ├── static │ └── web.css ├── templates │ ├── base.html │ └── index.html └── test.db ├── flask__jquery_easyui__examples ├── datagrid__games │ ├── games.sqlite │ ├── main.py │ └── templates │ │ └── index.html ├── datalist__basic__and__group │ └── main.py ├── layout__datagrid__games__two_horizontal │ ├── main.py │ └── templates │ │ └── index.html ├── set_locale │ └── main.py ├── set_theme │ └── main.py └── static │ └── js │ └── jquery-easyui-1.6.3 │ ├── changelog.txt │ ├── demo-mobile │ ├── accordion │ │ ├── _content.html │ │ ├── basic.html │ │ └── header.html │ ├── animation │ │ ├── basic.html │ │ ├── fade.html │ │ ├── pop.html │ │ └── slide.html │ ├── badge │ │ ├── basic.html │ │ ├── button.html │ │ ├── list.html │ │ └── tabs.html │ ├── button │ │ ├── basic.html │ │ ├── group.html │ │ ├── style.html │ │ └── switch.html │ ├── datagrid │ │ ├── basic.html │ │ └── rowediting.html │ ├── datalist │ │ ├── basic.html │ │ ├── group.html │ │ └── selection.html │ ├── dialog │ │ ├── basic.html │ │ └── message.html │ ├── form │ │ └── basic.html │ ├── images │ │ ├── login1.jpg │ │ ├── modem.png │ │ ├── more.png │ │ ├── pda.png │ │ ├── scanner.png │ │ └── tablet.png │ ├── input │ │ ├── numberspinner.html │ │ └── textbox.html │ ├── layout │ │ └── basic.html │ ├── menu │ │ ├── basic.html │ │ └── menubar.html │ ├── panel │ │ ├── _content.html │ │ ├── ajax.html │ │ ├── basic.html │ │ └── nav.html │ ├── simplelist │ │ ├── basic.html │ │ ├── button.html │ │ ├── group.html │ │ ├── image.html │ │ └── link.html │ ├── tabs │ │ ├── basic.html │ │ ├── nav.html │ │ └── pill.html │ ├── toolbar │ │ ├── basic.html │ │ ├── button.html │ │ └── menu.html │ └── tree │ │ ├── basic.html │ │ └── dnd.html │ ├── demo │ ├── accordion │ │ ├── _content.html │ │ ├── actions.html │ │ ├── ajax.html │ │ ├── basic.html │ │ ├── datagrid_data1.json │ │ ├── expandable.html │ │ ├── fluid.html │ │ ├── horizontal.html │ │ ├── multiple.html │ │ └── tools.html │ ├── calendar │ │ ├── basic.html │ │ ├── custom.html │ │ ├── disabledate.html │ │ ├── firstday.html │ │ ├── fluid.html │ │ └── weeknumber.html │ ├── checkbox │ │ └── basic.html │ ├── combo │ │ ├── animation.html │ │ └── basic.html │ ├── combobox │ │ ├── actions.html │ │ ├── basic.html │ │ ├── combobox_data1.json │ │ ├── combobox_data2.json │ │ ├── customformat.html │ │ ├── dynamicdata.html │ │ ├── fluid.html │ │ ├── group.html │ │ ├── icons.html │ │ ├── itemicon.html │ │ ├── multiline.html │ │ ├── multiple.html │ │ ├── navigation.html │ │ ├── remotedata.html │ │ └── remotejsonp.html │ ├── combogrid │ │ ├── actions.html │ │ ├── basic.html │ │ ├── datagrid_data1.json │ │ ├── fluid.html │ │ ├── initvalue.html │ │ ├── multiple.html │ │ ├── navigation.html │ │ └── setvalue.html │ ├── combotree │ │ ├── actions.html │ │ ├── basic.html │ │ ├── fluid.html │ │ ├── initvalue.html │ │ ├── multiple.html │ │ └── tree_data1.json │ ├── combotreegrid │ │ ├── basic.html │ │ ├── multiple.html │ │ └── treegrid_data1.json │ ├── datagrid │ │ ├── aligncolumns.html │ │ ├── basic.html │ │ ├── cacheeditor.html │ │ ├── cellediting.html │ │ ├── cellstyle.html │ │ ├── checkbox.html │ │ ├── clientpagination.html │ │ ├── columngroup.html │ │ ├── complextoolbar.html │ │ ├── contextmenu.html │ │ ├── custompager.html │ │ ├── datagrid_data1.json │ │ ├── datagrid_data2.json │ │ ├── fluid.html │ │ ├── footer.html │ │ ├── formatcolumns.html │ │ ├── frozencolumns.html │ │ ├── frozenrows.html │ │ ├── mergecells.html │ │ ├── multisorting.html │ │ ├── products.json │ │ ├── rowborder.html │ │ ├── rowediting.html │ │ ├── rowstyle.html │ │ ├── selection.html │ │ ├── simpletoolbar.html │ │ └── transform.html │ ├── datalist │ │ ├── basic.html │ │ ├── checkbox.html │ │ ├── datalist_data1.json │ │ ├── group.html │ │ ├── multiselect.html │ │ └── remotedata.html │ ├── datebox │ │ ├── basic.html │ │ ├── buttons.html │ │ ├── clone.html │ │ ├── dateformat.html │ │ ├── events.html │ │ ├── fluid.html │ │ ├── restrict.html │ │ ├── sharedcalendar.html │ │ └── validate.html │ ├── datetimebox │ │ ├── basic.html │ │ ├── fluid.html │ │ ├── initvalue.html │ │ └── showseconds.html │ ├── datetimespinner │ │ ├── basic.html │ │ ├── clearicon.html │ │ ├── fluid.html │ │ └── format.html │ ├── demo.css │ ├── dialog │ │ ├── basic.html │ │ ├── complextoolbar.html │ │ ├── fluid.html │ │ └── toolbarbuttons.html │ ├── draggable │ │ ├── basic.html │ │ ├── constrain.html │ │ └── snap.html │ ├── droppable │ │ ├── accept.html │ │ ├── basic.html │ │ └── sort.html │ ├── easyloader │ │ └── basic.html │ ├── filebox │ │ ├── basic.html │ │ ├── buttonalign.html │ │ └── fluid.html │ ├── form │ │ ├── basic.html │ │ ├── form_data1.json │ │ ├── load.html │ │ └── validateonsubmit.html │ ├── layout │ │ ├── _content.html │ │ ├── addremove.html │ │ ├── autoheight.html │ │ ├── basic.html │ │ ├── collapsetitle.html │ │ ├── complex.html │ │ ├── customcollapsetitle.html │ │ ├── datagrid_data1.json │ │ ├── fluid.html │ │ ├── full.html │ │ ├── nestedlayout.html │ │ ├── nocollapsible.html │ │ ├── propertygrid_data1.json │ │ └── tree_data1.json │ ├── linkbutton │ │ ├── basic.html │ │ ├── fluid.html │ │ ├── group.html │ │ ├── iconalign.html │ │ ├── plain.html │ │ ├── size.html │ │ ├── style.html │ │ └── toggle.html │ ├── maskedbox │ │ └── basic.html │ ├── menu │ │ ├── basic.html │ │ ├── customitem.html │ │ ├── events.html │ │ ├── inline.html │ │ └── nav.html │ ├── menubutton │ │ ├── actions.html │ │ ├── alignment.html │ │ ├── basic.html │ │ └── nav.html │ ├── messager │ │ ├── alert.html │ │ ├── basic.html │ │ ├── interactive.html │ │ └── position.html │ ├── numberbox │ │ ├── basic.html │ │ ├── fluid.html │ │ ├── format.html │ │ └── range.html │ ├── numberspinner │ │ ├── align.html │ │ ├── basic.html │ │ ├── fluid.html │ │ ├── increment.html │ │ └── range.html │ ├── pagination │ │ ├── attaching.html │ │ ├── basic.html │ │ ├── custombuttons.html │ │ ├── layout.html │ │ ├── links.html │ │ └── simple.html │ ├── panel │ │ ├── _content.html │ │ ├── basic.html │ │ ├── customtools.html │ │ ├── fluid.html │ │ ├── footer.html │ │ ├── halign.html │ │ ├── loadcontent.html │ │ ├── nestedpanel.html │ │ └── paneltools.html │ ├── passwordbox │ │ ├── basic.html │ │ ├── flash.html │ │ └── validatepassword.html │ ├── progressbar │ │ ├── basic.html │ │ └── fluid.html │ ├── propertygrid │ │ ├── basic.html │ │ ├── customcolumns.html │ │ ├── groupformat.html │ │ └── propertygrid_data1.json │ ├── radiobutton │ │ └── basic.html │ ├── resizable │ │ └── basic.html │ ├── searchbox │ │ ├── basic.html │ │ ├── category.html │ │ └── fluid.html │ ├── sidemenu │ │ ├── basic.html │ │ ├── sidemenu_style.css │ │ └── style.html │ ├── slider │ │ ├── basic.html │ │ ├── fluid.html │ │ ├── formattip.html │ │ ├── nonlinear.html │ │ ├── range.html │ │ ├── rule.html │ │ └── vertical.html │ ├── splitbutton │ │ ├── actions.html │ │ └── basic.html │ ├── switchbutton │ │ ├── action.html │ │ └── basic.html │ ├── tabs │ │ ├── _content.html │ │ ├── autoheight.html │ │ ├── basic.html │ │ ├── dropdown.html │ │ ├── fixedwidth.html │ │ ├── fluid.html │ │ ├── hover.html │ │ ├── images │ │ │ ├── modem.png │ │ │ ├── pda.png │ │ │ ├── scanner.png │ │ │ └── tablet.png │ │ ├── nestedtabs.html │ │ ├── striptools.html │ │ ├── style.html │ │ ├── tabimage.html │ │ ├── tabposition.html │ │ ├── tabstools.html │ │ └── tree_data1.json │ ├── tagbox │ │ ├── autocomplete.html │ │ ├── basic.html │ │ ├── button.html │ │ ├── format.html │ │ ├── style.html │ │ ├── tagbox_data1.json │ │ └── validate.html │ ├── textbox │ │ ├── basic.html │ │ ├── button.html │ │ ├── clearicon.html │ │ ├── custom.html │ │ ├── fluid.html │ │ ├── icons.html │ │ ├── multiline.html │ │ └── size.html │ ├── timespinner │ │ ├── actions.html │ │ ├── basic.html │ │ ├── fluid.html │ │ └── range.html │ ├── tooltip │ │ ├── _content.html │ │ ├── _dialog.html │ │ ├── ajax.html │ │ ├── basic.html │ │ ├── customcontent.html │ │ ├── customstyle.html │ │ ├── position.html │ │ ├── toolbar.html │ │ └── tooltipdialog.html │ ├── tree │ │ ├── actions.html │ │ ├── animation.html │ │ ├── basic.html │ │ ├── checkbox.html │ │ ├── contextmenu.html │ │ ├── customcheckbox.html │ │ ├── dnd.html │ │ ├── editable.html │ │ ├── formatting.html │ │ ├── icons.html │ │ ├── lazyload.html │ │ ├── lines.html │ │ ├── tree_data1.json │ │ └── tree_data2.json │ ├── treegrid │ │ ├── actions.html │ │ ├── basic.html │ │ ├── checkbox.html │ │ ├── clientpagination.html │ │ ├── contextmenu.html │ │ ├── customcheckbox.html │ │ ├── editable.html │ │ ├── fluid.html │ │ ├── footer.html │ │ ├── lines.html │ │ ├── reports.html │ │ ├── treegrid_data1.json │ │ ├── treegrid_data2.json │ │ └── treegrid_data3.json │ ├── validatebox │ │ ├── basic.html │ │ ├── customtooltip.html │ │ ├── errorplacement.html │ │ └── validateonblur.html │ └── window │ │ ├── basic.html │ │ ├── borderstyle.html │ │ ├── customtools.html │ │ ├── fluid.html │ │ ├── footer.html │ │ ├── inlinewindow.html │ │ ├── modalwindow.html │ │ └── windowlayout.html │ ├── easyloader.js │ ├── jquery.easyui.min.js │ ├── jquery.easyui.mobile.js │ ├── jquery.min.js │ ├── license_freeware.txt │ ├── locale │ ├── easyui-lang-af.js │ ├── easyui-lang-am.js │ ├── easyui-lang-ar.js │ ├── easyui-lang-bg.js │ ├── easyui-lang-ca.js │ ├── easyui-lang-cs.js │ ├── easyui-lang-cz.js │ ├── easyui-lang-da.js │ ├── easyui-lang-de.js │ ├── easyui-lang-el.js │ ├── easyui-lang-en.js │ ├── easyui-lang-es.js │ ├── easyui-lang-fa.js │ ├── easyui-lang-fr.js │ ├── easyui-lang-it.js │ ├── easyui-lang-jp.js │ ├── easyui-lang-ko.js │ ├── easyui-lang-nl.js │ ├── easyui-lang-pl.js │ ├── easyui-lang-pt_BR.js │ ├── easyui-lang-ru.js │ ├── easyui-lang-sv_SE.js │ ├── easyui-lang-tr.js │ ├── easyui-lang-ua.js │ ├── easyui-lang-zh_CN.js │ └── easyui-lang-zh_TW.js │ ├── plugins │ ├── jquery.accordion.js │ ├── jquery.calendar.js │ ├── jquery.checkbox.js │ ├── jquery.combo.js │ ├── jquery.combobox.js │ ├── jquery.combogrid.js │ ├── jquery.combotree.js │ ├── jquery.combotreegrid.js │ ├── jquery.datagrid.js │ ├── jquery.datalist.js │ ├── jquery.datebox.js │ ├── jquery.datetimebox.js │ ├── jquery.datetimespinner.js │ ├── jquery.dialog.js │ ├── jquery.draggable.js │ ├── jquery.droppable.js │ ├── jquery.filebox.js │ ├── jquery.form.js │ ├── jquery.layout.js │ ├── jquery.linkbutton.js │ ├── jquery.maskedbox.js │ ├── jquery.menu.js │ ├── jquery.menubutton.js │ ├── jquery.messager.js │ ├── jquery.mobile.js │ ├── jquery.numberbox.js │ ├── jquery.numberspinner.js │ ├── jquery.pagination.js │ ├── jquery.panel.js │ ├── jquery.parser.js │ ├── jquery.passwordbox.js │ ├── jquery.progressbar.js │ ├── jquery.propertygrid.js │ ├── jquery.radiobutton.js │ ├── jquery.resizable.js │ ├── jquery.searchbox.js │ ├── jquery.sidemenu.js │ ├── jquery.slider.js │ ├── jquery.spinner.js │ ├── jquery.splitbutton.js │ ├── jquery.switchbutton.js │ ├── jquery.tabs.js │ ├── jquery.tagbox.js │ ├── jquery.textbox.js │ ├── jquery.timespinner.js │ ├── jquery.tooltip.js │ ├── jquery.tree.js │ ├── jquery.treegrid.js │ ├── jquery.validatebox.js │ └── jquery.window.js │ ├── readme.txt │ ├── src │ ├── easyloader.js │ ├── jquery.accordion.js │ ├── jquery.calendar.js │ ├── jquery.combobox.js │ ├── jquery.datebox.js │ ├── jquery.draggable.js │ ├── jquery.droppable.js │ ├── jquery.form.js │ ├── jquery.linkbutton.js │ ├── jquery.menu.js │ ├── jquery.parser.js │ ├── jquery.progressbar.js │ ├── jquery.propertygrid.js │ ├── jquery.resizable.js │ ├── jquery.slider.js │ ├── jquery.tabs.js │ └── jquery.window.js │ └── themes │ ├── angular.css │ ├── black │ ├── accordion.css │ ├── calendar.css │ ├── checkbox.css │ ├── combo.css │ ├── combobox.css │ ├── datagrid.css │ ├── datalist.css │ ├── datebox.css │ ├── dialog.css │ ├── easyui.css │ ├── filebox.css │ ├── images │ │ ├── accordion_arrows.png │ │ ├── blank.gif │ │ ├── calendar_arrows.png │ │ ├── combo_arrow.png │ │ ├── datagrid_icons.png │ │ ├── datebox_arrow.png │ │ ├── layout_arrows.png │ │ ├── linkbutton_bg.png │ │ ├── loading.gif │ │ ├── menu_arrows.png │ │ ├── messager_icons.png │ │ ├── pagination_icons.png │ │ ├── panel_tools.png │ │ ├── passwordbox_close.png │ │ ├── passwordbox_open.png │ │ ├── searchbox_button.png │ │ ├── slider_handle.png │ │ ├── spinner_arrows.png │ │ ├── tabs_icons.png │ │ ├── tagbox_icons.png │ │ ├── tree_icons.png │ │ └── validatebox_warning.png │ ├── layout.css │ ├── linkbutton.css │ ├── menu.css │ ├── menubutton.css │ ├── messager.css │ ├── numberbox.css │ ├── pagination.css │ ├── panel.css │ ├── passwordbox.css │ ├── progressbar.css │ ├── propertygrid.css │ ├── radiobutton.css │ ├── searchbox.css │ ├── sidemenu.css │ ├── slider.css │ ├── spinner.css │ ├── splitbutton.css │ ├── switchbutton.css │ ├── tabs.css │ ├── tagbox.css │ ├── textbox.css │ ├── tooltip.css │ ├── tree.css │ ├── validatebox.css │ └── window.css │ ├── bootstrap │ ├── accordion.css │ ├── calendar.css │ ├── checkbox.css │ ├── combo.css │ ├── combobox.css │ ├── datagrid.css │ ├── datalist.css │ ├── datebox.css │ ├── dialog.css │ ├── easyui.css │ ├── filebox.css │ ├── images │ │ ├── accordion_arrows.png │ │ ├── blank.gif │ │ ├── calendar_arrows.png │ │ ├── combo_arrow.png │ │ ├── datagrid_icons.png │ │ ├── datebox_arrow.png │ │ ├── layout_arrows.png │ │ ├── linkbutton_bg.png │ │ ├── loading.gif │ │ ├── menu_arrows.png │ │ ├── messager_icons.png │ │ ├── pagination_icons.png │ │ ├── panel_tools.png │ │ ├── passwordbox_close.png │ │ ├── passwordbox_open.png │ │ ├── searchbox_button.png │ │ ├── slider_handle.png │ │ ├── spinner_arrows.png │ │ ├── tabs_icons.png │ │ ├── tagbox_icons.png │ │ ├── tree_icons.png │ │ └── validatebox_warning.png │ ├── layout.css │ ├── linkbutton.css │ ├── menu.css │ ├── menubutton.css │ ├── messager.css │ ├── numberbox.css │ ├── pagination.css │ ├── panel.css │ ├── passwordbox.css │ ├── progressbar.css │ ├── propertygrid.css │ ├── radiobutton.css │ ├── searchbox.css │ ├── sidemenu.css │ ├── slider.css │ ├── spinner.css │ ├── splitbutton.css │ ├── switchbutton.css │ ├── tabs.css │ ├── tagbox.css │ ├── textbox.css │ ├── tooltip.css │ ├── tree.css │ ├── validatebox.css │ └── window.css │ ├── color.css │ ├── default │ ├── accordion.css │ ├── calendar.css │ ├── checkbox.css │ ├── combo.css │ ├── combobox.css │ ├── datagrid.css │ ├── datalist.css │ ├── datebox.css │ ├── dialog.css │ ├── easyui.css │ ├── filebox.css │ ├── images │ │ ├── accordion_arrows.png │ │ ├── blank.gif │ │ ├── calendar_arrows.png │ │ ├── combo_arrow.png │ │ ├── datagrid_icons.png │ │ ├── datebox_arrow.png │ │ ├── layout_arrows.png │ │ ├── linkbutton_bg.png │ │ ├── loading.gif │ │ ├── menu_arrows.png │ │ ├── messager_icons.png │ │ ├── pagination_icons.png │ │ ├── panel_tools.png │ │ ├── passwordbox_close.png │ │ ├── passwordbox_open.png │ │ ├── searchbox_button.png │ │ ├── slider_handle.png │ │ ├── spinner_arrows.png │ │ ├── tabs_icons.png │ │ ├── tagbox_icons.png │ │ ├── tree_icons.png │ │ └── validatebox_warning.png │ ├── layout.css │ ├── linkbutton.css │ ├── menu.css │ ├── menubutton.css │ ├── messager.css │ ├── numberbox.css │ ├── pagination.css │ ├── panel.css │ ├── passwordbox.css │ ├── progressbar.css │ ├── propertygrid.css │ ├── radiobutton.css │ ├── searchbox.css │ ├── sidemenu.css │ ├── slider.css │ ├── spinner.css │ ├── splitbutton.css │ ├── switchbutton.css │ ├── tabs.css │ ├── tagbox.css │ ├── textbox.css │ ├── tooltip.css │ ├── tree.css │ ├── validatebox.css │ └── window.css │ ├── gray │ ├── accordion.css │ ├── calendar.css │ ├── checkbox.css │ ├── combo.css │ ├── combobox.css │ ├── datagrid.css │ ├── datalist.css │ ├── datebox.css │ ├── dialog.css │ ├── easyui.css │ ├── filebox.css │ ├── images │ │ ├── accordion_arrows.png │ │ ├── blank.gif │ │ ├── calendar_arrows.png │ │ ├── combo_arrow.png │ │ ├── datagrid_icons.png │ │ ├── datebox_arrow.png │ │ ├── layout_arrows.png │ │ ├── linkbutton_bg.png │ │ ├── loading.gif │ │ ├── menu_arrows.png │ │ ├── messager_icons.png │ │ ├── pagination_icons.png │ │ ├── panel_tools.png │ │ ├── passwordbox_close.png │ │ ├── passwordbox_open.png │ │ ├── searchbox_button.png │ │ ├── slider_handle.png │ │ ├── spinner_arrows.png │ │ ├── tabs_icons.png │ │ ├── tagbox_icons.png │ │ ├── tree_icons.png │ │ └── validatebox_warning.png │ ├── layout.css │ ├── linkbutton.css │ ├── menu.css │ ├── menubutton.css │ ├── messager.css │ ├── numberbox.css │ ├── pagination.css │ ├── panel.css │ ├── passwordbox.css │ ├── progressbar.css │ ├── propertygrid.css │ ├── radiobutton.css │ ├── searchbox.css │ ├── sidemenu.css │ ├── slider.css │ ├── spinner.css │ ├── splitbutton.css │ ├── switchbutton.css │ ├── tabs.css │ ├── tagbox.css │ ├── textbox.css │ ├── tooltip.css │ ├── tree.css │ ├── validatebox.css │ └── window.css │ ├── icon.css │ ├── icons │ ├── back.png │ ├── blank.gif │ ├── cancel.png │ ├── clear.png │ ├── cut.png │ ├── edit_add.png │ ├── edit_remove.png │ ├── filesave.png │ ├── filter.png │ ├── help.png │ ├── large_chart.png │ ├── large_clipart.png │ ├── large_picture.png │ ├── large_shapes.png │ ├── large_smartart.png │ ├── lock.png │ ├── man.png │ ├── mini_add.png │ ├── mini_edit.png │ ├── mini_refresh.png │ ├── more.png │ ├── no.png │ ├── ok.png │ ├── pencil.png │ ├── print.png │ ├── redo.png │ ├── reload.png │ ├── search.png │ ├── sum.png │ ├── tip.png │ └── undo.png │ ├── material-teal │ ├── accordion.css │ ├── calendar.css │ ├── checkbox.css │ ├── combo.css │ ├── combobox.css │ ├── datagrid.css │ ├── datalist.css │ ├── datebox.css │ ├── dialog.css │ ├── easyui.css │ ├── filebox.css │ ├── images │ │ ├── Thumbs.db │ │ ├── accordion_arrows.png │ │ ├── blank.gif │ │ ├── calendar_arrows.png │ │ ├── combo_arrow.png │ │ ├── datagrid_icons.png │ │ ├── datebox_arrow.png │ │ ├── layout_arrows.png │ │ ├── linkbutton_bg.png │ │ ├── loading.gif │ │ ├── menu_arrows.png │ │ ├── messager_icons.png │ │ ├── pagination_icons.png │ │ ├── panel_tools.png │ │ ├── passwordbox_close.png │ │ ├── passwordbox_open.png │ │ ├── searchbox_button.png │ │ ├── slider_handle.png │ │ ├── spinner_arrows.png │ │ ├── tabs_icons.png │ │ ├── tagbox_icons.png │ │ ├── tree_icons.png │ │ └── validatebox_warning.png │ ├── layout.css │ ├── linkbutton.css │ ├── menu.css │ ├── menubutton.css │ ├── messager.css │ ├── numberbox.css │ ├── pagination.css │ ├── panel.css │ ├── passwordbox.css │ ├── progressbar.css │ ├── propertygrid.css │ ├── radiobutton.css │ ├── searchbox.css │ ├── sidemenu.css │ ├── slider.css │ ├── spinner.css │ ├── splitbutton.css │ ├── switchbutton.css │ ├── tabs.css │ ├── tagbox.css │ ├── textbox.css │ ├── tooltip.css │ ├── tree.css │ ├── validatebox.css │ └── window.css │ ├── material │ ├── accordion.css │ ├── calendar.css │ ├── checkbox.css │ ├── combo.css │ ├── combobox.css │ ├── datagrid.css │ ├── datalist.css │ ├── datebox.css │ ├── dialog.css │ ├── easyui.css │ ├── filebox.css │ ├── images │ │ ├── Thumbs.db │ │ ├── accordion_arrows.png │ │ ├── blank.gif │ │ ├── calendar_arrows.png │ │ ├── combo_arrow.png │ │ ├── datagrid_icons.png │ │ ├── datebox_arrow.png │ │ ├── layout_arrows.png │ │ ├── linkbutton_bg.png │ │ ├── loading.gif │ │ ├── menu_arrows.png │ │ ├── messager_icons.png │ │ ├── pagination_icons.png │ │ ├── panel_tools.png │ │ ├── passwordbox_close.png │ │ ├── passwordbox_open.png │ │ ├── searchbox_button.png │ │ ├── slider_handle.png │ │ ├── spinner_arrows.png │ │ ├── tabs_icons.png │ │ ├── tagbox_icons.png │ │ ├── tree_icons.png │ │ └── validatebox_warning.png │ ├── layout.css │ ├── linkbutton.css │ ├── menu.css │ ├── menubutton.css │ ├── messager.css │ ├── numberbox.css │ ├── pagination.css │ ├── panel.css │ ├── passwordbox.css │ ├── progressbar.css │ ├── propertygrid.css │ ├── radiobutton.css │ ├── searchbox.css │ ├── sidemenu.css │ ├── slider.css │ ├── spinner.css │ ├── splitbutton.css │ ├── switchbutton.css │ ├── tabs.css │ ├── tagbox.css │ ├── textbox.css │ ├── tooltip.css │ ├── tree.css │ ├── validatebox.css │ └── window.css │ ├── metro │ ├── accordion.css │ ├── calendar.css │ ├── checkbox.css │ ├── combo.css │ ├── combobox.css │ ├── datagrid.css │ ├── datalist.css │ ├── datebox.css │ ├── dialog.css │ ├── easyui.css │ ├── filebox.css │ ├── images │ │ ├── accordion_arrows.png │ │ ├── blank.gif │ │ ├── calendar_arrows.png │ │ ├── combo_arrow.png │ │ ├── datagrid_icons.png │ │ ├── datebox_arrow.png │ │ ├── layout_arrows.png │ │ ├── linkbutton_bg.png │ │ ├── loading.gif │ │ ├── menu_arrows.png │ │ ├── messager_icons.png │ │ ├── pagination_icons.png │ │ ├── panel_tools.png │ │ ├── passwordbox_close.png │ │ ├── passwordbox_open.png │ │ ├── searchbox_button.png │ │ ├── slider_handle.png │ │ ├── spinner_arrows.png │ │ ├── tabs_icons.png │ │ ├── tagbox_icons.png │ │ ├── tree_icons.png │ │ └── validatebox_warning.png │ ├── layout.css │ ├── linkbutton.css │ ├── menu.css │ ├── menubutton.css │ ├── messager.css │ ├── numberbox.css │ ├── pagination.css │ ├── panel.css │ ├── passwordbox.css │ ├── progressbar.css │ ├── propertygrid.css │ ├── radiobutton.css │ ├── searchbox.css │ ├── sidemenu.css │ ├── slider.css │ ├── spinner.css │ ├── splitbutton.css │ ├── switchbutton.css │ ├── tabs.css │ ├── tagbox.css │ ├── textbox.css │ ├── tooltip.css │ ├── tree.css │ ├── validatebox.css │ └── window.css │ ├── mobile.css │ └── vue.css ├── flask__webservers ├── 3_ways_to_get_table │ ├── ajax__json │ │ ├── main.py │ │ └── static │ │ │ └── js │ │ │ └── jquery-3.1.1.min.js │ ├── common.py │ ├── html__script │ │ ├── main.py │ │ └── static │ │ │ └── js │ │ │ └── jquery-3.1.1.min.js │ └── html__tag__table │ │ └── main.py ├── ajax_and_jquery │ ├── main.py │ └── static │ │ └── js │ │ └── jquery-3.1.1.min.js ├── ajax_recursive_ul_from_json │ ├── main.py │ ├── static │ │ └── js │ │ │ └── jquery-3.1.1.min.js │ └── templates │ │ └── index.html ├── bootstrap_4__examples │ ├── _static │ │ ├── bootstrap-4.3.1 │ │ │ ├── bootstrap.min.css │ │ │ └── bootstrap.min.js │ │ └── js │ │ │ └── jquery-3.1.1.min.js │ ├── clickable_table │ │ ├── main.py │ │ └── templates │ │ │ └── index.html │ ├── grid__layout │ │ ├── main.py │ │ └── templates │ │ │ └── index.html │ ├── shadow │ │ ├── main.py │ │ └── templates │ │ │ └── index.html │ ├── table │ │ ├── main.py │ │ └── templates │ │ │ └── index.html │ ├── tabs │ │ ├── main.py │ │ └── templates │ │ │ └── index.html │ └── tags__badges__game_genres_example │ │ ├── main.py │ │ └── templates │ │ └── index.html ├── bootstrap_4__toggle_switch__examples │ ├── main.py │ ├── static │ │ ├── bootstrap-4.3.1 │ │ │ ├── bootstrap.min.css │ │ │ └── bootstrap.min.js │ │ ├── bootstrap4-toggle-v3.5.0 │ │ │ ├── bootstrap4-toggle.css │ │ │ └── bootstrap4-toggle.js │ │ ├── demo │ │ │ ├── demo.css │ │ │ └── demo.js │ │ └── js │ │ │ └── jquery-3.1.1.min.js │ └── templates │ │ └── index.html ├── caching_response.py ├── chart_js │ ├── radar_chart__DarkSouls__builds_stats │ │ ├── main.py │ │ └── templates │ │ │ └── index.html │ └── static │ │ ├── bootstrap-4.3.1 │ │ ├── bootstrap.min.css │ │ └── bootstrap.min.js │ │ ├── chart_js_2.9.3 │ │ └── Chart.bundle.min.js │ │ └── js │ │ └── jquery-3.1.1.min.js ├── cookies │ ├── main.py │ └── test.py ├── cors__hello_world.py ├── custom_error_page │ ├── main.py │ ├── static │ │ └── images │ │ │ ├── 404.jpg │ │ │ └── 500.jpg │ └── templates │ │ ├── base.html │ │ ├── errors │ │ ├── 404.html │ │ └── 500.html │ │ └── index.html ├── filter-sort-paginate-on-server │ ├── items.json │ ├── main.py │ ├── static │ │ └── index.js │ └── templates │ │ └── index.html ├── flask_debugtoolbar__examples │ ├── app.py │ ├── hello_world.py │ └── templates │ │ └── index.html ├── generate_qrcode │ ├── README.md │ ├── main.py │ ├── screenshot.jpg │ └── static │ │ └── js │ │ └── jquery-3.1.1.min.js ├── generate_table │ ├── README.md │ ├── main.py │ └── screenshot.jpg ├── get_URL__parameter_argument_query.py ├── get_exif_info │ ├── README.md │ ├── main.py │ ├── screenshot.jpg │ ├── screenshot2.jpg │ └── static │ │ └── js │ │ └── jquery-3.1.1.min.js ├── get_size_upload_file │ ├── main.py │ └── static │ │ └── js │ │ └── jquery-3.1.1.min.js ├── get_size_upload_file_with_progress │ ├── main.py │ └── static │ │ └── js │ │ └── jquery-3.1.1.min.js ├── get_upload_and_image_process │ ├── README.md │ ├── commands.py │ ├── main.py │ ├── screenshot.jpg │ └── static │ │ └── js │ │ └── jquery-3.1.1.min.js ├── get_upload_image_info │ ├── README.md │ ├── main.py │ ├── screenshot.jpg │ └── static │ │ └── js │ │ └── jquery-3.1.1.min.js ├── hash__md5_sha1_etc │ ├── main.py │ └── static │ │ └── js │ │ └── jquery-3.1.1.min.js ├── hello_world.py ├── hello_world_with_compress.py ├── json_as_response.py ├── logging__examples │ ├── log-config.yaml │ ├── main_new.py │ └── main_old.py ├── logging__remove_date_from_werkzeug_logs │ ├── log-config.yaml │ ├── main_new.py │ ├── main_old.py │ └── utils.py ├── post_data.py ├── post_data__as_form.py ├── post_data__as_json.py ├── print_hex_post_data │ └── main.py ├── redirect_to_ │ └── main.py ├── redirect_to_google │ └── main.py ├── run_bat_from_ajax │ ├── bat_scripts │ │ ├── echo 123 pause.bat │ │ ├── echo 123.bat │ │ ├── ipconfig pause.bat │ │ └── ipconfig.bat │ ├── main.py │ ├── static │ │ └── js │ │ │ ├── index.js │ │ │ └── jquery-3.1.1.min.js │ └── templates │ │ └── index.html ├── run_with_random_port │ └── main.py ├── server__handle_stdin__input.py ├── server_with_additional_command_thread │ └── main.py ├── server_with_window_notification │ └── main.py ├── set_response_headers.py ├── show_and_download_from_readmanga │ ├── main.py │ └── static │ │ └── empty ├── show_client_ip_API.py ├── show_last_bash_quotes │ └── main.py ├── show_lunch_menu │ ├── lunch_menu.docx │ ├── main.py │ └── static │ │ └── style.css ├── show_lunch_menu_from_email │ ├── config.py │ ├── main.py │ └── static │ │ └── style.css ├── show_my_ip │ └── main.py ├── show_random_abusive │ └── main.py ├── show_screenshot │ ├── main.py │ └── static │ │ └── empty ├── show_your_user_agent.py ├── simple_echo.py ├── simple_upload_server │ ├── disk_info.txt │ ├── main.py │ └── test.py ├── upload_and_download_files │ ├── main.py │ └── test_download_from_script.py ├── url_shortener │ ├── config.py │ ├── db.py │ ├── main.py │ ├── static │ │ ├── bootstrap-4.4.1 │ │ │ ├── bootstrap.bundle.js │ │ │ ├── bootstrap.bundle.js.map │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.css.map │ │ ├── bootstrap-dark.min_3.0.0.css │ │ └── js │ │ │ └── jquery-3.1.1.min.js │ └── templates │ │ └── index.html └── users │ ├── main_with_db.py │ └── main_without_db.py ├── flask__websocket ├── ajax_vs_websocket │ ├── _static │ │ ├── jquery.js │ │ ├── socket.io.min.js │ │ └── socket.io.min.js.map │ ├── ajax │ │ ├── main.py │ │ └── templates │ │ │ └── index.html │ └── websocket │ │ ├── main.py │ │ └── templates │ │ └── index.html ├── commands__websocket__flask-socketio │ ├── main.py │ ├── static │ │ ├── jquery.js │ │ └── socket.io.js │ └── templates │ │ └── index.html ├── sending_all_from_while_in_thread │ ├── main.py │ ├── static │ │ ├── index.js │ │ ├── jquery.js │ │ ├── socket.io.min.js │ │ └── socket.io.min.js.map │ └── templates │ │ └── index.html ├── simple_chat │ ├── main.py │ ├── static │ │ ├── jquery.js │ │ ├── socket.io.min.js │ │ └── socket.io.min.js.map │ └── templates │ │ └── index.html └── websocket__flask-socketio_example │ ├── app.py │ ├── app_namespace.py │ ├── requirements.txt │ ├── sessions.py │ ├── static │ ├── jquery.js │ └── socket.io.js │ └── templates │ ├── index.html │ └── sessions.html ├── flask_http_auth ├── http_digest_auth.py └── users.json ├── flask_restful__examples ├── hello_world.py └── todo │ ├── example.py │ └── main.py ├── flip_text.py ├── fnmatch_examples__wildcard ├── filter_files__filter.py ├── filter_files__fnmatch.py ├── hello_world__fnmatch_wildcard.py ├── hello_world__fnmatchcase_wildcard.py └── wildcard_to_regexp__translate.py ├── for_games ├── Binding of Isaac Rebirth │ └── print_number_of_items.py ├── Bot Buff Knight Advanced │ ├── README.md │ ├── __foo_test.py │ ├── common.py │ ├── main.py │ └── screenshots │ │ ├── screenshot_1.jpg │ │ └── screenshot_2.jpg ├── Dark Souls │ ├── backup__save_files │ │ ├── by_autosave │ │ │ ├── common.py │ │ │ ├── ds1.py │ │ │ ├── ds1_remastered.py │ │ │ ├── ds2.py │ │ │ └── ds3.py │ │ ├── by_hotkey │ │ │ ├── common.py │ │ │ ├── ds1.py │ │ │ ├── ds1_remastered.py │ │ │ ├── ds2.py │ │ │ └── ds3.py │ │ └── utils.py │ ├── bonfires.py │ ├── common.py │ ├── generate_HTML_location_graph__with_d3js │ │ ├── example.html │ │ ├── example_disciples.html │ │ ├── generate_graph_html.py │ │ ├── generate_graph_html__Dark_Souls.py │ │ ├── locations__Dark_Souls.html │ │ ├── locations__Dark_Souls_2.html │ │ ├── locations__Dark_Souls_3.html │ │ └── template_graph.html │ ├── graph_ds2_locations__graphviz__DOT │ │ ├── README.md │ │ ├── ds2_locations.gv.jpg │ │ └── ds2_locations.py │ ├── print__deaths_from_save_file │ │ ├── DRAKS0005.sl2 │ │ └── main.py │ ├── print__stats │ │ ├── about_statistics.py │ │ ├── common.py │ │ ├── print__stats_ds1.py │ │ ├── print__stats_ds2.py │ │ └── print__stats_ds3.py │ ├── print__stats_from_save_file__using__dsfp │ │ └── main.py │ ├── print_bosses_of_location │ │ ├── print_bosses_of_location__Dark_Souls.py │ │ ├── print_bosses_of_location__Dark_Souls_II.py │ │ └── print_bosses_of_location__Dark_Souls_III.py │ ├── print_locations │ │ ├── Dark_Souls_II__print_locations__with_graph.py │ │ ├── Dark_Souls_II__print_locations_from_start_location.py │ │ ├── Dark_Souls_II__print_locations_from_start_location__with_graph.py │ │ ├── print_locations__Dark_Souls.py │ │ ├── print_locations__Dark_Souls_II.py │ │ └── print_locations__Dark_Souls_III.py │ ├── print_timeline_of_release_years │ │ └── main.py │ └── ru_darksouls_wikia_com__fandom__bosses │ │ ├── config.py │ │ ├── dumps │ │ ├── bosses_ds123.json │ │ ├── bosses_ds123.sqlite │ │ ├── bosses_ds123__only_name.json │ │ ├── ds1 │ │ │ ├── bosses.json │ │ │ └── bosses__only_name.json │ │ ├── ds2 │ │ │ ├── bosses.json │ │ │ └── bosses__only_name.json │ │ └── ds3 │ │ │ ├── bosses.json │ │ │ └── bosses__only_name.json │ │ ├── main.py │ │ ├── print_stats_by_health_and_souls │ │ ├── _utils.py │ │ ├── print_health_all.py │ │ ├── print_health_ds1.py │ │ ├── print_health_ds2.py │ │ ├── print_health_ds3.py │ │ ├── print_souls_all.py │ │ ├── print_souls_ds1.py │ │ ├── print_souls_ds2.py │ │ └── print_souls_ds3.py │ │ └── utils.py ├── Demons Souls │ ├── demonssouls_fandom_com__ru__wiki__Боссы │ │ ├── dumps │ │ │ ├── bosses.json │ │ │ ├── bosses__only_name.json │ │ │ └── bosses__only_name.txt │ │ └── main.py │ └── demonssouls_fandom_com__ru__wiki__Классы.py ├── Elden Ring │ ├── Shields.py │ ├── common.py │ └── Стартовые_классы.py ├── Final_Fantasy_II__upgrade_skills_bot.py ├── Hollow_Knight │ ├── dumps │ │ ├── bosses.json │ │ └── bosses__only_name.json │ ├── export_to_json.py │ ├── print_bosses.py │ └── utils.py ├── Parse Teslagrad. Get and show scrolls │ └── main.py ├── RMMZ_update_fields_CGMZ_GameInfo.py ├── Salt and Sanctuary parse bosses saltandsanctuary.fandom.com │ ├── dumps │ │ ├── bosses.json │ │ └── bosses__only_name.json │ ├── export_to_json.py │ ├── print_bosses.py │ └── utils.py ├── Tekken__character_appearing_in_only_one_game_in_the_series.py ├── Wikipedia__Timeline_of_release_years │ ├── Angry_Birds__series.py │ ├── Crash_Bandicoot__series.py │ ├── Darksiders__series.py │ ├── Darksouls__series.py │ ├── Devil_May_Cry__series.py │ ├── Dragon_Quest__series.py │ ├── Fabula_Nova_Crystallis_Final_Fantasy__series.py │ ├── Fallout__series.py │ ├── Fallout__series__Main_series.py │ ├── Final_Fantasy__series.py │ ├── Final_Fantasy_in_film__series.py │ ├── God_Eater__series.py │ ├── Grand_Theft_Auto__series.py │ ├── Metal_Gear__series.py │ ├── Mortal_Kombat__series.py │ ├── Resident_Evil__series.py │ ├── Silent_Hill__series.py │ ├── The_Elder_Scrolls__series.py │ ├── The_Elder_Scrolls__series__Main_series.py │ └── common.py ├── autoindent_code_JASS_war3map_j.py ├── bigfishgames_com__hidden_object │ ├── find__Sable_Maze__CE.py │ ├── find__Saga_of_the_Nine_Worlds__CE.py │ ├── find__Spirits_of_Mystery__CE.py │ └── get_all_games.py ├── cipher_from_Might_and_Magic_VII.py ├── dota game mods │ ├── dota_game_mods.py │ └── game_mods.json ├── fable3_backup_save │ ├── fable3_backup_save.py │ └── run.py ├── finalfantasyxv_square_enix_games_com__ru__updates.py ├── fitgirl_RE_Village_with_win10_notify.py ├── game__get_random_rarity_item.py ├── gamestatus_info__lastcrackedgames.py ├── hacking__game__Rezrog │ ├── main.py │ └── progress.json ├── hotkeys_for_cheats__Disciples_Sacred_Lands │ ├── README.md │ └── main.py ├── ign_com__the_best_100_video_games_of_all_time.py ├── input_cheats_starcraft.py ├── input_cheats_starcraft2.py ├── minecraft__seed.py ├── nintendo_switch_emulator__games │ ├── _diff_perfect_games.py │ ├── _diff_perfect_games.py.json │ ├── common.py │ ├── ryujinx.py │ ├── ryujinx.py.json │ ├── yuzu.py │ └── yuzu.py.json ├── press_release_keys__ScanCodes__for_games.py ├── print_steam_game_achievements.py ├── rbkgames_com__games__code_vein.py ├── rpcs3_net__compatibility.py ├── shedevr_org_ru__games__Sol__BoF_Solution_txt.py ├── sim3_show_memory.py ├── solutions of games │ ├── ELEX__hacking_minigame.py │ ├── FFXIII-2_clock_puzzle_solver │ │ ├── README.md │ │ ├── main.py │ │ └── screenshot.jpg │ ├── Mass Effect 1 - Feros - Valve Puzzle Solution.py │ ├── README.md │ ├── SpongeBob SquarePants Battle for Bikini Bottom - Rehydrated. 8 cylinder puzzle │ │ ├── README.md │ │ ├── main.py │ │ └── screenshot.jpg │ ├── resident_evil_revelations_riddle_in_casino.py │ └── solution_puzzle_from_game_Afterfall_InSanity │ │ ├── README.md │ │ ├── main.py │ │ └── screenshot.jpg ├── steamcommunity_com__inventory.py ├── steamcommunity_com__market__listings__730__Fracture_Case.py ├── steamcommunity_com__market__search__render.py ├── store_steampowered_com__check_early_access.py └── store_steampowered_com__check_exists_app.py ├── format_big_float.py ├── from_ghbdtn.py ├── full_name_convert_to_initials.py ├── function_example ├── README.md └── function_example.py ├── functor.py ├── fuzzywuzzy__examples ├── hello_world.py └── select_command.py ├── games ├── game__bulls_and_cows.py ├── game__guess_the_number │ ├── Guess the number │ │ ├── GuessTheNumber.py │ │ └── README.md │ ├── console.py │ ├── gui__pyqt │ │ ├── README.md │ │ ├── main.py │ │ └── screenshot.png │ └── webserver__flask.py ├── life │ ├── README.md │ ├── board.py │ ├── etc │ │ ├── screenshot_console.png │ │ └── screenshot_gui.png │ ├── main_console.py │ └── main_gui.py ├── magic_8_ball.py ├── nim │ └── main.py ├── tetris │ ├── README.md │ ├── etc │ │ ├── screenshot_console.png │ │ └── screenshot_gui.png │ ├── main_console.py │ ├── main_gui.py │ └── src │ │ ├── __init__.py │ │ ├── core │ │ ├── __init__.py │ │ ├── board.py │ │ ├── common.py │ │ ├── config.py │ │ └── piece.py │ │ └── gui │ │ ├── __init__.py │ │ ├── board_widget.py │ │ ├── common.py │ │ └── piece_widget.py └── tic_tac_toe__example.py ├── gcd.py ├── gen_board_sudoku.py ├── generate_fake_data__using_Faker └── hello_world.py ├── generate_html_calendar.py ├── generate_random_list.py ├── generate_random_passwords.py ├── generate_range_dates.py ├── generate_report_on__list_of_files.py ├── generate_uuid_guid.py ├── generation_of_visually_similar_nicknames └── generation_of_visually_similar_nicknames.py ├── generator_py_with_inner_image_with_open ├── Penguins.jpg └── main.py ├── get status Lync.py ├── get_actual_news_from_rss_ya ├── get_actual_news_from_rss_ya.py └── webserver │ ├── common.py │ ├── main__collector.py │ ├── ping_api.py │ └── web.py ├── get_all_objects_in_memory.py ├── get_all_subclasses.py ├── get_battery_status ├── using__ctypes__with__GetSystemPowerStatus.py ├── using__psutil.py ├── using__pywin32__Win32_Battery.py └── using__wmi__Win32_Battery.py ├── get_cpu_process ├── README.md ├── cpu.py └── get_cpu_process.py ├── get_current_script_dir.py ├── get_dir_total_size__examples ├── get_dir_total_size__using__glob.py ├── get_dir_total_size__using__os_listdir.py ├── get_dir_total_size__using__os_walk.py ├── get_dir_total_size__using__pathlib_Path_glob.py └── get_dir_total_size__using__pathlib_Path_rglob.py ├── get_free_port.py ├── get_function_caller_name.py ├── get_functions_from_object__module_class_object.py ├── get_geolocation.py ├── get_gitignore ├── README.md └── get_gitignore.py ├── get_image_info ├── exif_this.jpg └── main.py ├── get_ip_list_ru_gov.py ├── get_iso8583_fields.py ├── get_list_all_the_available_drive_letters ├── use__fsutil_fsinfo_drives__with__re.py ├── use__fsutil_fsinfo_drives__with__string_split.py ├── use__os_exist.py ├── use__psutil.py ├── use__winapi_GetLogicalDriveStrings.py └── use__winapi_GetLogicalDrives.py ├── get_local_ip.py ├── get_md5_file ├── README.md ├── get_md5_file.py ├── get_md5_file_gui.py └── screenshot.jpg ├── get_my_public_ip ├── api_ipify_org.py ├── httpbin_org.py ├── jsonip_com.py └── wikipedia_org.py ├── get_name_from_nslookup.py ├── get_nearest_lesson_date.py ├── get_nearest_value_in_list.py ├── get_path_Documents__ctypes_WinAPI_SHGetSpecialFolderPathW.py ├── get_path_Documents__winreg.py ├── get_path_executable_by_name__shutil_which.py ├── get_quarter.py ├── get_random_comics__cynicmansion.ru └── main.py ├── get_random_hex_color.py ├── get_short_url.py ├── get_sizeof_object.py ├── get_time_zone.py ├── get_timestamp_datetime_from_UUID_version_1.py ├── get_unique_items__with_ordered.py ├── get_unix_time.py ├── get_valid_filename.py ├── get_video ├── 24video_xxx.py ├── bigcinema_to │ ├── get_file_video_url.py │ └── get_serial_video_list.py ├── kinogo_club │ ├── get_file_video_url.py │ └── get_serial_video_list.py ├── kinokong_net.py ├── seasonvar_ru.py ├── vk_com.py ├── www_naughtymachinima_com.py ├── www_trahun_tv.py └── www_youtube_com │ └── get_file_video_url.py ├── getpass__examples └── main.py ├── github3py__examples ├── config.py └── get_gist_history.py ├── github_api__examples ├── common.py ├── get_followers.py ├── get_last_commit.py └── get_stargazers.py ├── github_io_git_repo_url.py ├── gitpython_examples ├── 1_000__commits.py ├── analysis_logs.py ├── append_to_remote_repo.py ├── clone_and_pull.py ├── common.py ├── create_local_repo__and__commit_random_file.py ├── cycle_commit.py ├── delete_random_file__from__remote_repo.py ├── print_lash_commit_hash.py ├── print_log.py ├── print_remote_urls.py ├── pull.py └── pull_all_repos.py ├── glob__examples ├── glob__vs__iglob.py ├── hello_world.py ├── recursive_search.py ├── search_images.py ├── search_unity_game__Assembly-CSharp_dll.py ├── search_with_postfix.py └── search_with_prefix.py ├── googletrans__examples ├── goslate__hello_world.py ├── hello_world.py └── translate__hello_world.py ├── graph__networkx__d3__dot_graphviz ├── custom_graph.py ├── draw_simple_path.py ├── ds2_locations.py ├── graphviz__d3 │ ├── common.py │ ├── ds2_locations.html │ ├── generate_ds2_locations.py │ ├── generate_hello_world.py │ ├── hello_world.html │ └── template.html ├── graphviz__examples │ ├── about_piped_output.py │ ├── diff_between_Digraph_and_Graph.py │ ├── ds2_locations │ │ ├── README.md │ │ ├── ds2_locations.gv.jpg │ │ └── ds2_locations.py │ ├── generate__and_remove_temp_gv_file.py │ ├── generate__as__bytes.py │ ├── generate__as__format_png.py │ ├── generate__as__format_svg.py │ ├── generate__custom_render_with_pipe.py │ ├── generate__dynamic_change_format.py │ ├── generate__not_view.py │ ├── hello_world.py │ ├── official_examples │ │ ├── README.md │ │ ├── angles.py │ │ ├── btree.py │ │ ├── cluster.py │ │ ├── cluster_edge.py │ │ ├── er.py │ │ ├── fdpclust.py │ │ ├── fsm.py │ │ ├── g_c_n.py │ │ ├── hello.py │ │ ├── notebook.ipynb │ │ ├── process.py │ │ ├── structs.py │ │ ├── structs_revisited.py │ │ ├── traffic_lights.py │ │ └── unix.py │ ├── only_view.py │ ├── only_view__and_remove_temp_gv_file.py │ ├── print_DOT_text_from_graph.py │ ├── print_supported_engines.py │ ├── print_supported_formats.py │ ├── print_version.py │ └── struct__rpg.py ├── js__d3 │ ├── Curved Links.html │ ├── Force-Directed Graph.html │ ├── Graph with labeled edges without arrow.html │ ├── Graph with labeled edges.html │ ├── backup_miserables.json │ ├── generate_dataset_for_labeled.py │ ├── generate_miserables.py │ └── miserables.json ├── js_d3__The_Witcher__Носители_гена_Старшей_Крови │ ├── generate_dataset_for_labeled__and__open.py │ ├── graph_with_labeled_edges.html │ └── template__graph_with_labeled_edges.html ├── js_d3__node_as_hyperlink__The_Witcher__Носители_гена_Старшей_Крови │ ├── generate_dataset_for_labeled__and__open.py │ ├── graph_with_labeled_edges.html │ └── template__graph_with_labeled_edges.html └── search_shortest_path.py ├── gravity_falls_secret_text.py ├── gzip_examples ├── build-kernel.xml.gz ├── compress_an_existing_file.py ├── create_file.py ├── download_from_url__and__extract_file.py ├── extract_file.py ├── gzip__compress__decompress.py └── main.py ├── hash_chain.py ├── hex2str ├── README.md ├── gui.py ├── hex2str.py └── screenshot.jpg ├── hmac__examples └── hello_world.py ├── how_create_фотки.py ├── howlongtobeat__web_wrapper ├── README.md ├── api_search.py └── main.py ├── html_parsing ├── .deprecated │ ├── get_set_sushi_list__sushivkusno.com.py │ └── rik_i_morti_online.py ├── 2mz_me.py ├── PVS_Studio__customers.py ├── Time_magazine_covers │ └── main.py ├── anekdot_me__random.py ├── anekdotme_ru__random.py ├── anime_zone_ru │ └── main.py ├── anivost_org.py ├── api_sky_bank__currency.py ├── artchive_ru__hansruedigiger__works.py ├── auto_mail_ru__fuel.py ├── auto_ru.py ├── bookvoed_ee__search.py ├── bypass_cloudflare__using_cloudscraper.py ├── denuvo__get_games │ ├── game_debate_com.py │ ├── gamicus_fandom_com__wiki__Denuvo.py │ └── store_steampowered_com__curator__26095454_Denuvo_Games__list__38826.py ├── download_my_certificates_from_stepik_org │ ├── certs │ │ ├── Java. Базовый курс.pdf │ │ ├── JavaScript для начинающих.pdf │ │ ├── PHP - первое знакомство.pdf │ │ ├── Python Skills for Handling Biological Data.pdf │ │ ├── Python основы и применение.pdf │ │ ├── Python-разработчик.pdf │ │ ├── Ruby - первое знакомство.pdf │ │ ├── Введение в SQL.pdf │ │ ├── Основы Git.pdf │ │ ├── Первые программы на языке Python.pdf │ │ ├── Поколение Python курс для начинающих.pdf │ │ ├── Программирование на Golang.pdf │ │ ├── Программирование на Python.pdf │ │ └── Программирование на языке C++.pdf │ ├── get_certificates.py │ └── main.py ├── emojipedia_org__search.py ├── encyclopedia_perumov_club__category__dose │ ├── db.py │ ├── gui.py │ └── main.py ├── eur_zaful_com │ └── main.py ├── exclusive_games │ ├── common.py │ ├── ps3__gematsu_com.py │ ├── ps4__gematsu_com.py │ ├── ps4__ru_wikipedia_org.py │ ├── psp__listal_com.py │ ├── switch__gematsu_com.py │ ├── wii_u__gematsu_com.py │ ├── xbox_360__gematsu_com.py │ ├── xbox_360__ru_wikipedia_org.py │ ├── xbox_one__gematsu_com.py │ └── xbox_one__ru_wikipedia_org.py ├── fedsfm_ru__documents__terrorists_catalog_portal_act.py ├── found_similar_color_from_captcha │ ├── main.py │ └── rutor.live.htm ├── foxtrot_com_ua__ru__search │ ├── foxtrot_parser_2021-10-21.csv │ └── main.py ├── freelance_habr_com__tasks.py ├── gamesvoice_ru__get_finished.py ├── gametime__use_cubiq_ru │ ├── extract_all_games.json │ ├── extract_all_games.py │ ├── extract_all_games__show_the_shortest_time.py │ ├── found_from_local_files.py │ └── main.py ├── get_comments__russianfood_com.py ├── get_comments__stopgame_ru.py ├── get_customers_of_bink.py ├── get_population_from_wikidata.py ├── get_price_game │ ├── from_direct2drive.py │ ├── from_gama-gama.py │ ├── from_gog.py │ ├── from_gog_v2.py │ ├── from_origin.py │ ├── from_shop_buka_ru.py │ └── from_steam.py ├── get_product_with_category cenoteka.rs.py ├── get_stackoverflow_people_reached.py ├── get_video_list__xcadr.com.py ├── gifer_com__ru__gifs__loading.py ├── gitmanga_com__get_chapters.py ├── goldapple_ru │ └── goldapple.ru_brands__products_API.py ├── grouple_co │ ├── [deprecated]_get_updates_from_rss.py │ ├── common.py │ ├── config.py │ ├── get_updates_from_api.py │ ├── print_all_bookmarks.py │ ├── print_all_bookmarks_from_user.py │ ├── print_bookmarks_completed__mangaTranslationCompleted.py │ └── print_pretty_title_all_bookmarks.py ├── hentailib_me.py ├── horoscope │ └── horo.mail.ru_pisces_today.py ├── howlongtobeat_com │ ├── common.py │ ├── get_game_info.py │ └── search.py ├── http_encyclopatia_ru_wiki_Расстрельный_список_препаратов.py ├── http_v2.0__maxmaster_ru__hyper_example.py ├── https___lavkagsm_ru__example │ ├── gui.py │ └── main.py ├── https__lk_ugatu_su_raspisanie │ └── main.py ├── https__www.klinikapawlikowski.pl_cennik │ ├── main.py │ ├── parsed_cennik.csv │ └── result.json ├── https_mikafood_ru.py ├── https_newyear_mail_ru │ ├── download__m3u8.py │ └── download__ts__check_variations_age.py ├── https_www_stoloto_ru_4x20_archive.py ├── https_www_stoloto_ru_4x20_archive__parse_all_loto.py ├── instagram.com__parse_window_sharedData.py ├── jut_su │ ├── anime.py │ ├── anime_get_video_list.py │ ├── anime_search.py │ ├── common.py │ ├── download_video.py │ ├── get_possible_achievements_from_video.py │ ├── get_user_achievements.py │ └── test.py ├── kanobu_ru__games__collections__igry_s_podderzhkoi_rtx.py ├── kvartiry_bolgarii_ru.py ├── lists_memo_ru__index_htm.py ├── litres_ru │ └── get_books_by_author.py ├── magnit_ru__shops.py ├── memepedia_ru.py ├── mos_ru.py ├── musixmatch_com__lyrics.py ├── mywishlist_ru │ ├── availability_check.py │ ├── collect_wishes.py │ ├── common.py │ ├── download_wish_image.py │ ├── etc │ │ └── visualize logs from availability_check │ │ │ ├── README.md │ │ │ ├── logs.txt │ │ │ ├── main.py │ │ │ └── screenshot.jpg │ ├── get_last_id_wish.py │ ├── get_wish_info.py │ └── process_wish_with_error.py ├── ncse_ngo__list_steves.py ├── news_google_com__covid19__map.py ├── nizhnekamsk_apigate_opencity_pro__api__jsonrpc.py ├── online_futurama_com.py ├── online_south_park_ru │ ├── main.py │ └── seasons.json ├── parse_en_ru_words │ ├── iturizmo.ru_razgovorniki_russko-anglijskij-razgovornik │ │ ├── en_ru.json │ │ └── main.py │ └── www.7english.ru_dictionary.php_id=2000_letter=all │ │ ├── en_ru.json │ │ └── main.py ├── parse_torrent_sites │ └── rutor │ │ ├── download_torrent_file_from_torrent_url.py │ │ ├── get_info_from_torrent_page.py │ │ ├── get_rutor_torrent_download_info.py │ │ └── test_pages │ │ ├── 1.htm │ │ ├── 2.htm │ │ ├── 3.htm │ │ ├── 4.htm │ │ └── 5.htm ├── photon__crawler_spider__examples │ └── main.py ├── pillow__handbook__image_file_formats.py ├── pomber_github_io__covid19__timeseries_json.py ├── poocoin_app.py ├── pravicon_com__s │ ├── collect_main_icon_images.py │ ├── collect_main_icon_images__v2.py │ ├── config.py │ ├── main.py │ ├── modification_docs_modx.py │ ├── remove_all_ignore.py │ ├── search_html_entities.py │ └── upload_to_modx.py ├── pyquery__examples │ └── load_from_url.py ├── python_org │ └── get_release_versions.py ├── random_quote_bash_im │ └── bash_im.py ├── ranobehub_org │ ├── api_ranobe_92_contents__The_Legendary_Moonlight_Sculptor.py │ ├── common.py │ ├── diff_genres_tags_two_ranobes.py │ ├── download_ranobe_images.py │ ├── download_reaction_images.py │ ├── download_reaction_images.py_images │ │ ├── fuck.webp │ │ ├── haha.webp │ │ ├── like.webp │ │ ├── love.webp │ │ ├── ninja.png │ │ ├── sad.webp │ │ ├── triggered.webp │ │ └── wow.webp │ ├── find_all_evolutions │ │ ├── main.py │ │ └── utils.py │ ├── get_bookmarks.py │ ├── get_grafen_emoji.py │ ├── get_notes.py │ ├── get_ranobe_info.py │ ├── get_reactions.py │ ├── user_library_in_characters_number_desc_orders.py │ ├── user_library_number_country_from_complete.py │ └── Количество знаков прочитанных книг в война и мир.py ├── readberserk_com__get_chapters.py ├── rik_i_morti_ru.py ├── risens_team__berserk.py ├── robots_txt__get__sitemap_xml.py ├── rozetka_com_ua__search │ ├── main.py │ └── rozetka_parser_2021-10-15.csv ├── ru.investing.com__economic-calendar__zew-economic-sentiment-310.py ├── ru.onepiece.wikia.com_wiki_Награды_за_поимку │ ├── common.py │ ├── Награды Пиратов Соломенной Шляпы. С списком наград и их описаний.py │ └── Награды Пиратов Соломенной Шляпы.py ├── ru.onepiece.wikia.com_wiki_Статистика_умерших_персонажей │ └── main.py ├── ru_sefon_cc__news.py ├── ru_sefon_cc__news__using_selenium.py ├── ru_stackoverflow_com__top_tags_by_month.py ├── ru_wiktionary_org__wiki__Список_частотных_слов_русского_языка_2013.py ├── rutube │ ├── common.py │ ├── get_videos_from_channel.py │ └── get_videos_from_playlist.py ├── sslproxies_org.py ├── stopgame_ru │ └── downloads_video │ │ ├── common.py │ │ ├── dragon_age_redemption.py │ │ └── the_guild.py ├── stopgame_ru__news.py ├── subwaymgn_ru.py ├── svoya_kompaniya_ru │ ├── common.py │ └── main.py ├── synonymonline_ru__Р.py ├── the_most_profitable_dish__sushivkusno.com │ └── main.py ├── theboys_fun.py ├── tolko-tebe.ru_uspeykupit.py ├── vesti_ru__news.py ├── vgtimes_re__search_game.py ├── vitaly_zykov_ru_knigi__get_books.py ├── vprognoze_ru.py ├── wikipedia │ ├── common.py │ ├── en_wikipedia_org__wiki__List_of_Berserk_chapters.py │ ├── en_wikipedia_org__wiki__Redo_of_Healer.py │ ├── get_seasons_anime_Dorohedoro.py │ ├── ru_wikipedia_org__wiki__ISO_3166_1.py │ ├── ru_wikipedia_org__wiki__Пацаны_телесериал_Список_эпизодов.py │ ├── ru_wikipedia_org__wiki__Список_эпизодов_мультсериала_«Футурама».py │ ├── ru_wikipedia_org__wiki__Список_эпизодов_мультсериала_«Южный_Парк»__Обзор_сезонов.py │ ├── ru_wikipedia_org__wiki__Список_эпизодов_мультсериала_Рик_и_Морти.py │ ├── ru_wikipedia_org__wiki__Список_эпизодов_мультсериала_Южный_Парк.py │ ├── ru_wikipedia_org__wiki__Список_эпизодов_телесериала_«Удивительные_странствия_Геракла».py │ └── ru_wikipedia_org_Разрешение_(компьютерная_графика).py ├── wildberries_ru.py ├── winauto_ua.py ├── www.sports.ru_epl_table.py ├── www_1zoom_ru__Животные__Котята.py ├── www_banki_ru__products__currency__cb.py ├── www_bestchange_ru.py ├── www_dns_shop_ru │ ├── check_update_price_date__QWebEnginePage_bs4.py │ ├── check_update_price_date__requests_bs4.py │ ├── get_price.py │ ├── print__payment_variants.py │ └── search_products.py ├── www_film_ru__movies.py ├── www_flickr_com__search.py ├── www_foreca_ru__Russia__Moscow.py ├── www_net_kg.py ├── www_s7_ru.py ├── www_tabasco_com__all_sauces__scoville_chart.py ├── www_techcult_ru__technology.py ├── www_vbr_ru__banki__kurs_valut__prodaja_usd.py ├── www_worldometers_info__coronavirus__covid19.py ├── youtube_com │ ├── api │ │ ├── __init__.py │ │ ├── channel.py │ │ ├── common.py │ │ └── search.py │ ├── download_previews_playlist │ │ ├── Dark_Souls. PLndO6DOY2cLyxQYX7pkDspTJ42JWx07AO │ │ │ ├── 1. Горит_от_чатика_-_Dark_Souls_1. 4ewTMva83tQ.jpg │ │ │ ├── 2. Нашествие_Альтруистов_-_Dark_Souls_2. Urrjtb2Irs8.jpg │ │ │ ├── 3. ГОРИТ_ОЧАГ_-_Dark_Souls_3. Fc6TJ242zDw.jpg │ │ │ ├── 4. БОЛЬШЕ_ТУПЫХ_СОВЕТОВ_-_Dark_Souls_4. 8iElHAzoSWw.jpg │ │ │ ├── 5. ДА_НАЧНЕТСЯ_ГОРЕНИЕ_-_Dark_Souls_5. T0_b5NvXI0c.jpg │ │ │ ├── 6. ЖАРЬ_СОСИСКИ_НА_МОЕМ_ПЕРДАКЕ_-_Dark_Souls_6. ZiFNyxf7Coc.jpg │ │ │ └── 7. НАКОНЕЦ-ТО_-_Dark_Souls_7_ФИНАЛ. KpZNKQ8wASI.jpg │ │ ├── Lucius_3_Прохождение. PLKom48yw6lJrkPuqimEiH3PT1ibALMh0k │ │ │ ├── 1. Дьявольская_Говнина__Lucius_3_Прохождение_1. MRYeh6fwHg4.jpg │ │ │ ├── 2. Дяденька_Хочет_Нас__Lucius_3_Прохождение_2. 3tqNs7M5rlQ.jpg │ │ │ └── 3. Шок_Что_Происходит__Lucius_3_Прохождение_3. 09gmUcXIzmg.jpg │ │ ├── Man_of_Medan_Прохождение. PLejGw9J2xE9XCDw_lFIo9RJCnzpr6P_0Z │ │ │ ├── 1. НОВЫЙ_ИНТЕРАКТИВНЫЙ_УЖАС__Man_of_Medan_1. npvpIdWrKh0.jpg │ │ │ ├── 2. УЖАСЫ_НА_КОРАБЛЕ__Man_of_Medan_2. nXkL6-X8xgw.jpg │ │ │ ├── 3. НАЧАЛО_КРИПОТЫ__Man_of_Medan_3. DEP8ADM8VuE.jpg │ │ │ ├── 4. ЖЁСТКАЯ_СКРИМОТА__Man_of_Medan_4. sGgSTJba9qU.jpg │ │ │ ├── 5. КРАСОТКА_НА_КОРАБЛЕ__Man_of_Medan_5. tFE67sbnJI0.jpg │ │ │ └── 6. ФИНАЛ__Man_of_Medan_6. 77mE1zJq0es.jpg │ │ └── main.py │ ├── get_channel_info.py │ ├── get_playlist_info.py │ ├── get_transcriptions_from_video.py │ ├── get_video_info.py │ ├── number_of_swear_words.py │ ├── playlist_show_delta_between_videos.py │ ├── print_long_videos_plus100500.py │ ├── results_search_query.py │ └── search_video_in_channels.py ├── yummyani_me │ └── main.py ├── yummyanime_club__anime_updates.py ├── yummyanime_club__posts.py ├── мвд_рф__wanted.py ├── олбанский_alban.py ├── стопкоронавирус_рф__information__bs4.py └── стопкоронавирус_рф__information__regexp.py ├── http.server__examples ├── hello_world.py ├── parse_query__run_subprocess_cmd__ipconfig.py ├── parse_query_as_json.py ├── show_your_user_agent.py ├── simple.py └── simple_http_proxy_server │ ├── main.py │ └── test.py ├── https_гибдд_рф__crash_statistics ├── common.py ├── main.py ├── static │ ├── bootstrap-4.3.1 │ │ ├── bootstrap.min.css │ │ └── bootstrap.min.js │ ├── chart_js_2.9.3 │ │ └── Chart.bundle.min.js │ └── js │ │ └── jquery-3.1.1.min.js ├── templates │ └── index.html └── web.py ├── https_гибдд_рф_request_main__auto_fill_fields__web_gui ├── js │ └── jquery-3.1.1.min.js └── main.py ├── human__timestamp_to_date_string_format.py ├── human_byte_size.py ├── human_byte_size__using_humanize.py ├── human_format_number__1000_separator.py ├── humanize__examples ├── date_and_time__humanization.py ├── file_size__humanization.py ├── integer__humanization.py └── localization__change_locale_in_runtime.py ├── i_watching_u.py ├── imagehash__examples ├── find_similar_images__phash.py ├── find_similar_images_with_group_and_sort__phash.py └── greedy_find_similar_images_with_group_and_sort__phash.py ├── img_to_base64_html ├── img.jpg └── main.py ├── incremental timeouts.py ├── infinity_iterator.py ├── info_from_bitkurs.ru.py ├── ini__configparser__examples ├── hello_world.py ├── read__list_of_dicts.py └── write__list_of_dicts.py ├── input_email_list.py ├── inputs__examples ├── read_events_from_gamepad.py └── show_all_devices.py ├── inspect__examples ├── check_is_empty_function__use__inspect__dis.py ├── hello_world.py ├── inspect__get_source__function.py └── is_function.py ├── invert_number.py ├── iri_to_uri__cyrillic__no_ascii_url__idna.py ├── iri_to_uri__get_ascii_url.py ├── is_correct_brackets.py ├── is_even__is_odd.py ├── is_free_port.py ├── is_ip.py ├── is_math_magic_square.py ├── is_user_admin.py ├── is_valid_ip.py ├── isinstance_example ├── README.md └── isinstance.py ├── jazzcinema_ru ├── print_all_coming_films.py ├── print_today_films.py └── show_schedule_gui │ ├── README.md │ ├── main.py │ └── screenshot.jpg ├── jinja2__examples ├── hello_world.py ├── table_by_date_name_number.py └── table_tr_class_by_condition.py ├── jira_logged_human_time_to_seconds.py ├── jira_time.py ├── job_compassplus ├── .deprecated │ ├── job_report │ │ ├── main.py │ │ ├── report_person.py │ │ └── utils.py │ └── statistics_by_names │ │ ├── print_statistic_all_names.py │ │ ├── print_statistic_find_namesake.py │ │ ├── print_statistic_number_male_and_female.py │ │ ├── print_statistic_top_first_name.py │ │ └── print_statistic_unique_first_name.py ├── UpdateTxEnums │ ├── README.md │ └── UpdateTxEnums.py ├── copying_jar_from_radix │ └── main.py ├── current_job_report │ ├── .deprecated │ │ └── get_latecomers.py │ ├── build_exe.bat │ ├── favicon.png │ ├── get_hours_worked.py │ ├── get_time_spent_in_office.py │ ├── get_worklog.py │ ├── main.py │ └── utils.py ├── designer │ ├── common.py │ ├── parse_problems_tab__code_by_number.py │ ├── parse_problems_tab__maintainer_by_number.py │ ├── parse_problems_tab__maintainer_by_number_details.py │ └── problems_tab.txt ├── doc_vs_docx.py ├── find_duplicated_specs.py ├── find_invalid_utf_8_files_java.py ├── jira_get_avatars │ └── main.py ├── jira_get_current_user.py ├── jira_get_total_resolved.py ├── jira_search_by_avatar │ └── main.py ├── jira_show_last_issue │ ├── main.py │ └── notify_me.py ├── jira_sprint_get_total_overtime_hours.py ├── merge_tc33a_files.py ├── mysite_compassplus_com │ ├── common.py │ ├── get_all_department_employees.py │ ├── get_person_info.py │ ├── get_profile_image.py │ └── get_profile_info_from_web │ │ ├── config.py │ │ ├── db.py │ │ ├── db_backup.py │ │ ├── db_updater.py │ │ ├── for_https │ │ ├── .gitignore │ │ ├── create_p12_from_self_signed_cert.bat │ │ ├── create_self_signed_cert.bat │ │ └── openssl.cnf │ │ └── main.py ├── parse__radix__CacheContent_log │ ├── CacheContent_log.txt │ └── main.py ├── parse_jira_Assigned_Open_Issues_per_Project │ ├── common.py │ ├── db.py │ ├── favicon.ico │ ├── get_assigned_open_issues_per_project.py │ ├── gui.py │ └── main.py ├── parse_total_efforts.py ├── portal_compassplus_com │ ├── employees_gui │ │ ├── config.py │ │ ├── db.py │ │ └── main.py │ ├── get_vacation_forecast.py │ ├── get_vacations.py │ └── notify_about_new_employees.py ├── print_connections__radixware_explorer.py ├── print_statistics_by_img.py ├── root_common.py ├── root_config.py ├── site_common.py ├── site_config_token.py ├── svn │ ├── find_release_version.py │ ├── get_last_release_version.py │ └── search_by_versions.py ├── tx_parse_xml │ ├── acl__add_attr__IsPresentable=false.py │ ├── acl__generate_new_Property.py │ ├── acl__generate_new_case_of_switch__with_XSD.py │ ├── acl__prop_to_title.py │ ├── acl_update_License_for_GetterSources.py │ ├── acl_update_name_props.py │ ├── count_TODO_NOTE_FIXME_of_ADS_classes.py │ ├── counting_size_bin_of_ADS.py │ ├── export_ids.py │ ├── generate_new_licenses_of_layer.py │ ├── get_layer_version.py │ ├── get_project_versions.py │ ├── module_id_by_name.py │ ├── save_maintainers.py │ ├── search_in_locale_files_of_ADS.py │ ├── show_SQL_of_ADS_classes.py │ ├── show_ads_modules_without_maintainer.py │ ├── show_db_columns_tables_with_DefaultVal_as_Expression.py │ ├── show_db_custom_triggers.py │ ├── show_db_tables_with_ExcludeTargetDatabases.py │ ├── show_db_views.py │ ├── show_duplicates_SQL_of_ADS_classes.py │ ├── show_duplicates_of_branch_xml.py │ ├── show_func_tags_service_bus.py │ └── show_maintainers.py ├── tx_remove_hs_err_pid_log │ └── main.py ├── tx_remove_java_pid_hprof │ └── main.py ├── web__show_job_report │ └── main.py └── web_counter │ ├── README.md │ ├── config.py │ ├── db.py │ ├── main.py │ └── run_python10.bat ├── join_dict_values_if_key_in_other_values.py ├── join_words.py ├── json_examples ├── README.md ├── counter │ ├── counter.json │ └── main.py ├── dump__serialization__custom_object__default.py ├── e.py └── load_with_replacing_value.py ├── jsonmerge.py ├── k_notation_to_number.py ├── kivy_examples ├── generate_form_with_cycle.py ├── hello_world.py ├── kivymd__example.py ├── kv_file_switch_between_screens │ ├── main.py │ └── my.kv ├── login_screen.py └── switch_between_widgets.py ├── krakozyabry_tx ├── krakozyabry_tx.py └── t ├── languagetool └── check.py ├── leftpad.py ├── lex_yacc__examples └── sly__examples │ ├── added_string_and_print.py │ ├── added_ternary_operator.py │ ├── calc.py │ ├── json_by_goodmami.py │ ├── json_by_hadware.py │ └── key=value.py ├── list_split_by_pairs.py ├── lived time.py ├── load_and_exec_py_from_url.py ├── logging__examples ├── console_and_rotating_file_handler.py ├── log-config.yaml ├── logger_from_dict.py └── logger_from_yaml.py ├── login_vk.com.py ├── magtu_ru ├── mgtu_get_students.py ├── mgtu_get_students_gui.py ├── raspisanie-konsultatsij-prepodavatelej.py └── selection_of_specialty.py ├── manual_auth_to_github.py ├── markdown__examples ├── common.py ├── hello_world.py ├── pyqt5_gui.py └── pyqt6_gui.py ├── matplotlib__examples ├── README.md ├── animate.py ├── examples │ ├── exm1.py │ ├── exm10.py │ ├── exm11.py │ ├── exm12.py │ ├── exm13.py │ ├── exm14.py │ ├── exm15.py │ ├── exm16.py │ ├── exm17.py │ ├── exm18.py │ ├── exm19.py │ ├── exm2.py │ ├── exm20.py │ ├── exm21.py │ ├── exm22.py │ ├── exm23_1.py │ ├── exm23_2.py │ ├── exm23_3.py │ ├── exm23_4.py │ ├── exm23_5.py │ ├── exm23_6.py │ ├── exm24.py │ ├── exm3.py │ ├── exm4.py │ ├── exm5.py │ ├── exm6.py │ ├── exm7.py │ ├── exm8.py │ └── exm9.py └── price_by_date__plot.py ├── max_seqs_zeros__itertools.groupby.py ├── mechanize__examples ├── follow_link.py └── submit_form.py ├── mediawiki__wikipedia.py ├── merge_url_params.py ├── metabolism.py ├── mock__examples ├── _test_datetime.py └── datetime_now_utcnow.py ├── moving_LNKs_from_non_existent_files.py ├── my_torrent_list_from_iknowwhatyoudownload.py ├── namedtuple__typing__example └── main.py ├── namedtuple_example ├── README.md └── namedtuple.py ├── natasha__examples └── hello_world.py ├── neutralize_emoji.py ├── nltk__examples ├── _add_support_russian.py ├── _add_support_russian_stopwords.py ├── nltk_sent_tokenize__with_new_lines.py ├── split_by_sentences.py ├── split_by_sentences_and_words.py └── stopwords_russian.py ├── now_UTC_datetime.py ├── now_UTC_datetime__previous_365_days.py ├── office__excel__openpyxl__xlwt ├── draw_image_in_sheet │ ├── README.md │ ├── __init__.py │ ├── input.jpg │ ├── main.py │ └── screenshot.jpg ├── draw_image_list_in_sheets │ ├── README.md │ ├── images │ │ ├── example.jpg │ │ ├── input.jpg │ │ └── qr_code.png │ ├── main.py │ └── screenshot.jpg ├── find_cells_by_color │ ├── excel.xlsx │ └── main.py ├── get_sheets │ ├── excel.xlsx │ └── main.py ├── hidden_columns.py ├── insert_image │ ├── logo.png │ └── main.py ├── load__or_create__append_new_sheets__xlsx.py ├── print_cells │ └── main.py ├── pyexcel_xlsx__examples │ ├── output.xlsx │ ├── read.py │ └── write.py ├── random_fill_color.py ├── set_cell_color.py ├── xls__xlwt__hello_world.py ├── xlsx__auto_size__columns.py ├── xlsx__formula_cell__SUM_function.py ├── xlsx__hyperlink_cell.py ├── xlsx__hyperlink_cell_to_sheet.py ├── xlsx__hyperlink_cell_to_sheet_for_exists.py ├── xlsx__merge_cells__and__formula_cell__SUM_function.py ├── xlsx__openpyxl__hello_world.py ├── xlsx__set_row_column_size.py └── xlsx__set_sheet_zoom_scale.py ├── office__word__doc_docx ├── counter_of_font.py ├── create_table__function.py ├── fill_template │ ├── save_style.docx │ ├── save_style.py │ ├── simple.docx │ ├── simple.py │ └── template.docx ├── hello_world │ ├── image.jpg │ └── main.py ├── hyperlink.py ├── read_docx │ ├── read_docx.py │ └── Обеденное меню 777.docx ├── table__hyperlink_cell.py ├── table__merge_cells.py ├── table__set_size_column.py └── table__split_cells.py ├── online_anidub_com ├── get_video_list.py └── video_list.json ├── open_tab_webbrowser ├── README.md └── open_tab_webbrowser.py ├── opencv (cv2) vs pil (pillow) ├── input.jpg └── main.py ├── opencv__Color_Detection_Tool ├── README.md ├── main.py ├── mainwidget.ui └── screenshot.png ├── opencv__examples ├── Find center of contour │ ├── example.jpg │ ├── main.py │ └── output.jpg ├── Finding books in images │ ├── README.md │ ├── example.jpg │ ├── main.py │ └── output.jpg ├── decode_fourcc.py ├── draw_overlay_current_datetime │ └── main.py ├── find_objects │ ├── README.md │ ├── image.png │ ├── main.py │ └── screenshot.png ├── find_objects_by_color__hsv │ ├── README.md │ ├── example.jpg │ ├── main.py │ └── screenshot.jpg ├── gaussian_blur │ ├── example.jpg │ └── main.py ├── gray │ ├── example.jpg │ └── main.py ├── hello.py ├── image_to_bytes │ ├── example.jpg │ └── main.py ├── invert │ ├── example.jpg │ ├── img_invert.jpg │ ├── img_invert_gray.jpg │ └── main.py ├── pil_image__to__opencv_image.py ├── remove_contours │ ├── README.md │ ├── example.jpg │ ├── main.py │ └── screenshot.jpg ├── screenshot__full.py ├── screenshot__resize.py ├── screenshots_in_window.py ├── show_edges_Canny │ ├── edges_canny.jpg │ ├── edges_canny_invert.jpg │ ├── example.jpg │ └── main.py ├── show_fullscreen_window.py └── show_with_pyqt5.py ├── ordered_json.py ├── pad__unpad__example.py ├── paint with turtle └── example.py ├── pandas__examples ├── Analysis jira │ ├── README.md │ ├── download_jira_log.py │ ├── jira_log__clear.xml │ ├── main.py │ └── screenshot.png ├── Analysis of account detail (html) │ ├── Doc_df7c89c378c04e8daf69257ea95d9a2e.zip │ └── main.py ├── json_to_csv.py ├── json_to_excel.py ├── print_characters_tekken__who_were_in_all_series.py ├── process_txt_two_columns │ ├── 001.txt │ └── main.py ├── show dataframe in QTableWidget.py ├── table_from__html_by_url.py └── table_from__html_by_url__wiki__tekken.py ├── parse_command_with_phone__doska.ru.py ├── parse_magnet_links.py ├── parse_test_progress.py ├── parse_text_http_headers.py ├── password_hash.py ├── pathlib__examples ├── create_file_in_user_directory.py ├── get_filename__without_suffix.py ├── get_user_directory.py ├── print_current_files.py ├── search_and_rename_directory_in_hierarchy.py ├── search_with_glob.py └── syntax_path.py ├── pdf ├── extract_text__PyMuPDF.py └── merger__PyPDF2 │ ├── 1.pdf │ ├── 2.pdf │ ├── 3.pdf │ ├── main.py │ └── result.pdf ├── peewee__examples ├── SqliteQueueDatabase │ ├── config.py │ ├── db.py │ └── main.py ├── backup__examples │ ├── backup_via_api.py │ ├── backup_via_vacuum_into.py │ └── common.py ├── custom_field__ListField │ └── main.py ├── custom_func__get_http_status.py ├── custom_func__redefine_upper.py ├── custom_func__redefine_upper__check_speed.py ├── db_peewee_meta_model.py ├── games_and_genres │ ├── games.sqlite │ └── main.py ├── hello_world │ ├── main.py │ └── my_database.sqlite ├── hello_world__diary │ ├── main.py │ └── my_database.sqlite ├── hello_world__diary__encryption_AES_key_for_evere_diary__with_master_key │ ├── main.py │ └── my_database.sqlite ├── hello_world__diary__encryption_all_in_one_AES │ ├── main.py │ ├── my_database.sqlite │ └── utils │ │ ├── __init__.py │ │ ├── security.py │ │ └── utils.py ├── persons │ ├── main.py │ ├── persons.json │ └── persons.sqlite └── serialization__model_to_dict__dict_to_model │ └── main.py ├── pens_calcs ├── common.py ├── number_of_pension_points_for_year.py └── pens_calc.py ├── percentage_values_in_list.py ├── permutations.py ├── pikabu_ru ├── download_svg_emotions │ ├── main.py │ └── out │ │ ├── icon--emotions__angry.svg │ │ ├── icon--emotions__kind.svg │ │ ├── icon--emotions__sad.svg │ │ ├── icon--emotions__smile.svg │ │ └── icon--emotions__surprised.svg ├── get_profile_rating.py ├── page_interview_fullstack__question_19 │ ├── 154800137443598227.png │ ├── README.md │ ├── main.py │ └── result.png └── profile_rating__tracking │ ├── db.py │ ├── main.py │ ├── static │ ├── bootstrap-4.3.1 │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.min.css │ │ └── bootstrap.min.js │ ├── chart_js_2.9.3 │ │ └── Chart.bundle.min.js │ └── js │ │ └── jquery-3.1.1.min.js │ ├── templates │ └── index.html │ └── web.py ├── pil_pillow__examples ├── README.md ├── blur │ ├── input.jpg │ ├── main.py │ └── output.png ├── bytes_to_image │ ├── input.jpg │ └── main.py ├── crop.py ├── crop_groups.py ├── darker_picture │ ├── Collapse all.png │ └── darker_picture.py ├── draw watermark │ ├── input.jpg │ └── main.py ├── draw_progress_on_image │ ├── input.jpg │ ├── main.py │ └── output │ │ ├── image_100%.png │ │ ├── image_15%.png │ │ ├── image_5%.png │ │ └── image_75%.png ├── draw_times_cyrillic │ ├── main.py │ └── times.ttf ├── fast_average_color │ ├── README.md │ ├── input │ │ ├── 11.jpg │ │ ├── 14.jpg │ │ ├── 2.jpg │ │ └── 22.jpg │ ├── main.py │ └── output │ │ ├── 11.jpg │ │ ├── 14.jpg │ │ ├── 2.jpg │ │ └── 22.jpg ├── fill_0_and_1 │ ├── main.py │ └── output.png ├── flip │ ├── flip.py │ └── input.png ├── for_cycle__pixels__array │ ├── input.jpg │ └── main.py ├── get_image_size │ ├── input.jpg │ └── main.py ├── get_viewers.py ├── gray │ ├── input.jpg │ └── main.py ├── image_to_bytes │ ├── input.jpg │ └── main.py ├── img_to_grid │ ├── input.jpg │ ├── main.py │ └── output.jpg ├── invert │ ├── input.jpg │ └── main.py ├── invert_gray │ ├── input.jpg │ └── main.py ├── jpeg_quality=1__шакалистые_фотки__jackal_jpg │ ├── input.jpg │ ├── main.py │ └── output.jpg ├── pil_image__to__qimage_qpixmap__qt │ ├── input.jpg │ └── main.py ├── pixelate_image │ ├── README.md │ ├── image │ │ ├── input.jpg │ │ ├── output.jpg │ │ ├── output_16.jpg │ │ ├── output_32.jpg │ │ ├── output_48.jpg │ │ └── output_no_margin.jpg │ └── main.py ├── png2jpg │ ├── input.png │ └── main.py ├── qimage_qpixmap__to__pil_image │ ├── input.jpg │ └── main.py ├── replace_rgb_by_alpha │ ├── input.png │ ├── main.py │ └── output.png ├── resize_width_or_height_with_keep_ratio │ ├── input.jpg │ ├── main.py │ ├── output_height=300.jpg │ └── output_width=300.jpg ├── rounded_rectangle.py ├── set_transparent_pixels │ └── main.py ├── simple_draw__hello_world │ ├── images.jpg │ └── main.py ├── square_to_circle__avatar │ ├── input.jpg │ ├── main.py │ └── output.png ├── text_to_pixels │ ├── README.md │ ├── main.py │ ├── result.png │ └── result_with_scale.png └── thumbnails │ ├── input.jpg │ ├── main.py │ └── output_thumbnail.png ├── pipette ├── graphics.py └── main.py ├── pixelate_image_gui ├── README.md ├── main.py └── screenshot.png ├── play mp3 ├── Speak.mp3 ├── avbin.dll └── pyglet_example.py ├── play_audio ├── play.py └── play_audio.py ├── play_mp3_with_mp3play_module └── play.py ├── play_sound__pyqt ├── main.py └── play.py ├── play_url_mp3 ├── play_url_mp3.py └── setup.py ├── playwright__examples ├── README.md ├── get_cookies.py ├── get_page_text.py ├── get_user_agents.py ├── parse_with_bs4.py └── print_executable_path.py ├── plural_days.py ├── png2svg.py ├── pretty_html ├── README.md ├── pretty_html.py ├── pretty_html_gui.py └── screenshot.png ├── pretty_money_format.py ├── pretty_xml ├── README.md ├── pretty_xml.py ├── pretty_xml_gui.py └── screenshot.png ├── prevent_multiple_instances__mutex.py ├── prime_numbers.py ├── print_System_Info.py ├── print__hprof_or_big_size_file.py ├── print__hprof_or_big_size_file__notify_with_MessageBox.py ├── print__win__netstat └── main.py ├── print__win__wmi └── print__baseboard__info.py ├── print__Г Е Н И А Л Ь Н О Е фото.py ├── print_ascii_art.py ├── print_attr_from_object.py ├── print_class_name.py ├── print_exif ├── exif_this.jpg └── main.py ├── print_list_subdirectories_size.py ├── print_paths_from_LNKs_of_directory_by_specific_Disc.py ├── print_sizes_of_directory_LNKs_desktop.py ├── print_sql_db_tables__using_sqlalchemy.py ├── profile__example.py ├── programmer_day.py ├── protobuf example ├── address.proto └── gen_proto.bat ├── proxy.py__examples ├── ca_certificate.py ├── config.py ├── hello_world.py ├── hello_world__with_TLS_HTTPS_interception.py └── test.py ├── psutil_example ├── README.md ├── cpu_info.py ├── disc_used_DIFF │ ├── common.py │ ├── create_disc_snapshot.py │ ├── main.py │ └── snapshot.json ├── disk_info.py ├── get_battery_status.py ├── get_win_services.py ├── hello_world.py ├── kill_process_by_name.py ├── loop_kill_process_by_name.py ├── memory_info.py ├── network_info │ ├── net_connections.py │ ├── net_interface_by_address_list.py │ ├── net_interface_list.py │ └── network_interface_card_by_info.py ├── on_new_process_handler.py ├── other_system_info.py ├── print_all_webservers │ ├── get_info_html.py │ └── web.py ├── print_current_python_webservers │ └── web.py ├── print_process_memory │ ├── print_process_by_memory.py │ ├── print_process_by_memory__simple.py │ ├── print_process_by_memory__simple__only_firefox.py │ └── print_process_by_memory__simple__only_firefox_total.py ├── process_management │ ├── analog_subprocess_Popen.py │ ├── current_process_detail_info.py │ ├── on_terminate__callback.py │ ├── process_control.py │ ├── process_detail_info.py │ ├── process_list_info.py │ ├── process_pid_list.py │ └── random_process_info.py ├── python_processes_started_more_than_an_hour_ago.py ├── sensors_info.py └── windows_services.py ├── public_key_cryptography.py ├── pyDes__examples └── hello_world.py ├── pyautogui__keyboard__examples ├── 10_second_macro.py ├── Frozen_Throne__auto_select_local_map_and_ai │ ├── images │ │ ├── ai_easy.png │ │ ├── local_network_button.png │ │ ├── new_game_button.png │ │ ├── new_game_button_select_map.png │ │ ├── open_combo_box_scourge.png │ │ ├── open_combo_box_sentinel.png │ │ ├── select_ai_menu_scourge.png │ │ └── select_ai_menu_sentinel.png │ └── main.py ├── auto_input_text__repo_example.py ├── auto_replace_input_text.py ├── autoclick_in_game__pyautoit.py ├── customizable_hotkey.py ├── hotkey.py ├── hotkey__hello_world.py ├── hotkey__minimize_current_windows__Alt_Space_N.py ├── hotkey__mouse___down_up.py ├── hotkey__mouse___down_up__sound_beep.py ├── hotkey__start_pause_quit.py ├── hotkey_change_state.py ├── hotkey_change_state__multi_thread.py ├── input__hello_world.py ├── input__hello_world__by_hotkey.py ├── input_and_delete__typewrite_press_keyDown_keyUp.py ├── keyboard.send__ctrl+v.py ├── keyboard_hook.py ├── locate_center_on_screen.py ├── loop_key_press__quit_by_press_Escape.py ├── message_box │ ├── alert.py │ ├── confirm.py │ ├── password.py │ └── prompt.py ├── move_mouse_on_center.py ├── press_key_random_direction__pyautogui.typewrite.py ├── pressed_keys.py ├── pyautogui__ctrl+v.py ├── pyautogui_typewrite__hello_world.py ├── quit_by_global_press_Escape.py ├── screenshot.py ├── screenshot__pil_image__to__opencv_image.py ├── screenshots_by_cycle.py ├── telegram_smile_clicker │ ├── README.md │ ├── elements │ │ ├── click_smile.png │ │ ├── group_smile.png │ │ ├── open_smile_menu.png │ │ └── send.png │ ├── main.py │ └── screenshots │ │ └── screenshot.gif ├── wait_and_draw__hotkey__dragRel.py └── win_calc_clicker │ ├── README.md │ ├── buttons │ ├── 0.png │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ ├── 9.png │ ├── add.png │ ├── div.png │ ├── equal.png │ ├── mul.png │ └── sub.png │ ├── main.py │ ├── main__PI_clicker_monster.py │ ├── main__locateAllOnScreen.py │ └── screenshots │ ├── screenshot.gif │ ├── screenshot__PI_clicker_monster.gif │ └── screenshot__locateAllOnScreen.gif ├── pycountry__examples └── get_ru_country_by_alpha2.py ├── pycryptodome__examples__AES_DES_RSA ├── AES_with_password__verify_key.py ├── RSA__examples │ ├── export_import_keys__with__encrypt_decrypt │ │ ├── main.py │ │ ├── private.pem │ │ └── public.pem │ ├── geпenerate_public_key_and_private_key │ │ └── main.py │ ├── geпenerate_public_key_and_private_key__passphrase_and_scrypt │ │ └── main.py │ ├── geпenerate_public_key_and_private_key__with__passphrase │ │ └── main.py │ ├── main.py │ ├── read_private_key_and_get_public │ │ ├── main.py │ │ └── main__use_file.py │ └── rsa.py ├── hello_world__AES_pkcs7_ECB.py ├── hello_world__DES.py └── info_security.py ├── pygame__examples ├── about_joystick.py ├── buttons__using_pygametext.py ├── circle_collision.py ├── complex_balls_with_physics.py ├── is_point_in_triangle.py ├── move_circle.py ├── move_rect.py ├── move_rect__with_joystick__hat_axis_button.py ├── multiline_text__using_ptext │ ├── invisible_text.py │ └── ptext.py ├── on_press_lctrl+backspace__event.key+key.get_mods.py ├── on_press_lctrl+backspace__key_get_pressed.py ├── rect_collision.py └── simple_balls.py ├── pyglet_example ├── avbin.dll ├── background.jpg ├── main.py ├── speak.mp3 └── using_thread.py ├── pymem__examples ├── hello_world.py ├── inject_python_interpreter.py └── listing_process_modules.py ├── pymorphy2__examples ├── cогласование_слов_с_числительными.py ├── find_gender_by_first_name.py ├── get_tokens.py ├── normal_form.py ├── parse_word.py └── определение_комментариев_женщин │ ├── comments.json │ └── main.py ├── pynput__examples ├── console_board_game.py ├── global_hot_key.py ├── key_listener.py └── media_stop.py ├── pyscard_examples ├── A simple apdu tracer and interpreter.py ├── APDU ATR byte to string utilities.py ├── Decorating Card Connections to add custom behavior.py ├── Detecting response apdu errors.py ├── Display the ATR of inserted cards.py ├── Implementing a custom ErrorChecker.py ├── Implementing a custom card type.py ├── Monitoring smartcard insertion removal.py ├── Monitoring smartcard readers.py ├── README ├── Selecting the DF_TELECOM of a card.py ├── Tracing connection events.py ├── get the ATR of a card.py ├── get the attributes of a card.py ├── list smart card readers.py ├── list the cards introduced in the system.py ├── list the interfaces supported by a card.py ├── locate cards in the system.py ├── manage readers and reader groups.py ├── perform a simple smart card transaction.py ├── select the DF_TELECOM of a SIM card.py ├── send a Control Code to a card or reader.py └── wait for card insertion removal.py ├── pyscreeze__examples └── win_calc_clicker │ ├── README.md │ ├── buttons │ ├── +.png │ ├── 0.png │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ ├── 9.png │ └── =.png │ ├── main.py │ └── screenshots │ └── screenshot.gif ├── pysimplegui__examples └── generation_random.py ├── pytesseract__examples__image_to_text ├── GTA │ ├── RuFjPBg.png │ └── main.py ├── hello_world.py ├── hello_world__with__googletrans.py └── test.jpg ├── python_implementation.py ├── python_interpreter_info.py ├── python_object_to_json.py ├── pythonnet__examples └── OpenHardwareMonitorLib__Sensor_Temperature │ ├── OpenHardwareMonitorLib.dll │ └── main.py ├── pytube__examples └── main.py ├── pytz_vs_zoneinfo__examples ├── dt_with_tz_to_utc__pytz.py ├── dt_with_tz_to_utc__zoneinfo.py ├── get_offset__pytz.py ├── get_offset__zoneinfo.py ├── get_timezones__pytz.py ├── get_timezones__zoneinfo.py ├── get_tz__pytz.py ├── get_tz__zoneinfo.py ├── get_tz_by_country__pytz.py ├── get_tz_from_offset__pytz.py ├── get_tz_from_offset__zoneinfo.py ├── utc_plus_tz__pytz.py └── utc_plus_tz__zoneinfo.py ├── qbittorrent_examples ├── about_version.py ├── check_changes_in_torrent.py ├── common.py ├── config.py ├── effbot_bencode.py ├── get_info_random_torrent.py ├── get_top5_torrent_by_size.py ├── get_top5_torrent_by_size__use_api_sort_limit.py ├── get_top_torrent_by_files_number.py ├── print_current__save_path__of_torrents.py ├── print_not_torrent_content_on_saved_paths.py ├── print_torrent_comment.py ├── print_torrent_created_by.py ├── print_torrents_by_specific_Disc.py ├── print_total_size.py ├── send_api.py ├── shutdown.py ├── torrent_list.py ├── torrent_list__sort_by_added_on.py ├── torrent_list__sort_by_name.py ├── torrent_list__table_gui_pyqt.py ├── torrent_list__with_filter.py ├── torrent_list__with_filter_by_name.py └── torrent_list__with_filter_plus_sort_by_added_on.py ├── qrcode ├── pyqrcode__examples │ ├── db_sqlite3.py │ └── hello_world.py ├── qrcode__generate │ ├── README.md │ ├── main.py │ ├── qr_code_1.png │ └── qr_code_2.png └── qrcode__reader │ ├── main.py │ └── reedsolo.py ├── qt__pyqt__pyside__pyqode ├── Auto_widget_placement__using_FlowLayout_QThread.py ├── CompletingTextEdit__QTextEdit_QCompleter.py ├── EgoDialog.py ├── ElidedLabel.py ├── FlowLayout.py ├── GIPHY__gif │ ├── config.py │ └── main.py ├── Good_text_foreground_color_for_a_given_background_color.py ├── ImageLabel__QGraphicsView │ └── main.py ├── Is_IP__QRegExpValidator │ ├── IP_Validator.py │ ├── is_ip.py │ └── main.py ├── OID__QValidator.py ├── One_ball__in_outer_circle_area__collision_with_mouse__QPainter │ ├── README.md │ ├── main.py │ └── screenshot.gif ├── One_ball__in_outer_circle_area__collision_with_mouse__QWebEngineView │ ├── README.md │ ├── index.html │ ├── main.py │ └── screenshot.gif ├── PyQt6_screens_size.py ├── PySide_examples │ ├── README.md │ ├── draw_table │ │ ├── README.md │ │ ├── draw_table.py │ │ └── setup.py │ ├── e1.py │ ├── e2.py │ ├── e3.py │ ├── e4.py │ └── infinite_input.py ├── QApplication_keyboardModifiers.py ├── QApplication_show_screens.py ├── QAxContainer_Word_Application.py ├── QFileSystemWatcher__examples │ └── main.py ├── QImageReader.supportedImageFormats.py ├── QLabel__enter_leave__with_pixmap │ ├── 52rQ3.png │ └── main.py ├── QLabel_bold_italic_text │ ├── use__QFont.py │ ├── use__html.py │ ├── use__qss__qt_style_sheet__by_object_name.py │ ├── use__qss__qt_style_sheet__global.py │ └── use__qss__qt_style_sheet__local.py ├── QLabel_setText__in_thread__QThread.py ├── QLabel_setText__in_thread__threading.py ├── QLibraryInfo_location.py ├── QLineEdit__mask.py ├── QListWidget_with_custom_widgets.py ├── QML__examples │ ├── hello_text.qml │ ├── hello_text_window.qml │ ├── hello_world.py │ ├── hello_world_window.py │ └── hello_world_with_widgets.py ├── QMdiSubWindow__hello_world.py ├── QPainter_setOpacity │ ├── main.py │ ├── video-game-192x192.png │ └── video-game-192x192__transparent.png ├── QPixmap_createHeuristicMask │ ├── cat.jpg │ ├── cat.png │ └── main.py ├── QTextEdit__with_font_size_panel.py ├── QThreadPool__QRunnable.py ├── QThread_with_pause_and_resume__QWaitCondition.py ├── QThread_with_pause_and_resume__QWaitCondition_with_QTableWidget.py ├── QWebEngineView__load__blank_url.py ├── QWebEngine__append_custom_javascript__jQuery │ ├── js │ │ └── jquery-3.1.1.min.js │ └── main.py ├── QWebEngine__append_custom_javascript__jQuery__with_select_color │ └── main.py ├── QWebEngine__fill_form_login__auth__github_com │ └── main.py ├── QWebEngine__handler_console_log_javascript │ └── main.py ├── QWebEngine__runJavaScript__sync__click_on_element │ └── main.py ├── QWidget_setMask__frameless_window │ ├── main.py │ └── pipe.png ├── QWidget_with_QMenuBar.py ├── QtWebKit_example │ └── parse_myscore_ru.py ├── RotatedButton__QGraphicsScene.py ├── RunFuncThread.py ├── SwitchButton__example │ ├── from_QAbstractButton │ │ ├── README.md │ │ ├── screenshot.png │ │ ├── switch_button.py │ │ └── test.py │ ├── from_QCheckBox │ │ ├── README.md │ │ ├── screenshot.png │ │ ├── switch_button.py │ │ └── test.py │ └── from_QWidget │ │ ├── README.md │ │ ├── screenshot.png │ │ ├── switch_button.py │ │ └── test.py ├── ToolBarArea │ ├── README.md │ ├── main.py │ └── screenshot.jpg ├── URLView__download_and_show_image_on_label │ ├── README.md │ ├── async__QNetworkAccessManager.py │ ├── async__QThread.py │ ├── screenshot.jpg │ └── sync.py ├── advanced_list_widget.py ├── animate_move_and_rotate_rect_draw_dynamic_QPainter_QTimer.py ├── animate_move_and_rotate_triangle_QPolygonF_QPainter_QTimer.py ├── animate_move_and_rotate_triangle_draw_dynamic_QPolygonF_QPainter_QTimer.py ├── animate_rotate_triangle_QPainterPath_QPainter_QTimer.py ├── animate_rotate_triangle_QPolygonF_QPainter_QTimer.py ├── append_custom_QStatusBar__with_icon │ ├── light-bulb-icon_34400.png │ └── main.py ├── autowidth__QLineEdit.py ├── bar_chart__QtChart.py ├── buttons_setShortcut.py ├── chart_line__QtChart.py ├── chart_line__dark_theme__QtChart.py ├── chart_line__datetime_axis__using_QDateTime__QtChart.py ├── chart_line__datetime_axis__using_datetime__QtChart.py ├── chart_line__no_margin__QtChart.py ├── chart_line__show_all_theme__QtChart.py ├── chart_line__show_point_marks__QtChart.py ├── chart_line__show_tooltip_on_point_marks__QtChart.py ├── chart_line__show_tooltip_on_point_marks__check_distance_by_pos__QtChart.py ├── chart_line__show_tooltip_on_series__QtChart.py ├── check_image_on_transparents │ ├── emoji-video-game-512x512.png │ └── main.py ├── check_urls.py ├── clickable_image │ ├── img.png │ └── main.py ├── clipboard__example.py ├── context_menu │ ├── qt_custom_tray_menu.py │ ├── qt_tray_with_simple_menu.py │ ├── table.py │ └── table_auto_menu.py ├── create_child_window_by_center.py ├── crypto__decrypto__xor.py ├── darkstyle__QDarkStyleSheet__load_from_ui │ ├── README.md │ ├── main.py │ ├── mainwidget.ui │ └── screenshot.jpg ├── disable_specific_items_in_QComboBox.py ├── download_and_show_async_image_on_QGraphicsScene_QNetworkAccessManager.py ├── download_and_show_async_image_on_QLabel_QNetworkAccessManager.py ├── download_file │ ├── complex.py │ └── simple.py ├── draw__ellipse_board │ ├── README.md │ ├── main.py │ └── screenshot.jpg ├── draw__ellipse_board__chess_order__decrease │ ├── README.md │ ├── main.py │ └── screenshot.jpg ├── draw__ellipse_board__decrease │ ├── README.md │ ├── main.py │ └── screenshot.jpg ├── draw_frame_with_color_info │ ├── README.md │ ├── images │ │ ├── #007396.png │ │ ├── #333.png │ │ ├── #a000ff00.png │ │ ├── #ff8c69.png │ │ ├── green.png │ │ └── no_rounded_#007396.png │ └── main.py ├── draw_image_label__on_scroll_area │ ├── image.jpg │ └── main.py ├── draw_spiral.py ├── draw_wave_SIN_and_COS.py ├── example_QStackedWidget │ ├── use_buttons.py │ └── use_listwidget.py ├── filling the large list without delay Qt │ ├── async.py │ └── sync.py ├── full_black_screen.py ├── full_black_screen_close_manual.py ├── full_black_screen_close_manual_with_animations.py ├── full_white_screen_close_manual.py ├── get_html_from_Qt5_QWebEnginePage.py ├── get_mouse_cursor_to_pixmap__win10 │ ├── default_mouse.png │ ├── gui_with_timer.py │ ├── img.png │ └── main.py ├── hello_world__QWebEngineView.py ├── highlight previous tab Qt.py ├── hook_exceptions_in_Qt.py ├── image on whole cell in QTableWidget │ ├── README.md │ ├── favicon_google.png │ ├── favicon_google_tr.png │ ├── favicon_prog_org.png │ ├── main.py │ └── screenshot.png ├── images__QListWidget__QTableWidget_QStyledItemDelegate.py ├── images_widget__api.vk photos.search requests qt.py ├── install_translator.py ├── label_framed.py ├── latin_letters_similar_to_cyrillic │ ├── main.py │ └── main.ui ├── layout_append_line__horizontal_vertical.py ├── layout_column_resizer │ ├── README.md │ ├── column_resizer.py │ ├── example.py │ └── screenshot.png ├── lazy__qtwidgets_itemviews_fetchmore_example__QAbstractListModel.py ├── load_url__async_thread__QNetworkAccessManager.py ├── load_url__async_thread__QThread.py ├── model_with_iterator__QAbstractListModel │ ├── _more_examples.py │ └── iterator_list_model.py ├── move_window_on_center__QDesktopWidget.py ├── multiprocessing__QApplication__create_child_process__with__Tkinter_and_Qt.py ├── multiprocessing__QApplication__in_other_process.py ├── multiprocessing__QApplication__in_other_process_list__Pool_map.py ├── not_working__youtube_Maximum_durations_QWebView__PyQt4.py ├── not_working__youtube_summary_durations_all_video_QWebView__PyQt4.py ├── play_mp3__pyqt5__qmediaplayer │ ├── example.mp3 │ └── play.py ├── player_youtube_on_custom_page__QWebViewEngine.py ├── printer__QTextEdit__QPrinter__QPrinterDialog │ ├── README.md │ ├── main.py │ └── screenshot.jpg ├── printer_to_PDF__QTextEdit__QPrinter__QPrinterDialog │ ├── README.md │ ├── main.py │ ├── result.pdf │ └── screenshot.jpg ├── pyq5__QTreeView_QFileSystemModel_and_viewer_as_QTextEdit__on_double_click.py ├── pyq5__simple_balls__with_part_transparent_body.py ├── pyqode_example │ └── main.py ├── pyqt5_QToolTip_with_programmatically_timeout.py ├── pyqt5_QToolTip_with_programmatically_timeout__using_QEvent.py ├── pyqt5__QComboBox.py ├── pyqt5__QFileSystemModel__append_selected_files_and_dirs.py ├── pyqt5__QItemDelegate.py ├── pyqt5__QLineEdit_with_fixed_cursor_position.py ├── pyqt5__QSyntaxHighlighter.py ├── pyqt5__QSyntaxHighlighter__with_many_QTextCharFormat.py ├── pyqt5__QTableWidget__select_all_row_and_column__by_cell_click.py ├── pyqt5__QTableWidget__show_dialog_on_double_click_cell.py ├── pyqt5__QThread_with_QProgressDialog_PleaseWait.py ├── pyqt5__QTreeView_QFileSystemModel.py ├── pyqt5__QWebEnginePage__Client_async__multiprocessing__process.py ├── pyqt5__QWebEnginePage__Client_sync.py ├── pyqt5__QWebEngineView__get_access_token__from_append_application.py ├── pyqt5__WelcomeWidget.py ├── pyqt5__ask_before_close.py ├── pyqt5__clicked_label.py ├── pyqt5__dog_bang__mp3__qmediaplayer │ ├── dog.png │ ├── dog_sound_1.mp3 │ ├── dog_sound_2.mp3 │ └── main.py ├── pyqt5__draw_text_with_word_wrap.py ├── pyqt5__exchange_rate_and_weather__use_QThread │ ├── main.py │ └── utils.py ├── pyqt5__move_child_on_center__parent_widget.py ├── pyqt5__one_signal_slot_for_many_buttons__QButtonGroup.py ├── pyqt5__one_signal_slot_for_many_buttons__findChildren.py ├── pyqt5__qtextedit_with_line_numbers.py ├── pyqt5__reverse_color.py ├── pyqt5__simple_check_password__QLineEdit.py ├── pyqt5__simple_check_password__with_animation_border_color__QLineEdit_QPropertyAnimation.py ├── pyqt5__simple_check_password__with_border_color__QLineEdit.py ├── pyqt5__square_change_in_size__resizeEvent.py ├── pyqt5__translate__with__difflib__similar_words │ ├── data.json │ └── main.py ├── pyqt5__very_simple_browser__QWebEngineView.py ├── pyqt5__winapi__get_color_window_frame_border.py ├── pyqt5__winapi__get_color_window_header__use_screenshot.py ├── pyqt5_drag_and_drop.py ├── pyqt5_drag_and_drop__with_QFileSystemModel.py ├── pyqt5_paintEvent_example.py ├── pyqt5_paintEvent_example_with_undo_redo__QUndoStack.py ├── pyqt5_simple_check_password.py ├── pyqt_QTextEdit_setHtml__hello_world.py ├── pyqt__QGraphicsScene__draw_selection_rect.py ├── pyqt__QListWidget__Flow.py ├── pyqt__QPainter__FlowWidget.py ├── pyqt__QPainter__draw_table.py ├── pyqt__QPainter__dynamic_draw_emoji_on_img │ ├── favicon.png │ └── main.py ├── pyqt__UpdaterMessageExample__QThread.py ├── pyqt__animation_framework__hello_world.py ├── pyqt__custom_title_bar__FramelessWindow │ ├── FramelessWindow.py │ ├── icon.ico │ └── main.py ├── pyqt__design_patterns__composite__draw.py ├── pyqt__frameless__window_as_glass__win10__using_SetWindowCompositionAttribute.py ├── pyqt__frameless__window_as_glass__win7__using_DwmEnableBlurBehindWindow.py ├── pyqt__frameless__window_as_glass__with_custom_frame_color__win7__using_DwmEnableBlurBehindWindow.py ├── pyqt__frameless__window_as_glass__with_custom_frame_color__win7__using_DwmEnableBlurBehindWindow__with_custom_resizable.py ├── pyqt__frameless_transparent_window_with_custom_mouse_move.py ├── pyqt__frameless_window_with_custom_frame_color.py ├── pyqt__frameless_window_with_custom_frame_color__change_color_on__mouse_enter_leave.py ├── pyqt__frameless_window_with_part_transparent_body.py ├── pyqt__loading_gif │ ├── loading.gif │ ├── main__QMovie__QLabel.py │ └── main__QMovie__QLabel__QGraphicsScene.py ├── pyqt__mouse_manual_move__FramelessWindowHint.py ├── pyqt__mouse_manual_move__FramelessWindowHint__with_custom_resizable.py ├── pyqt__mouse_manual_move__FramelessWindowHint__with_custom_resizable__with_custom_frame_color.py.py ├── pyqt__redirect_print_stream_to_qtextedit.py ├── qt stylesheet example.py ├── qt-gui-python-console.py ├── qt__class_tree__parse_and_print__recursively__from__doc_qt_io │ ├── README.md │ ├── console.py │ ├── gui.py │ └── screenshot.png ├── qt__qtablewidget_fill_from_thread__with_api.py ├── qt_alignment_qlabel.py ├── qt_colors_of_2048.py ├── qt_dummy_calculator_window__with_autodown_button_on_key_press.py ├── qt_fill_QTableWidget_from_SQL │ ├── games.sqlite │ └── main.py ├── qt_image_from_sqlite │ ├── capture.png │ └── main.py ├── qt_image_resize__QPixmap_scaled │ ├── img.png │ └── main.py ├── qt_img_to_grid │ ├── grid_img.jpg │ ├── img.jpg │ └── main.py ├── qt_ini.py ├── qt_log_uncaught_exceptions.py ├── qt_mask__example.py ├── qt_pixel_draw_image │ ├── README.md │ ├── img.png │ ├── main.py │ ├── main_with_fast_draw.py │ ├── screenshot.png │ └── screenshot2.png ├── qt_sorting_pixel_draw_image │ ├── img.png │ └── main.py ├── qt_tree_model_xml │ ├── README.md │ ├── main.py │ ├── screenshot.png │ └── tree.xml ├── random_text_progress.py ├── remote_controller__widget_with_webserver │ ├── base_camera.py │ ├── camera_requests.py │ ├── config.py │ ├── default_mouse.png │ ├── frameless_widget_with_webserver.py │ ├── remote_controller_widget.py │ ├── web_view.py │ └── widget_with_webserver.py ├── render_image_from_svg │ ├── input.svg │ └── main.py ├── ru_stackoverflow_exception_questions │ ├── config │ ├── dev_script │ ├── dev_window_script.py │ ├── gatherer.py │ ├── main.py │ └── web_tag_editor.py ├── run_cmd_in_new_window.py ├── run_js.py ├── save_text_as_image │ ├── main.py │ └── output.png ├── schedule_and_QThread.py ├── screenshot_site_using_QWebEngineView │ └── main.py ├── send_QKeyEvent │ └── send_key.py ├── send_QKeyEvent__auto_click_button.py ├── show_QSplashScreen │ ├── _test_widget.py │ ├── main_animation__with_gif.py │ ├── main_static_image.py │ └── rotate-pulsating-loading-animation.gif ├── show_all_standard_qt_icon__from_StandardPixmap.py ├── show_current_process_memory_info.py ├── show_current_process_memory_info__with__button_for_append_new_objects.py ├── show_hide_tabs__QTabWidget.py ├── show_images_and_append_their_to_json │ ├── README.md │ ├── images │ │ ├── 24b97e694477093fefc9f6a2ef3f0261.png │ │ ├── after_search.png │ │ ├── before_search.png │ │ ├── image_100%.png │ │ └── new_game_button.png │ ├── main.py │ └── screenshot.jpg ├── show_new_process_handler__using__psutil.py ├── show_target_icon__behind_cursor │ ├── main.py │ └── target.png ├── show_user_grouple_rss__qt.py ├── simple_TreeModel.py ├── simple_editor__save_as.py ├── simple_key_press_handler__keyPressEvent.py ├── site_screenshot__QWebEngineView.py ├── slide_show │ ├── README.md │ └── main.py ├── speech_recognition__microphone__google │ ├── README.md │ ├── main.py │ └── screenshot.jpg ├── standart_qt_icon_to_base64.py ├── students │ ├── add_student_dialog.py │ ├── main.py │ ├── main_window.py │ └── student.py ├── tab_widget__QTabWidget__qt.py ├── table__cell__gif__setCellWidget │ ├── loading.gif │ └── main.py ├── table__cell__icon_image │ ├── loading.gif │ └── main.py ├── test_sql_fetchMore__QSqlTableModel_QSqlQueryModel │ ├── database.sqlite │ ├── main__QSqlQueryModel.py │ └── main__QSqlTableModel.py ├── winapi__qt_get_icon_file_name.py ├── window_as_glass__win7__using_DwmExtendFrameIntoClientArea.py └── xeyes_like │ ├── README.md │ ├── eyes │ ├── __init__.py │ ├── common.py │ ├── eye.py │ ├── eye_widget.py │ └── eyes_widget.py │ └── main.py ├── querystring_parser__vs__parse_qs.py ├── random_abusive ├── __init__.py ├── abusive words.txt └── random_abusive.py ├── read_mp3_tags__id3 ├── main.py └── test.mp3 ├── read_pair_lines_file_and_write_to_other_file__using_next_StopIteration ├── main.py └── short_100.txt ├── reduction_number__1000000_to_1kk__number_to_k_notation.py ├── regexp_examples ├── find_groups_of_repeating_sequences.py ├── find_longest__seq_sub.py ├── group_without_link_groups.py ├── my_template_function.py ├── pattern_debug.py ├── remove_punctuation.py ├── replace_on_upper.py ├── split_by_case.py ├── sub__get_initials__use_callback.py ├── sub__replace_as_UPPER__use_callback.py ├── sub__with_callback_on_match.py ├── sub__with_callback_on_match__abbreviate.py └── sub__with_callback_on_match__random_pattern_text.py ├── regexp_pattern_to_format_string.py ├── remove_all_py__author__.py ├── remove_comments_from_python_code └── clear_code.py ├── remove_emoji.py ├── removing_duplicates_in_lists ├── main.py └── utils.py ├── replace_first_line_file └── main.py ├── requests__examples ├── adapters.py ├── auth__kingfashion.com.py ├── auth__newlms_magtu_ru.py ├── auth__www.maultalk.com.py ├── cookies.py ├── debug_logging__requests.py ├── download_file_with_progressbar │ ├── download_in_file__using_tqdm.py │ └── download_in_memory__using_tqdm.py ├── download_zip_and_extract_first_json_file_in_memory.py ├── get_phone__from__realestate.py ├── go.main.ru.py ├── parse__gepur_ru.py ├── pastebin3_requests.py ├── post_file.py ├── prodobavki.com__tags.py ├── prodobavki.com_dobavki__print_info.py ├── upload_image_to_waifu2x_booru_pics │ ├── image.jpg │ └── main.py ├── vitaly-zykov.ru__knigi.py ├── vk_auth__requests_bs4_BeautifulSoup.py ├── vk_auth__requests_lxml.py ├── vk_auth__requests_re.py ├── vk_auth_and_user_shorter_link.py ├── vk_search_video.py └── yahoo_api__rate_currency.py ├── requests_html__examples ├── coronavirus_monitor_ru__statistika.py ├── ru_sefon_cc__news.py └── save_before_after_js │ ├── main.py │ ├── rs_after_js.html │ └── rs_before_js.html ├── requests_multiprocessing_adapter.py ├── rerun_as_admin__win.py ├── rerun_as_admin__win__using_powershell.py ├── rgb2hex.py ├── robobrowser_examples ├── get_html.py ├── get_html_as_bytes.py ├── github__login_and_print_email_from_settings.py ├── m_vk_com__auth.py └── vk_com__auth.py ├── roman_numbers ├── main.py └── roman.py ├── roman_numerals_decoder.py ├── rtf_to_text__unicode ├── EULA_RUS.rtf ├── main.py └── my_rtf_to_text.py ├── rumble (vibration) a xbox 360 controller ├── README.md ├── gui.py ├── rumble.py ├── screenshot.png └── web │ ├── README.md │ ├── main.py │ ├── screenshot.png │ └── static │ └── js │ └── jquery-3.1.1.min.js ├── run_cmd_in_new_window__os_system.py ├── run_cmd_in_new_window__subprocess.py ├── run_processes_with_output_in_web ├── common.py ├── main.py ├── static │ ├── css │ │ └── index.css │ └── js │ │ ├── index.js │ │ ├── jquery-2.1.4.js │ │ ├── socket.io.min.js │ │ └── socket.io.min.js.map ├── templates │ └── index.html └── tests │ └── return_code_999.py ├── run_temp_bat_with_python.py ├── run_temp_bat_with_python__PYTHONPATH.py ├── scapy__examples ├── sniff__gui__pyqt5 │ ├── README.md │ ├── main.py │ └── screenshot.png ├── sniff__wifi__arp.py └── sniff_tcp.py ├── schedule_examples ├── make_dir_every_day_at_06.00.py ├── print_scheduled_dates.py ├── you_need_to_rest.py └── you_need_to_rest_with_tray │ ├── main.py │ └── rest_32x32.png ├── scp_top.py ├── screenshots ├── config.py ├── default_mouse.png ├── screenshot__using_PIL_pillow.py ├── screenshot__using_PyQt5.py ├── screenshot__using_PyQt5__with_cursor.py └── screenshot__using_pyscreenshot.py ├── search duplicate files py.py ├── search_DLC_in_steam ├── gistfile1.txt └── main.py ├── search_and_delete_of_empty_folders ├── delete.py └── search.py ├── search_files_with_Zone.Identifier.py ├── search_for_nearest_dates__itertools_datetime.py ├── search_for_similar_images__perceptual_hash__phash ├── README.md ├── common.py ├── db.py ├── images │ ├── folder.svg │ ├── image.svg │ ├── index.svg │ ├── refresh.svg │ ├── run_image.svg │ ├── search-cross.svg │ ├── search.svg │ └── view.svg ├── main.py ├── screenshot.jpg └── ui │ ├── AboutDialog.py │ ├── CrossSearchSimilarImagesDialog.py │ ├── FieldsProgressDialog.py │ ├── FileListModel.py │ ├── FlatProgressBar.py │ ├── ImageHashDetailsDialog.py │ ├── IndexingSettingsWidget.py │ ├── KeyValueLabel.py │ ├── ListImagesWidget.py │ ├── SearchForSimilarSettingsWidget.py │ ├── SelectDirBox.py │ ├── ThumbnailDelegate.py │ └── __init__.py ├── search_game_with_year ├── gistfile1.txt └── main.py ├── search_of_empty_folders_in_all_disk__multithreading_multiprocessing ├── README.md ├── gui.py ├── main.py └── screenshot.jpg ├── search_on_google ├── README.md └── search_on_google.py ├── search_unity_game__Assembly-CSharp_dll__glob_multiprocessing.py ├── seconds_to_str.py ├── secrets__examples ├── generate_simple_password.py ├── generate_strong_password.py ├── generate_token.py └── generate_token_urlsafe.py ├── selenium__examples ├── PyQt5_with_selenium.py ├── about_wait │ ├── explicit_waits.py │ └── implicit_waits.py ├── auth__vk.com │ └── main.py ├── avito_ru__auth.py ├── check__haveibeenpwned_com.py ├── copy_paste__clipboard.py ├── firefox__Disable__images__css__flash.py ├── games_mail_ru__pc__articles__feat__test-malchik-ili-devochka │ ├── only_random.py │ └── using_right_answers.py ├── generator_image__with_html_template │ ├── input │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── template__index.html │ └── main.py ├── get_attributes.py ├── get_html_source.py ├── get_html_source_element__bs4.py ├── google_search__get_first_image.py ├── hello_world.py ├── hello_world__implicitly_wait.py ├── hide_window__invisible__headless.py ├── music_yandex_ru │ ├── get_all_tracks_playlist │ │ ├── common.py │ │ ├── config.py │ │ ├── variant_1.py │ │ ├── variant_2_with_scroll_optimization.py │ │ └── variant_3_with_scroll_and_bs4_optimization.py │ ├── run_first_track.py │ ├── search_and_run_first_track.py │ ├── set_progress_playing_track.py │ ├── show_progress_playing_track.py │ └── show_progress_playing_track__v2.py ├── mute.py ├── online_pianino_ru.py ├── pikabu_ru__download_all_images │ └── main.py ├── print_browser_info.py ├── print_dialogs__vk.com │ └── main.py ├── print_version_of_selenium.py ├── pub_fsa_gov_ru__rds__declaration.py ├── ranobehub_org_clap999.py ├── ru_stackoverflow_counting_negative_reputation │ └── main.py ├── screenshot.py ├── screenshot_elements │ └── main.py ├── screenshot_from_local_file_with_fixed_window_size.py ├── screenshot_with_fixed_window_size.py ├── search_and_watch_cats_on_youtube │ └── main.py ├── send_message__vk.com │ └── main.py ├── set_user_agent.py ├── switch_windows.py └── watch_youtube.py ├── selenium__tools └── kill_hanging_processes_firefox_selenium │ ├── common.py │ └── main.py ├── self_recursive_infinity_list.py ├── send_gmail.py ├── send_sms ├── README.md └── send_sms.py ├── separate_conjoint_words.py ├── shorten.py ├── show_console_triangle.py ├── show_disk_usage.py ├── shuffle_chars_in_word.py ├── shutdown.py ├── shutil__make_archive ├── input_data │ ├── input.txt │ └── input_dir │ │ ├── abc.txt │ │ ├── input1.txt │ │ └── sub_dir │ │ └── 123.txt ├── make_all_supported_archives.py ├── make_zip_archive.py └── print_supported_formats.py ├── simple_brainfuck.py ├── simple_console_progress_bar.py ├── simple_re__tokenize.py ├── simple_xpath__json_dict.py ├── simplecrypt__example ├── encrypt_and_save_to_random_uuid_guid_file.py ├── encrypt_file │ ├── main.py │ └── message.txt ├── encrypt_file_with_zip_compress │ ├── main.py │ └── message.txt ├── encrypt_file_with_zlib_compress │ ├── main.py │ └── message.txt ├── encrypt_with_zip_compress.py ├── encrypt_with_zlib_compress.py └── hello_world.py ├── simpleeval__examples__calc ├── basic │ ├── compound_types.py │ ├── creating_an_evaluator_class.py │ ├── extending__EvalNoMethods__disable_object_methods.py │ ├── if_expressions.py │ ├── names.py │ ├── operators.py │ ├── operators__user_custom.py │ └── user_functions.py ├── expr_job_with__user_func__dict__join__map.py ├── get_value_deep_attribute.py ├── get_value_from__url_http_request__call_function.py ├── get_value_from_file__call_function │ ├── a_value.txt │ ├── b_value.txt │ └── main.py ├── hello_world.py ├── indexing__get_item__slice__dict_list_set_tuple_str_sorted.py ├── operators__user_custom__mad_evil.py ├── operators__user_custom__only__add_and_sub.py ├── simple_eval__hashlib__fill_functions.py ├── simple_eval__hashlib__override_eval_call.py └── simple_eval__math.py ├── single instance program └── use_filelock.py ├── singleton.py ├── singleton__using_abc.py ├── sirena_parser ├── RET.TCH.STRA.S.20170510-20170510 └── main.py ├── smev ├── example_rq.xml ├── gis_gmp.py ├── smev3.gosuslugi.ru_checkxmlform │ └── main.py └── smev3__send_request_and_check__checkxmlform.py ├── socket__tcp__examples ├── common.py ├── hello_world │ ├── client.py │ └── server.py ├── hello_world__using_socketserver │ ├── client.py │ └── server.py ├── hello_world__with_RSA_AES__commands_in_JSON__client=private_and_server=public │ ├── client.py │ ├── info_security.py │ ├── rsa.py │ ├── server.py │ └── utils.py ├── hello_world__with_RSA_AES__commands_in_JSON__client=public_and_server=private │ ├── client.py │ ├── generate_keys.py │ ├── info_security.py │ ├── keys │ │ ├── private.pem │ │ └── public.pem │ ├── rsa.py │ ├── server.py │ └── utils.py ├── hello_world__with_crc32 │ ├── client.py │ └── server.py ├── http__get.py ├── http__get__via_proxy.py ├── http__get__with_urlsplit.py ├── http__post__contact_ng_server.py ├── http_server.py ├── http_server__threading.py ├── http_server_deflate.py ├── https__get__with_urlsplit.py ├── redirect_stdout │ ├── client.py │ └── server.py ├── send_and_receive_at_the_same_time │ ├── client.py │ └── server.py ├── send_and_receive_at_the_same_time_iso8583_client_only │ └── client.py ├── send_img__recv_thumbnail │ ├── client.py │ ├── img.jpg │ └── server.py ├── send_img__recv_thumbnail__with_crc32 │ ├── client.py │ ├── img.jpg │ └── server.py ├── send_recv__commands │ ├── client.py │ └── server.py ├── send_recv_complex_object │ ├── client.py │ └── server.py ├── send_recv_file │ ├── client.py │ ├── img.png │ └── server.py ├── send_recv_file__with_crc32 │ ├── client.py │ ├── img.png │ └── server.py ├── send_recv_json │ ├── client.py │ └── server.py └── send_recv_xml │ ├── client.py │ └── server.py ├── solution_of_expression__sympy__parser └── main.py ├── sort__alphanumeric__natural_sort.py ├── sort__from_import.py ├── sort_imports.py ├── speak__[does_not_work] ├── main.py └── play_mp3 │ ├── __init__.py │ ├── avbin.dll │ ├── play.py │ └── speak_male.mp3 ├── speech_recognition ├── microphone__google.py └── write_audio___from_microphone.py ├── split_by_lambda.py ├── split_list_into_evenly_sized_chunks.py ├── split_text_by_fragments.py ├── sqlalchemy_examples ├── oracle │ └── main.py └── sqlite_video_table_example │ └── main.py ├── sqlite3__examples ├── README.md ├── append_image │ ├── capture.png │ └── main.py ├── backup__examples │ ├── backup_via_api.py │ ├── backup_via_vacuum_into.py │ ├── common.py │ └── config.py ├── custom_func__get_http_status.py ├── custom_func__redefine_upper.py ├── custom_func__redefine_upper__check_speed.py ├── e1.py ├── journal_mode_wal.py ├── print_function_list.py ├── print_pragma_list.py ├── print_version.py ├── select_as_dict.py ├── select_lazy__fetchmany__offset_limit.py ├── trace_sql.py ├── view_many_images__lazy__delegates__async_load_images │ ├── _fill_sql_table.py │ ├── db.py │ ├── main.py │ └── utils │ │ ├── FileListModel.py │ │ ├── ListImagesWidget.py │ │ ├── ThumbnailDelegate.py │ │ ├── ThumbnailWorker.py │ │ └── __init__.py └── view_many_rows_lazy__QSqlQueryModel.py ├── stack_and_queue ├── README.md ├── main.py └── screenshot.png ├── stackoverflow_people_reached__tracking ├── db.py ├── main.py ├── static │ ├── bootstrap-4.3.1 │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.min.css │ │ └── bootstrap.min.js │ ├── chart_js_2.9.3 │ │ └── Chart.bundle.min.js │ └── js │ │ └── jquery-3.1.1.min.js ├── templates │ └── index.html └── web.py ├── stackoverflow_site__parsing ├── Py-StackExchange__examples │ └── download_tags_excerpt__and_export_docx.py ├── download_tags.py ├── download_tags__and_export_docx.py ├── get_graph_data_items.py ├── preparation_description_tag_stackoverflow__qt_gui │ ├── adds.zip │ ├── build_exe.bat │ ├── build_ui.bat │ ├── common.py │ ├── main.py │ ├── mainwindow.py │ ├── mainwindow.ui │ ├── mainwindow_ui.py │ └── tags3.zip ├── print__datetime_utc_and_reputation_change.py ├── print__datetime_utc_and_reputation_change__with_missing_dates.py ├── spelling and grammar check by description tags.py └── user_rank_and_reputation.py ├── stepik_lesson └── course_512 │ ├── 24460_step_9 │ ├── in │ └── stepik_lesson_24460_step_9.py │ ├── 24461_step_9 │ └── stepik_lesson_24461_step_9.py │ ├── 24462_step_7 │ ├── in │ ├── in2 │ └── stepik_lesson_24462_step_7.py │ ├── 24462_step_8 │ └── stepik_lesson_24462_step_8.py │ ├── 24462_step_9 │ └── stepik_lesson_24462_step_9.py │ ├── 24463_step_7 │ ├── 24463_step_7.py │ ├── in │ ├── in2 │ └── in3 │ ├── 24463_step_9 │ └── 24463_step_9.py │ ├── 24464_step_4 │ └── main.py │ ├── 24464_step_5 │ └── main.py │ ├── 24465_step_4 │ ├── dataset_24465_4.txt │ └── main.py │ ├── 24465_step_6 │ ├── main.py │ ├── main.zip │ ├── sample.zip │ └── sample_ans.txt │ ├── 24466_step_9 │ ├── encrypted.bin │ ├── main.py │ └── passwords.txt │ ├── 24468_step_6 │ └── main.py │ ├── 24469_step_6 │ ├── in │ ├── in2 │ ├── in3 │ └── main.py │ ├── 24469_step_7 │ ├── in │ ├── in2 │ ├── in3 │ ├── in4 │ └── main.py │ ├── 24470_step_11 │ ├── in │ └── main.py │ ├── 24470_step_13 │ ├── in │ └── main.py │ ├── 24470_step_14 │ ├── in │ └── main.py │ ├── 24470_step_15 │ ├── in │ └── main.py │ ├── 24470_step_16 │ ├── in │ └── main.py │ ├── 24471_step_6 │ └── main.py │ ├── 24471_step_7 │ └── main.py │ ├── 24473_step_2 │ ├── Crimes.csv │ └── main.py │ ├── 24473_step_4 │ ├── in │ ├── in2 │ └── main.py │ ├── 24474_step_4 │ ├── in │ └── main.py │ ├── 24476_step_3 │ ├── in │ ├── in2 │ └── main.py │ └── 24476_step_4 │ ├── config.py │ ├── in │ ├── in2 │ └── main.py ├── str__plus_vs_percent_vs_format_vs_fstring.py ├── string_formatting ├── README.md └── string_formatting.py ├── string_parse__split__re.py ├── struct__examples__parse_binary_files ├── hello_world.py ├── read_BMP_header │ ├── 1x1_1.bmp │ ├── 1x1_2.bmp │ └── main.py ├── read_JPEG_header │ ├── 1x1.jpg │ ├── 3x7.jpg │ ├── 5x5.jpg │ └── main.py ├── read_PNG_header │ ├── 1x1.png │ ├── 3x7.png │ ├── 5x5.png │ └── main.py ├── read_mp3_header │ └── main.py └── read_zip_headers │ ├── main.py │ └── myfile.zip ├── submitting_water_meter_readings ├── db.py ├── old │ ├── erkc_info_ru__utils.py │ └── send_mail__utils.py ├── static │ ├── favicon │ │ ├── README.md │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-512x512.png │ │ ├── apple-touch-icon.png │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── favicon.ico │ │ └── site.webmanifest │ ├── index.html │ ├── send_again.html │ └── style.css ├── utils.py └── web.py ├── subprocess_example ├── child_in_loop │ ├── child.py │ └── loop.py ├── ipconfig.py ├── ipconfig__check_output.py ├── nslookup.py ├── ping.py ├── print_java_version.py ├── print_realtime_err_and_out_as_out │ ├── main.py │ └── print_rand_out_and_err.py ├── read_from_stdout_and_stderr_as_stdout │ ├── main.py │ └── print_in_stdout_and_stderr.py ├── run_and_input_text │ ├── google_search.py │ └── main.py ├── run_and_input_text__num_sum │ ├── main.py │ └── my_simple_calc.py ├── run_powershell │ ├── hello_world.ps1 │ └── main.py ├── run_with_args │ ├── main.py │ └── my_calc.py └── shell_pipeline__ipconfig_+_grep.py ├── sum_dicts.py ├── svgwrite__examples ├── fill_background.py ├── from_examples │ ├── basic_shapes.py │ ├── bezier.py │ ├── checkerboard.py │ ├── circle_blur.py │ ├── color_names.py │ ├── color_triangles_function.py │ ├── defs_test.py │ ├── fractal__L_system.py │ ├── fractal__koch_snowflake.py │ ├── fractal__mandelbrot.py │ ├── hyperlink.py │ ├── length_units.py │ ├── line_cap_join.py │ ├── marker.py │ ├── pattern.py │ ├── radial_gradient.py │ ├── simple_text.py │ ├── solidcolor.py │ ├── tag_element__use.py │ ├── tenticles.py │ ├── text_font_generic_family.py │ ├── text_font_size.py │ └── text_justify.py ├── hello_world.py └── pretty_xml_in_svg.py ├── swap_keyboard.py ├── telegram__telethon__examples ├── auto_answer.py ├── config.py ├── hello_world.py ├── print_dialogs.py └── чувак__wazzup │ ├── images │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ └── 5.jpg │ └── чувак__wazzup.py ├── telegram_bot__telethon__examples ├── config.py ├── register_next_step_handler.py ├── restriction_on_frequent_sending_of_messages__using_dict.py └── step_example.py ├── telegram_bot_examples ├── alban.py ├── auto_in_progress_message │ ├── core.py │ └── main.py ├── calendar_example │ ├── main.py │ ├── main__mini.py │ └── telegramcalendar.py ├── coin_flip │ ├── main.py │ ├── орел_512x512.png │ └── решка_512x512.png ├── commands.py ├── common.py ├── config.py ├── counter_in__InlineKeyboardButton__cache_dict.py ├── counter_in__InlineKeyboardButton__telegram_context.py ├── deep_linking__start_argument.py ├── dice.py ├── echo__check_user_language.py ├── funs_tests__speak_pict_youtube │ ├── files │ │ ├── Onepunchman_t1_gl1_18.png │ │ └── readmanga.live_one_punch_man__A1bc88e_vol1_1 │ │ │ ├── Onepunchman_t1_gl1_01.jpg │ │ │ ├── Onepunchman_t1_gl1_02.jpg │ │ │ ├── Onepunchman_t1_gl1_03.png │ │ │ ├── Onepunchman_t1_gl1_04.png │ │ │ ├── Onepunchman_t1_gl1_05.png │ │ │ ├── Onepunchman_t1_gl1_06.png │ │ │ ├── Onepunchman_t1_gl1_07.png │ │ │ ├── Onepunchman_t1_gl1_08.png │ │ │ ├── Onepunchman_t1_gl1_09.png │ │ │ ├── Onepunchman_t1_gl1_10.png │ │ │ ├── Onepunchman_t1_gl1_11.png │ │ │ ├── Onepunchman_t1_gl1_12.png │ │ │ ├── Onepunchman_t1_gl1_13.png │ │ │ ├── Onepunchman_t1_gl1_14.png │ │ │ ├── Onepunchman_t1_gl1_15.png │ │ │ ├── Onepunchman_t1_gl1_16.png │ │ │ ├── Onepunchman_t1_gl1_17.png │ │ │ ├── Onepunchman_t1_gl1_18.png │ │ │ ├── Onepunchman_t1_gl1_19.png │ │ │ └── Onepunchman_t1_gl1_20_credits.jpg │ └── speak_pict_youtube.py ├── get_user_info.py ├── get_user_profile_photos.py ├── giphy_send_gif │ ├── main.py │ └── sample.gif ├── handle_errors.py ├── handle_reply_command.py ├── handle_reply_command__max_buttons.py ├── hello_world__echo.py ├── hello_world__echo_with_reply.py ├── massage_ConversationHandler.py ├── pagination │ ├── data.py │ ├── example_as_images.py │ ├── example_as_images_with_text.py │ ├── example_as_text.py │ ├── images │ │ ├── Albus_Dumbledore.jpg │ │ ├── Dobby.jpg │ │ ├── Draco.jpg │ │ ├── Hagrid.jpg │ │ ├── Harry.jpg │ │ ├── Hermione.jpg │ │ ├── Moody.jpg │ │ ├── Ron.jpg │ │ ├── Severus_Snape.jpg │ │ ├── Sirius.jpg │ │ └── Voldemort.jpg │ └── utils.py ├── qrcode_bot.py ├── questionnaire__anketa__ConversationHandler.py ├── questionnaire__anketa__user_data.py ├── reminder │ ├── db.py │ ├── main.py │ └── utils.py ├── restriction_on_frequent_sending_of_messages__using_dict.py ├── send_contact_or_location.py ├── send_photo_using_file_id.py ├── set_run_async=True_for_all_handlers__using_defaults__simple.py ├── settings_inline_menu.py ├── show_alert.py └── user_data__PicklePersistence │ └── main.py ├── tensorflow__deep_dream ├── README.md ├── common.py ├── main.py ├── output │ ├── noise__head1_bottleneck_pre_relu__1.jpg │ ├── noise__mixed4d_5x5_pre_relu__61.jpg │ ├── pilatus800__mixed4c_3x3_bottleneck_pre_relu__104.jpg │ ├── pilatus800__mixed4c_3x3_bottleneck_pre_relu__64.jpg │ ├── pilatus800__mixed4d_1x1_pre_relu__39.jpg │ └── pilatus800__mixed4d_5x5_pre_relu__61.jpg └── pilatus800.jpg ├── test_system__envelope.py ├── test_system__student_grant.py ├── text_to_code_brainfuck ├── README.md ├── main.py └── simple_brainfuck.py ├── text_to_speech__offline__pyttsx3 ├── changing_voice_rate_and_volume.py └── hello_world.py ├── text_tokens_to_href_wiki ├── main.py └── result │ └── wiki.html ├── textwrap__examples └── dedent_examples.py ├── time_intervals__call_center.py ├── time_intervals__call_center__draw.py ├── time_this_using_with.py ├── timeit_examples ├── README.md ├── filter__generator_list__vs__functional.py ├── range_to_list.py ├── string_concatenations.py ├── string_generation__list_for_random_choice.py └── timer_example.py ├── timeout_block ├── kthread.py └── main.py ├── tkinter_examples ├── Entry_Button__on_click.py ├── build_example │ ├── README.md │ ├── build_exe.bat │ └── main.py ├── button__change_button_icon_on_click │ ├── icons │ │ ├── help.png │ │ ├── no.png │ │ └── ok.png │ ├── main.py │ ├── main__next_image_generator.py │ └── main__next_image_generator__using__itertools_cycle.py ├── button_entry_label.py ├── canvas__draw_transparent_image_on_each_other │ ├── main.py │ ├── stars.png │ └── text.png ├── center_window.py ├── class_Example_with_Frame_Listbox.py ├── class_Example_with_Frame_Tab_Notebook.py ├── class_Example_with_Frame_Text.py ├── create_new_window__on_click_button.py ├── create_new_window__on_click_button__v2.py ├── draw_chess_board.py ├── draw_chess_board_with_figures.py ├── draw_with_sin_cos__global_t.py ├── draw_with_sin_cos__make_counter_adder.py ├── entry_echo.py ├── excepthook__report_callback_exception__log_uncaught_exceptions.py ├── fill_widgets_as_cell_table__using_loops.py ├── hello_world.py ├── label_image__local │ ├── image.png │ └── main.py ├── label_image__url_download.py ├── super_hello_world.py ├── tab_Notebook__with_widgets_as_modules │ ├── README.md │ ├── main.py │ ├── main_v2.py │ ├── screenshot.jpg │ ├── tab_a.py │ ├── tab_b.py │ └── tab_c.py ├── table__label__on_click_cell_handler.py └── weather_example.py ├── tokenize__python.py ├── tokenize_string__using_tokenize.py ├── torrent_file ├── _.torrent ├── another_bencode.py ├── bencode_py3.py ├── effbot_bencode.py ├── get_files.py └── total_torrent_size.py ├── torrent_list_ru_gov_ip_from_iknowwhatyoudownload.py ├── total_time_playlist_youtube ├── gui.py └── main.py ├── translate_text_screenshot_by_hotkey ├── main.py └── screenshot_2020-04-22_204625.html ├── transliterate__транслитерация.py ├── transliterate__транслитерация__using_transliterate.py ├── ttk_ru ├── config.py └── main.py ├── ttl_cache.py ├── unicode_escape_decode.py ├── uninstall_tool └── main.py ├── unistream_examples ├── config.py ├── get_agent_point_info.py ├── get_agent_points.py ├── get_agents.py ├── get_operation.py ├── get_operation_details.py ├── getting_list_of_operations.py └── utils.py ├── unshorten_url.py ├── update_task_and_jobs_from_gist ├── .gitignore ├── ConEmu_start_task │ ├── 1. download_gist_files.py │ ├── 2. generate_lnk_to_ConEmu_tasks.py │ ├── 3. modify_ConEmu_settings_tasks.py │ ├── common.py │ ├── config.py │ ├── kill_all_ConEmu_process.py │ ├── move ConEmu to second desktop.py │ └── runs_ConEmu_links.py ├── Jenkins_jobs │ ├── common.py │ ├── config.py │ ├── main.py │ └── run_jobs.py └── root_common.py ├── upload_image_to_telegraph.py ├── upper_print.py ├── url2image └── url2image.py ├── using_custom_dll ├── main.py ├── mydll2.dll └── mydll2 │ ├── .vs │ └── mydll2 │ │ └── v14 │ │ └── .suo │ ├── main.cpp │ ├── mydll2.sln │ └── mydll2.vcxproj ├── using_proxy ├── proxy_requests__examples.py └── proxy_requests__upgraded.py ├── using_tor ├── examples_tor.py ├── load_onion__using_socks5h.py ├── loop_check_url.py ├── loop_check_url_with_many_ports.py └── with_module_requests.py ├── utc_to_local.py ├── validate_email__examples └── hello_world.py ├── visual_diff_two_structures ├── build_ui.bat ├── main.py ├── main_window.ui ├── tests.py ├── ui_main_window.py └── utils.py ├── vk_api__examples ├── NOW_NOT_WORK │ ├── download_all_images_dialog │ │ └── download_all_images_dialog.py │ ├── messages_send__selfie.py │ ├── mini_vk_bot__messages_get_send.py │ ├── send_document__gif │ │ ├── file_name.gif │ │ └── main.py │ └── send_images │ │ ├── 1442.png │ │ ├── 1511.png │ │ ├── 959.png │ │ └── main.py ├── audio_getPopular__downloads.py ├── audio_get__downloads.py ├── count_users_comments__wall_getComments.py ├── download_covers_from_farguscovers__wall_get │ ├── _append_post_date_in_dump.py │ ├── _find_duplicate_covers.py │ ├── _find_duplicates_dump_attrs.py │ ├── _find_same_names_with_different_ids.py │ ├── _remove_unused_from_dump.py │ ├── _update_author_name.py │ ├── _update_format_of_dump.py │ └── main.py ├── friends.get birthdays.py ├── get_audio.py ├── newsfeed.get_gui.py ├── root_common.py ├── root_config.py ├── simple_wall_post__local_image │ ├── 1.jpg │ ├── 2.jpg │ └── main.py ├── users_get.py ├── users_search__search_girls.py ├── vk_spam_wall │ ├── config.json │ ├── vk_spam_wall.py │ └── vk_spam_wall_schedule.py ├── wall_get.py ├── wall_post__bash_quotes.py ├── wall_post__bash_quotes_with_args.py ├── wall_post__hello_world.py └── wall_post__images.py ├── wait └── wait.py ├── walk_dict.py ├── watchdog__examples ├── custom_event_handler.py └── hello_world.py ├── weather__openweathermap__pyowm.py ├── weather__yahoo.py ├── webserver__cherrypy__examples ├── ajax_json.py ├── all_exception_handler.py ├── all_exception_handler__2.py ├── arguments.py ├── autoreload_off.py ├── complex_site.py ├── default_method__uri.py ├── expose_methods.py ├── files │ ├── main.py │ └── pdf_file.pdf ├── generators_and_yield.py ├── get__post.py ├── hello_world.py ├── inheritance │ ├── base_server.py │ ├── child_server_1.py │ └── child_server_2.py ├── jquery__static_dir │ ├── main.py │ └── static │ │ └── jquery 1.4.2.min.js ├── run_with_auto_port.py ├── sessions.py ├── set log │ └── hello_world.py └── subscribe_to__on_start.py ├── websocket__examples ├── echo_client__using_websockets.py └── using__websocket-client │ ├── echo_client__long_lived_connection.py │ ├── echo_client__short_lived_connection.py │ └── echo_enable_trace.py ├── whois__examples └── hello_world.py ├── wikipedia__examples └── hello_world.py ├── win_create_shortcut_lnk.py ├── winapi__screenshot_window.py ├── winapi__windows__ctypes ├── change_icon_cursor__animated_cursor │ ├── fidget spinner animated normal select.ani │ └── main.py ├── close_ad_window_avast │ ├── close_ad_window_avast.py │ └── issue_screenshot.png ├── ctypes.windll.kernel32.GetTickCount.py ├── ctypes__FindWindow.py ├── ctypes__GetWindowRect.py ├── ctypes__MessageBeep.py ├── ctypes__MessageBox.py ├── get_screen_info.py ├── get_tasks_from_scheduler.py ├── hibernate_win7.py ├── lock_workstation.py ├── log_window_focus__trackwindow.py ├── set_wallpaper_on_win │ ├── set_wallpaper.py │ └── set_wallpaper_with_ctypes.py ├── winapi_SetThreadExecutionState__preventing system entering sleep or turning off display │ ├── gui.py │ └── main.py ├── winapi__GetDesktopListViewHandle.py ├── winapi__GetKeyboardLayout_for_console.py ├── winapi__GetTextLastError.py ├── winapi__close_child_windows.py ├── winapi__get_desktop_resolution.py ├── winapi__get_key_state.py ├── winapi__get_usb_list.py ├── winapi__input_in_notepad.py ├── winapi__micro_cursor_move.py ├── winapi__process_list.py ├── winapi__qt_get_icon_file_name.py ├── winapi__send_message.py ├── winapi_get_desktop_icon_list │ ├── get_desktop_icon_list.py │ └── get_desktop_icon_list_gui.py ├── windows__toast_balloontip_notifications │ ├── balloontip.ico │ ├── notifications.py │ └── run_notify.py ├── winsound__Beep.py └── winuser__EnumClipboardFormats.py ├── winreg__examples ├── _CreateKey_SetValue__examples.py ├── _OpenKey_QueryValueEx__examples.py ├── common.py ├── constants.py ├── exceptions.py ├── get_active_setup_installed_components.py ├── get_boot_execute.py ├── get_command_processor.py ├── get_current_user_sid.py ├── get_default_browser.py ├── get_group_policy_scripts.py ├── get_image_file_execution_options.py ├── get_known_dlls.py ├── get_processor_name.py ├── get_processor_name_from_cmd.py ├── get_processor_name_from_powershell.py ├── get_run_paths.py ├── get_startup_paths.py ├── get_uninstall.py ├── get_winlogon_notify.py ├── get_winsock_providers.py ├── printing_modified_value__for_AlienShooter2LegendPC.py └── shell_bags_1_desktop.py ├── word_count ├── README.md └── word_count.py ├── word_to_emoji ├── append_words_from │ └── ru_wiktionary_org.py ├── config.py ├── database │ ├── database.sqlite │ ├── database.sqlite-shm │ └── database.sqlite-wal ├── db.py ├── etc │ └── removing_double_spaces_in_emoji.py ├── filling_via_emojipedia.py ├── filling_via_translate_yandex.py └── text_to_emoji.py ├── world_seed_in_binary_2D.py ├── www_md5decryption_com__online.py ├── www_prog_org_ru └── login.py ├── x == 1 and x == 2 and x == 3.py ├── xbox_controller_xinput__examples ├── get_battery.py ├── set_vibration.py └── xinput.py ├── xml_html__xpath__css_selector__gui ├── README.md ├── main.py └── screenshot.png ├── xml_unescape.py ├── xor_crypto.py ├── xsd_to_py__generateDS__examples ├── generate_py_from_xsd.cmd ├── main.py └── task.xsd ├── ya_test_task.py ├── yaml__examples ├── double_vs_single_quotes.py └── inheritance_with_anchors.py ├── yandex_map_api.py ├── yandex_search_img.py ├── youtube ├── download_video.py └── use_pafy_module.py ├── zalgo ├── README.md └── zalgo.py ├── zeep_examples__WSDL └── hello_world.py ├── zelle_graphics ├── graphics.py ├── hello_world.py └── pipette.py ├── zip_file_example ├── append_directory │ ├── dir_1 │ │ ├── dir_1.1 │ │ │ ├── dir_1.1.1 │ │ │ │ └── 1.py │ │ │ ├── file_1.1 │ │ │ ├── Новый текстовый документ 2.txt │ │ │ └── Новый текстовый документ.txt │ │ ├── dir_2.1 │ │ │ ├── dir_2.1.1 │ │ │ │ └── 2.py │ │ │ ├── dir_2.1.2 │ │ │ │ └── dir_2.1.2.1 │ │ │ │ │ └── Новый текстовый документ 2.txt │ │ │ ├── Новый текстовый документ 2.txt │ │ │ └── Новый текстовый документ.txt │ │ └── readme.txt │ └── main.py ├── append_file │ ├── file_1.txt │ ├── main.py │ └── sub_dir │ │ └── file_1.1.txt ├── download_volume_readmanga.py ├── download_zip_and_extract_first_json_file_in_memory.py ├── extract_directory │ ├── dir_1.zip │ └── main.py ├── extract_file_in_memory │ ├── Doc_df7c89c378c04e8daf69257ea95d9a2e.zip │ └── main.py ├── remove_unnecessary_files_from_xpi_zip_file │ ├── @closingduplicatetabs-0.0.2.xpi │ ├── remove_all_but_included_files_from_xpi_zip_file.py │ └── remove_exclude_files_from_xpi_zip_file.py ├── shutil_make_archive │ ├── dir_1 │ │ ├── dir_1.1 │ │ │ ├── dir_1.1.1 │ │ │ │ └── 1.py │ │ │ ├── file_1.1 │ │ │ ├── Новый текстовый документ 2.txt │ │ │ ├── Новый текстовый документ.txt │ │ │ └── Проверка │ │ │ │ └── Вторая проверка │ │ ├── dir_2.1 │ │ │ ├── dir_2.1.1 │ │ │ │ └── 2.py │ │ │ ├── dir_2.1.2 │ │ │ │ └── dir_2.1.2.1 │ │ │ │ │ └── Новый текстовый документ 2.txt │ │ │ ├── Новый текстовый документ 2.txt │ │ │ └── Новый текстовый документ.txt │ │ └── readme.txt │ └── main.py ├── shutil_unpack_archive │ └── main.py └── zip_file_example.py ├── zlib_example ├── README.md └── zlib_example.py ├── ДА+ДА=НЕТ.py ├── ЖУК x ЕЖ=ЖЖЖЖЖ.py ├── ИКС+ИСК=КСИ.py └── Роскомнадзор запретил букву А.py /(K+U+B)^3=KUB v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/(K+U+B)^3=KUB v2.py -------------------------------------------------------------------------------- /(K+U+B)^3=KUB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/(K+U+B)^3=KUB.py -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/.gitignore -------------------------------------------------------------------------------- /AnalysisOfChatLog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/AnalysisOfChatLog/README.md -------------------------------------------------------------------------------- /AnalysisOfChatLog/chat log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/AnalysisOfChatLog/chat log.txt -------------------------------------------------------------------------------- /BFS__breadth_first_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/BFS__breadth_first_search.py -------------------------------------------------------------------------------- /Base64_examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Base64_examples/README.md -------------------------------------------------------------------------------- /Base64_examples/decode_to_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Base64_examples/decode_to_file.py -------------------------------------------------------------------------------- /Base64_examples/gui_base64.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Base64_examples/gui_base64.py -------------------------------------------------------------------------------- /Base64_examples/screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Base64_examples/screenshot.jpg -------------------------------------------------------------------------------- /CONTACT__examples/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/CONTACT__examples/config.py -------------------------------------------------------------------------------- /Callable modules/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Callable modules/main.py -------------------------------------------------------------------------------- /Callable modules/print_this.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Callable modules/print_this.py -------------------------------------------------------------------------------- /CamelCase_to_snake_case.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/CamelCase_to_snake_case.py -------------------------------------------------------------------------------- /Crypto Git Repository/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Crypto Git Repository/api.py -------------------------------------------------------------------------------- /Crypto Git Repository/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Crypto Git Repository/config.py -------------------------------------------------------------------------------- /DNS price tracking/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/DNS price tracking/common.py -------------------------------------------------------------------------------- /DNS price tracking/db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/DNS price tracking/db.py -------------------------------------------------------------------------------- /DNS price tracking/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/DNS price tracking/main.py -------------------------------------------------------------------------------- /DNS price tracking/web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/DNS price tracking/web.py -------------------------------------------------------------------------------- /Decorators__examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Decorators__examples/README.md -------------------------------------------------------------------------------- /Decorators__examples/example_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Decorators__examples/example_1.py -------------------------------------------------------------------------------- /Decorators__examples/thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Decorators__examples/thread.py -------------------------------------------------------------------------------- /Decorators__examples/timer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Decorators__examples/timer.py -------------------------------------------------------------------------------- /Decorators__examples/try_repeat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Decorators__examples/try_repeat.py -------------------------------------------------------------------------------- /DownloadURL_CLI/DownloadURL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/DownloadURL_CLI/DownloadURL.py -------------------------------------------------------------------------------- /DownloadURL_CLI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/DownloadURL_CLI/README.md -------------------------------------------------------------------------------- /EncodeStringExample/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/EncodeStringExample/README.md -------------------------------------------------------------------------------- /Environment variables/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Environment variables/README.md -------------------------------------------------------------------------------- /EscapePyPromptLineString/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/EscapePyPromptLineString/README.md -------------------------------------------------------------------------------- /EscapePyPromptLineString/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/EscapePyPromptLineString/main.py -------------------------------------------------------------------------------- /EscapeString/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/EscapeString/README.md -------------------------------------------------------------------------------- /EscapeString/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/EscapeString/main.py -------------------------------------------------------------------------------- /EscapeString/screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/EscapeString/screenshot.jpg -------------------------------------------------------------------------------- /Fibonacci number/6 ways.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Fibonacci number/6 ways.py -------------------------------------------------------------------------------- /Fibonacci number/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Fibonacci number/README.md -------------------------------------------------------------------------------- /FindWordInString/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/FindWordInString/README.md -------------------------------------------------------------------------------- /FindWordInString/regexp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/FindWordInString/regexp.py -------------------------------------------------------------------------------- /FizzBuzz/FizzBuzz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/FizzBuzz/FizzBuzz.py -------------------------------------------------------------------------------- /FizzBuzz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/FizzBuzz/README.md -------------------------------------------------------------------------------- /Grab/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Grab/README.md -------------------------------------------------------------------------------- /Grab/empty_tags_stackoverflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Grab/empty_tags_stackoverflow.py -------------------------------------------------------------------------------- /Grab/find_pictures_on_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Grab/find_pictures_on_request.py -------------------------------------------------------------------------------- /Grab/get_boormarks_readmanga.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Grab/get_boormarks_readmanga.py -------------------------------------------------------------------------------- /Grab/get_repo_github_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Grab/get_repo_github_info.py -------------------------------------------------------------------------------- /Grab/get_user_github_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Grab/get_user_github_info.py -------------------------------------------------------------------------------- /Grab/parse_onlinemultfilmy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Grab/parse_onlinemultfilmy.py -------------------------------------------------------------------------------- /Hash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Hash/README.md -------------------------------------------------------------------------------- /Hash/available.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Hash/available.py -------------------------------------------------------------------------------- /Hash/custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Hash/custom.py -------------------------------------------------------------------------------- /Hash/encode_all_algo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Hash/encode_all_algo.py -------------------------------------------------------------------------------- /Hash/to sha256.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Hash/to sha256.py -------------------------------------------------------------------------------- /HelloPython/HelloPython.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/HelloPython/HelloPython.py -------------------------------------------------------------------------------- /HelloPython/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/HelloPython/README.md -------------------------------------------------------------------------------- /HypotenuseOfTriangle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/HypotenuseOfTriangle/README.md -------------------------------------------------------------------------------- /LCM/LCM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/LCM/LCM.py -------------------------------------------------------------------------------- /LCM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/LCM/README.md -------------------------------------------------------------------------------- /LuhnAlgorithm/LuhnAlgorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/LuhnAlgorithm/LuhnAlgorithm.py -------------------------------------------------------------------------------- /LuhnAlgorithm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/LuhnAlgorithm/README.md -------------------------------------------------------------------------------- /MergeListOfLists/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/MergeListOfLists/README.md -------------------------------------------------------------------------------- /Moodle_examples/get_token.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Moodle_examples/get_token.py -------------------------------------------------------------------------------- /MultiplicationTableByX/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/MultiplicationTableByX/README.md -------------------------------------------------------------------------------- /MultiplicationTablesByM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/MultiplicationTablesByM/README.md -------------------------------------------------------------------------------- /No choice line edit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/No choice line edit.py -------------------------------------------------------------------------------- /ObjectWithArrayAccess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/ObjectWithArrayAccess.py -------------------------------------------------------------------------------- /OpenSSL_example/p12_to_pem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/OpenSSL_example/p12_to_pem.py -------------------------------------------------------------------------------- /Pascal Triangle fact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Pascal Triangle fact.py -------------------------------------------------------------------------------- /Pascal Triangle pow11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Pascal Triangle pow11.py -------------------------------------------------------------------------------- /Pipe/Pipe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Pipe/Pipe.py -------------------------------------------------------------------------------- /Pipe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Pipe/README.md -------------------------------------------------------------------------------- /PyGithub_examples/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyGithub_examples/config.py -------------------------------------------------------------------------------- /PyGithub_examples/create_repo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyGithub_examples/create_repo.py -------------------------------------------------------------------------------- /PyMsgBox__examples/alert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyMsgBox__examples/alert.py -------------------------------------------------------------------------------- /PyMsgBox__examples/confirm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyMsgBox__examples/confirm.py -------------------------------------------------------------------------------- /PyMsgBox__examples/password.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyMsgBox__examples/password.py -------------------------------------------------------------------------------- /PyMsgBox__examples/prompt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyMsgBox__examples/prompt.py -------------------------------------------------------------------------------- /PyOpenGLExample/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyOpenGLExample/README.md -------------------------------------------------------------------------------- /PyOpenGLExample/checkerboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyOpenGLExample/checkerboard.py -------------------------------------------------------------------------------- /PyOpenGLExample/gingerbread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyOpenGLExample/gingerbread.py -------------------------------------------------------------------------------- /PyOpenGLExample/helloworld.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyOpenGLExample/helloworld.py -------------------------------------------------------------------------------- /PyOpenGLExample/maze.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyOpenGLExample/maze.py -------------------------------------------------------------------------------- /PyOpenGLExample/mouse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyOpenGLExample/mouse.py -------------------------------------------------------------------------------- /PyOpenGLExample/print_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyOpenGLExample/print_text.py -------------------------------------------------------------------------------- /PyOpenGLExample/reshape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyOpenGLExample/reshape.py -------------------------------------------------------------------------------- /PyOpenGLExample/rosette.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyOpenGLExample/rosette.py -------------------------------------------------------------------------------- /PyOpenGLExample/scatter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyOpenGLExample/scatter.py -------------------------------------------------------------------------------- /PyOpenGLExample/sierpinski.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyOpenGLExample/sierpinski.py -------------------------------------------------------------------------------- /PyOpenGLExample/squares.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyOpenGLExample/squares.py -------------------------------------------------------------------------------- /PyOpenGLExample/turtle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyOpenGLExample/turtle.py -------------------------------------------------------------------------------- /PyOpenGLExample/wireframe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PyOpenGLExample/wireframe.py -------------------------------------------------------------------------------- /PySvn_examples/analys_commits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PySvn_examples/analys_commits.py -------------------------------------------------------------------------------- /PySvn_examples/commit_watcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PySvn_examples/commit_watcher.py -------------------------------------------------------------------------------- /PySvn_examples/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PySvn_examples/common.py -------------------------------------------------------------------------------- /PySvn_examples/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/PySvn_examples/config.py -------------------------------------------------------------------------------- /QuadraticEquation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/QuadraticEquation/README.md -------------------------------------------------------------------------------- /QuickChart__examples/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/QuickChart__examples/common.py -------------------------------------------------------------------------------- /QuickChart__examples/get_bytes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/QuickChart__examples/get_bytes.py -------------------------------------------------------------------------------- /QuickChart__examples/to_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/QuickChart__examples/to_file.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/README.md -------------------------------------------------------------------------------- /README_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/README_logo.svg -------------------------------------------------------------------------------- /RLE_encode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/RLE_encode.py -------------------------------------------------------------------------------- /RSSbashorg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/RSSbashorg/README.md -------------------------------------------------------------------------------- /RSSbashorg/RSSbashorg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/RSSbashorg/RSSbashorg.py -------------------------------------------------------------------------------- /Random_example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Random_example/README.md -------------------------------------------------------------------------------- /Random_example/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Random_example/main.py -------------------------------------------------------------------------------- /ReadURLsFromFile/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/ReadURLsFromFile/README.md -------------------------------------------------------------------------------- /Recursive search exe/via glob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Recursive search exe/via glob.py -------------------------------------------------------------------------------- /Serialize with pickle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Serialize with pickle/README.md -------------------------------------------------------------------------------- /Sorting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Sorting/README.md -------------------------------------------------------------------------------- /Sorting/sorting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Sorting/sorting.py -------------------------------------------------------------------------------- /Start a file with its associated application/result.txt: -------------------------------------------------------------------------------- 1 | Hello World! -------------------------------------------------------------------------------- /Timer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Timer/README.md -------------------------------------------------------------------------------- /Timer/pyside_qtimer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Timer/pyside_qtimer.py -------------------------------------------------------------------------------- /_FOO_TEST_TEST/1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/_FOO_TEST_TEST/1.html -------------------------------------------------------------------------------- /_FOO_TEST_TEST/FOO_TEST_TEST.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/_FOO_TEST_TEST/FOO_TEST_TEST.py -------------------------------------------------------------------------------- /_FOO_TEST_TEST/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/_FOO_TEST_TEST/config.py -------------------------------------------------------------------------------- /_FOO_TEST_TEST/db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/_FOO_TEST_TEST/db.py -------------------------------------------------------------------------------- /about clipboard changed/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/about clipboard changed/main.py -------------------------------------------------------------------------------- /about__user_agent/bots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/about__user_agent/bots.py -------------------------------------------------------------------------------- /ago.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/ago.py -------------------------------------------------------------------------------- /alice_and_bob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/alice_and_bob.py -------------------------------------------------------------------------------- /alpha2_to_country/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/alpha2_to_country/main.py -------------------------------------------------------------------------------- /analog_using_webkit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/analog_using_webkit.py -------------------------------------------------------------------------------- /anonymization_quotes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/anonymization_quotes.py -------------------------------------------------------------------------------- /api_clans.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/api_clans.py -------------------------------------------------------------------------------- /ascii_magic__examples/input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/ascii_magic__examples/input.png -------------------------------------------------------------------------------- /ascii_table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/ascii_table.py -------------------------------------------------------------------------------- /ascii_table__using_tabulate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/ascii_table__using_tabulate.py -------------------------------------------------------------------------------- /autoclick_RDP_task_icon/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/autoclick_RDP_task_icon/main.py -------------------------------------------------------------------------------- /bin2str/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/bin2str/README.md -------------------------------------------------------------------------------- /bin2str/bin2str.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/bin2str/bin2str.py -------------------------------------------------------------------------------- /bin2str/gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/bin2str/gui.py -------------------------------------------------------------------------------- /bin2str/screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/bin2str/screenshot.jpg -------------------------------------------------------------------------------- /brute_force__examples/single.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/brute_force__examples/single.py -------------------------------------------------------------------------------- /bs4__book_authors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/bs4__book_authors.py -------------------------------------------------------------------------------- /caesar_code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/caesar_code/README.md -------------------------------------------------------------------------------- /caesar_code/caesar_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/caesar_code/caesar_code.py -------------------------------------------------------------------------------- /caesar_code/rot13.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/caesar_code/rot13.py -------------------------------------------------------------------------------- /calculator/calculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/calculator/calculator.py -------------------------------------------------------------------------------- /calculator/use__ast_parse_eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/calculator/use__ast_parse_eval.py -------------------------------------------------------------------------------- /cbr_ru/XML_bic/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/cbr_ru/XML_bic/main.py -------------------------------------------------------------------------------- /cbr_ru/xml_metall/README.md: -------------------------------------------------------------------------------- 1 | Moved to https://github.com/gil9red/get_metal_rates -------------------------------------------------------------------------------- /cbr_ru/xml_metall/main_old.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/cbr_ru/xml_metall/main_old.py -------------------------------------------------------------------------------- /chardet__examples/ascii.txt: -------------------------------------------------------------------------------- 1 | Hello World! -------------------------------------------------------------------------------- /chardet__examples/cp1251.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/chardet__examples/cp1251.txt -------------------------------------------------------------------------------- /chardet__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/chardet__examples/hello_world.py -------------------------------------------------------------------------------- /chardet__examples/utf-8.txt: -------------------------------------------------------------------------------- 1 | Hello World! Привет мир! -------------------------------------------------------------------------------- /check_internet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/check_internet.py -------------------------------------------------------------------------------- /clipboard_echo_with_clip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/clipboard_echo_with_clip.py -------------------------------------------------------------------------------- /closure__examples/counter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/closure__examples/counter.py -------------------------------------------------------------------------------- /closure__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/closure__examples/hello_world.py -------------------------------------------------------------------------------- /codingame/easy/ASCII Art.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/codingame/easy/ASCII Art.py -------------------------------------------------------------------------------- /codingame/easy/Chuck Norris.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/codingame/easy/Chuck Norris.py -------------------------------------------------------------------------------- /codingame/easy/MIME Type.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/codingame/easy/MIME Type.py -------------------------------------------------------------------------------- /codingame/easy/Onboarding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/codingame/easy/Onboarding.py -------------------------------------------------------------------------------- /codingame/easy/Temperatures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/codingame/easy/Temperatures.py -------------------------------------------------------------------------------- /codingame/easy/The Descent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/codingame/easy/The Descent.py -------------------------------------------------------------------------------- /codingame/easy/defibrillators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/codingame/easy/defibrillators.py -------------------------------------------------------------------------------- /colorama__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/colorama__examples/hello_world.py -------------------------------------------------------------------------------- /combinatorics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/combinatorics.py -------------------------------------------------------------------------------- /complex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/complex.py -------------------------------------------------------------------------------- /compress__decompress__gzip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/compress__decompress__gzip.py -------------------------------------------------------------------------------- /compress__decompress__lzma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/compress__decompress__lzma.py -------------------------------------------------------------------------------- /compress__decompress__zlib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/compress__decompress__zlib.py -------------------------------------------------------------------------------- /confucius_quotes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/confucius_quotes.py -------------------------------------------------------------------------------- /console_change_data_in_line.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/console_change_data_in_line.py -------------------------------------------------------------------------------- /convert_image_to_ico/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/convert_image_to_ico/image.jpg -------------------------------------------------------------------------------- /convert_image_to_ico/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/convert_image_to_ico/main.py -------------------------------------------------------------------------------- /convert_numpy_array_to_QImage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/convert_numpy_array_to_QImage.py -------------------------------------------------------------------------------- /converter mils - mm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/converter mils - mm/README.md -------------------------------------------------------------------------------- /converter mils - mm/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/converter mils - mm/main.py -------------------------------------------------------------------------------- /copy2clipboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/copy2clipboard.py -------------------------------------------------------------------------------- /copy2clipboard__via_pyperclip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/copy2clipboard__via_pyperclip.py -------------------------------------------------------------------------------- /copy_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/copy_example.py -------------------------------------------------------------------------------- /cors-anywhere-webserver/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/cors-anywhere-webserver/main.py -------------------------------------------------------------------------------- /cpu_info/hello_world__cpuinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/cpu_info/hello_world__cpuinfo.py -------------------------------------------------------------------------------- /crash_on_windows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/crash_on_windows.py -------------------------------------------------------------------------------- /crc32__examples/1.csv: -------------------------------------------------------------------------------- 1 | 123; 2 | 456; 3 | 789; -------------------------------------------------------------------------------- /crc32__examples/2.csv: -------------------------------------------------------------------------------- 1 | 143; 2 | 456; 3 | 799; -------------------------------------------------------------------------------- /crc32__examples/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/crc32__examples/main.py -------------------------------------------------------------------------------- /create_file_without_file_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/create_file_without_file_name.py -------------------------------------------------------------------------------- /create_massive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/create_massive/README.md -------------------------------------------------------------------------------- /create_massive/create_massive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/create_massive/create_massive.py -------------------------------------------------------------------------------- /create_thumbnail/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/create_thumbnail/main.py -------------------------------------------------------------------------------- /create_vars__use_globals.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/create_vars__use_globals.py -------------------------------------------------------------------------------- /css_to_xpath__gui/README.md: -------------------------------------------------------------------------------- 1 | #### 2 | ![](screenshot.png) 3 | -------------------------------------------------------------------------------- /css_to_xpath__gui/examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/css_to_xpath__gui/examples.py -------------------------------------------------------------------------------- /css_to_xpath__gui/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/css_to_xpath__gui/main.py -------------------------------------------------------------------------------- /css_to_xpath__gui/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/css_to_xpath__gui/screenshot.png -------------------------------------------------------------------------------- /csv__examples/input.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/csv__examples/input.csv -------------------------------------------------------------------------------- /csv__examples/reader_csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/csv__examples/reader_csv.py -------------------------------------------------------------------------------- /csv__examples/writer_csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/csv__examples/writer_csv.py -------------------------------------------------------------------------------- /current_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/current_time.py -------------------------------------------------------------------------------- /currying__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/currying__examples/hello_world.py -------------------------------------------------------------------------------- /curtain for sleeping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/curtain for sleeping.py -------------------------------------------------------------------------------- /cydoomgeneric__examples/.gitignore: -------------------------------------------------------------------------------- 1 | *.wad 2 | .savegame/ -------------------------------------------------------------------------------- /cydoomgeneric__examples/README.md: -------------------------------------------------------------------------------- 1 | https://github.com/wojciech-graj/cydoomgeneric -------------------------------------------------------------------------------- /cydoomgeneric__examples/pyqt5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/cydoomgeneric__examples/pyqt5.py -------------------------------------------------------------------------------- /datetime__current_week_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/datetime__current_week_number.py -------------------------------------------------------------------------------- /datetime__get_prev_month.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/datetime__get_prev_month.py -------------------------------------------------------------------------------- /datetime_example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/datetime_example/README.md -------------------------------------------------------------------------------- /datetime_example/parse_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/datetime_example/parse_text.py -------------------------------------------------------------------------------- /delete_sublist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/delete_sublist.py -------------------------------------------------------------------------------- /deputies_by_factions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/deputies_by_factions.py -------------------------------------------------------------------------------- /destroy_chain_balls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/destroy_chain_balls.py -------------------------------------------------------------------------------- /determines the type of image/img/txt.txt: -------------------------------------------------------------------------------- 1 | Hello World! -------------------------------------------------------------------------------- /dict_to_url_params.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/dict_to_url_params.py -------------------------------------------------------------------------------- /diff_between_dates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/diff_between_dates.py -------------------------------------------------------------------------------- /diff_iterables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/diff_iterables.py -------------------------------------------------------------------------------- /diff_times.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/diff_times.py -------------------------------------------------------------------------------- /difflib__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/difflib__examples/hello_world.py -------------------------------------------------------------------------------- /digital_pyramid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/digital_pyramid.py -------------------------------------------------------------------------------- /do_krakozabry.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/do_krakozabry.py -------------------------------------------------------------------------------- /download_file/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/download_file/README.md -------------------------------------------------------------------------------- /download_file/download_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/download_file/download_file.py -------------------------------------------------------------------------------- /download_file/with_progress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/download_file/with_progress.py -------------------------------------------------------------------------------- /download_volume_readmanga.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/download_volume_readmanga.py -------------------------------------------------------------------------------- /draw fractal/Apollon_Set/README.md: -------------------------------------------------------------------------------- 1 | Множество Аполлона 1 / Apollon Set 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Apollon_Set/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Apollon_Set/img.png -------------------------------------------------------------------------------- /draw fractal/Cantor_dust/README.md: -------------------------------------------------------------------------------- 1 | Канторова пыль / Cantor dust 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Cantor_dust/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Cantor_dust/img.png -------------------------------------------------------------------------------- /draw fractal/Circular_fractal/README.md: -------------------------------------------------------------------------------- 1 | Круговой фрактал / Circular fractal 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Dragon_curve_1/README.md: -------------------------------------------------------------------------------- 1 | Кривая Дракона 1 / Dragon curve 1 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Fern/Fern__PIL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Fern/Fern__PIL.py -------------------------------------------------------------------------------- /draw fractal/Fern/README.md: -------------------------------------------------------------------------------- 1 | Папоротник / Fern 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Fern/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Fern/img.png -------------------------------------------------------------------------------- /draw fractal/Fern_2/Fern_2__PIL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Fern_2/Fern_2__PIL.py -------------------------------------------------------------------------------- /draw fractal/Fern_2/README.md: -------------------------------------------------------------------------------- 1 | Папоротник 2 / Fern 2 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Fern_2/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Fern_2/img.png -------------------------------------------------------------------------------- /draw fractal/Fingerprint/README.md: -------------------------------------------------------------------------------- 1 | Отпечаток пальца / Fingerprint 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Fingerprint/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Fingerprint/img.png -------------------------------------------------------------------------------- /draw fractal/Fractal_tree/README.md: -------------------------------------------------------------------------------- 1 | Фрактальное дерево / Fractal tree 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Fractal_tree/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Fractal_tree/img.png -------------------------------------------------------------------------------- /draw fractal/Gosper_curve/README.md: -------------------------------------------------------------------------------- 1 | Кривая Госпера / Gosper Curve 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Gosper_curve/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Gosper_curve/img.png -------------------------------------------------------------------------------- /draw fractal/Ice_fractal_1/README.md: -------------------------------------------------------------------------------- 1 | Ледяной фрактал 1 / Ice fractal 1 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Ice_fractal_1/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Ice_fractal_1/img.png -------------------------------------------------------------------------------- /draw fractal/Ice_fractal_2/README.md: -------------------------------------------------------------------------------- 1 | Ледяной фрактал 2 / Ice fractal 2 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Ice_fractal_2/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Ice_fractal_2/img.png -------------------------------------------------------------------------------- /draw fractal/Koch_curve/README.md: -------------------------------------------------------------------------------- 1 | Кривая Коха / Koch Curve 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Koch_curve/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Koch_curve/img.png -------------------------------------------------------------------------------- /draw fractal/Koch_snowflake/README.md: -------------------------------------------------------------------------------- 1 | Снежинка Коха / Koch Snowflake 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Levy_curve/README.md: -------------------------------------------------------------------------------- 1 | Кривая Леви / Levy Curve 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Levy_curve/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Levy_curve/img.png -------------------------------------------------------------------------------- /draw fractal/Mandelbrot_Set_1/README.md: -------------------------------------------------------------------------------- 1 | Множество Мандельброта 1 / Mandelbrot Set 1 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Mandelbrot_Set_2/README.md: -------------------------------------------------------------------------------- 1 | Множество Мандельброта 2 / Mandelbrot Set 2 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Minkowski_curve/README.md: -------------------------------------------------------------------------------- 1 | Кривая Минковского / Minkowski Curve 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Monkey_tree/README.md: -------------------------------------------------------------------------------- 1 | Обезьянье дерево / Monkey tree 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Monkey_tree/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Monkey_tree/img.png -------------------------------------------------------------------------------- /draw fractal/Pythagoras_tree_2/README.md: -------------------------------------------------------------------------------- 1 | Дерево Пифагора 2 / Pythagoras Tree 2 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Sierpinski_carpet/README.md: -------------------------------------------------------------------------------- 1 | Ковёр Серпинского / Sierpinski carpet 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Sierpinski_triangle/README.md: -------------------------------------------------------------------------------- 1 | Треугольник Серпинского / Sierpinski Triangle 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Snowflake/README.md: -------------------------------------------------------------------------------- 1 | Снежинка / Snowflake 2 | 3 | ## 4 | ![](img.png) 5 | -------------------------------------------------------------------------------- /draw fractal/Snowflake/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw fractal/Snowflake/img.png -------------------------------------------------------------------------------- /draw_handman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw_handman.py -------------------------------------------------------------------------------- /draw_wave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/draw_wave.py -------------------------------------------------------------------------------- /dynamic_methods_link_call.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/dynamic_methods_link_call.py -------------------------------------------------------------------------------- /earth_console_animations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/earth_console_animations.py -------------------------------------------------------------------------------- /effect_of_vanishing_photos/im.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/effect_of_vanishing_photos/im.png -------------------------------------------------------------------------------- /email/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/email/README.md -------------------------------------------------------------------------------- /email/attach.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/email/attach.py -------------------------------------------------------------------------------- /email/attach_files/hello.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/email/attach_files/hello.html -------------------------------------------------------------------------------- /email/attach_files/im1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/email/attach_files/im1.png -------------------------------------------------------------------------------- /email/attach_files/im2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/email/attach_files/im2.jpg -------------------------------------------------------------------------------- /email/html.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/email/html.py -------------------------------------------------------------------------------- /email/last_from.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/email/last_from.py -------------------------------------------------------------------------------- /email/simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/email/simple.py -------------------------------------------------------------------------------- /emulating input().py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/emulating input().py -------------------------------------------------------------------------------- /enum__examples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/enum__examples.py -------------------------------------------------------------------------------- /enum__examples/random_value.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/enum__examples/random_value.py -------------------------------------------------------------------------------- /enum__examples/value_as_title.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/enum__examples/value_as_title.py -------------------------------------------------------------------------------- /eval_expr_total_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/eval_expr_total_time.py -------------------------------------------------------------------------------- /exchange_rates/banki_ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/exchange_rates/banki_ru.py -------------------------------------------------------------------------------- /exchange_rates/cbr_ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/exchange_rates/cbr_ru.py -------------------------------------------------------------------------------- /exchange_rates/cbr_ru_parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/exchange_rates/cbr_ru_parse.py -------------------------------------------------------------------------------- /exchange_rates/yahoo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/exchange_rates/yahoo.py -------------------------------------------------------------------------------- /exit_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/exit_handler.py -------------------------------------------------------------------------------- /explore__windows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/explore__windows.py -------------------------------------------------------------------------------- /extract_from_doc.qt.io/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/extract_from_doc.qt.io/main.py -------------------------------------------------------------------------------- /fastapi__examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/fastapi__examples/README.md -------------------------------------------------------------------------------- /fastapi__examples/blog_from_stepic/.gitignore: -------------------------------------------------------------------------------- 1 | venv 2 | *__pycache__* 3 | .DS_Store 4 | .idea 5 | *.db 6 | .bak 7 | .dat 8 | .dir -------------------------------------------------------------------------------- /fastapi__examples/logging/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/fastapi__examples/logging/main.py -------------------------------------------------------------------------------- /fastapi__examples/show_my_ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/fastapi__examples/show_my_ip.py -------------------------------------------------------------------------------- /fb2__parsing/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/fb2__parsing/common.py -------------------------------------------------------------------------------- /fb2__parsing/get_annotation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/fb2__parsing/get_annotation.py -------------------------------------------------------------------------------- /fb2__parsing/get_authors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/fb2__parsing/get_authors.py -------------------------------------------------------------------------------- /fb2__parsing/get_notes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/fb2__parsing/get_notes.py -------------------------------------------------------------------------------- /fb2__parsing/get_sections.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/fb2__parsing/get_sections.py -------------------------------------------------------------------------------- /file/append.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/file/append.py -------------------------------------------------------------------------------- /file/input__seek.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 2 3 | 3 -------------------------------------------------------------------------------- /file/read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/file/read.py -------------------------------------------------------------------------------- /file/seek.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/file/seek.py -------------------------------------------------------------------------------- /file/write.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/file/write.py -------------------------------------------------------------------------------- /file_tree_maker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/file_tree_maker.py -------------------------------------------------------------------------------- /firefox/api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/firefox/api.py -------------------------------------------------------------------------------- /firefox/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/firefox/common.py -------------------------------------------------------------------------------- /firefox/jsonlz4_mozLz4/mozlz4a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/firefox/jsonlz4_mozLz4/mozlz4a.py -------------------------------------------------------------------------------- /flask-paginate__example/app.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/flask-paginate__example/app.cfg -------------------------------------------------------------------------------- /flask-paginate__example/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/flask-paginate__example/app.py -------------------------------------------------------------------------------- /flask-paginate__example/readme: -------------------------------------------------------------------------------- 1 | https://github.com/lixxu/flask-paginate 2 | -------------------------------------------------------------------------------- /flask-paginate__example/sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/flask-paginate__example/sql.py -------------------------------------------------------------------------------- /flask-paginate__example/test.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/flask-paginate__example/test.db -------------------------------------------------------------------------------- /flask__jquery_easyui__examples/static/js/jquery-easyui-1.6.3/themes/black/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /flask__jquery_easyui__examples/static/js/jquery-easyui-1.6.3/themes/bootstrap/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /flask__jquery_easyui__examples/static/js/jquery-easyui-1.6.3/themes/default/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /flask__jquery_easyui__examples/static/js/jquery-easyui-1.6.3/themes/gray/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /flask__jquery_easyui__examples/static/js/jquery-easyui-1.6.3/themes/material-teal/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /flask__jquery_easyui__examples/static/js/jquery-easyui-1.6.3/themes/material/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /flask__jquery_easyui__examples/static/js/jquery-easyui-1.6.3/themes/metro/numberbox.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /flask__webservers/cookies/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/flask__webservers/cookies/main.py -------------------------------------------------------------------------------- /flask__webservers/cookies/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/flask__webservers/cookies/test.py -------------------------------------------------------------------------------- /flask__webservers/generate_qrcode/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /flask__webservers/generate_table/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /flask__webservers/get_upload_and_image_process/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /flask__webservers/get_upload_image_info/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /flask__webservers/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/flask__webservers/hello_world.py -------------------------------------------------------------------------------- /flask__webservers/post_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/flask__webservers/post_data.py -------------------------------------------------------------------------------- /flask__webservers/run_bat_from_ajax/bat_scripts/echo 123 pause.bat: -------------------------------------------------------------------------------- 1 | cmd /C echo 123 2 | pause -------------------------------------------------------------------------------- /flask__webservers/run_bat_from_ajax/bat_scripts/echo 123.bat: -------------------------------------------------------------------------------- 1 | cmd /C echo 123 -------------------------------------------------------------------------------- /flask__webservers/run_bat_from_ajax/bat_scripts/ipconfig pause.bat: -------------------------------------------------------------------------------- 1 | cmd /C ipconfig 2 | pause -------------------------------------------------------------------------------- /flask__webservers/run_bat_from_ajax/bat_scripts/ipconfig.bat: -------------------------------------------------------------------------------- 1 | cmd /C ipconfig -------------------------------------------------------------------------------- /flask__webservers/show_and_download_from_readmanga/static/empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /flask__webservers/show_screenshot/static/empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /flask__webservers/simple_echo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/flask__webservers/simple_echo.py -------------------------------------------------------------------------------- /flask_http_auth/users.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/flask_http_auth/users.json -------------------------------------------------------------------------------- /flip_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/flip_text.py -------------------------------------------------------------------------------- /for_games/Dark Souls/bonfires.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/for_games/Dark Souls/bonfires.py -------------------------------------------------------------------------------- /for_games/Dark Souls/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/for_games/Dark Souls/common.py -------------------------------------------------------------------------------- /for_games/Dark Souls/graph_ds2_locations__graphviz__DOT/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](ds2_locations.gv.jpg) 3 | -------------------------------------------------------------------------------- /for_games/Elden Ring/Shields.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/for_games/Elden Ring/Shields.py -------------------------------------------------------------------------------- /for_games/Elden Ring/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/for_games/Elden Ring/common.py -------------------------------------------------------------------------------- /for_games/Hollow_Knight/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/for_games/Hollow_Knight/utils.py -------------------------------------------------------------------------------- /for_games/minecraft__seed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/for_games/minecraft__seed.py -------------------------------------------------------------------------------- /for_games/sim3_show_memory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/for_games/sim3_show_memory.py -------------------------------------------------------------------------------- /for_games/solutions of games/README.md: -------------------------------------------------------------------------------- 1 | Scripts that I did to solve puzzles in games -------------------------------------------------------------------------------- /format_big_float.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/format_big_float.py -------------------------------------------------------------------------------- /from_ghbdtn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/from_ghbdtn.py -------------------------------------------------------------------------------- /full_name_convert_to_initials.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/full_name_convert_to_initials.py -------------------------------------------------------------------------------- /function_example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/function_example/README.md -------------------------------------------------------------------------------- /functor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/functor.py -------------------------------------------------------------------------------- /games/game__bulls_and_cows.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/game__bulls_and_cows.py -------------------------------------------------------------------------------- /games/game__guess_the_number/gui__pyqt/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.png) 3 | -------------------------------------------------------------------------------- /games/life/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/life/README.md -------------------------------------------------------------------------------- /games/life/board.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/life/board.py -------------------------------------------------------------------------------- /games/life/etc/screenshot_gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/life/etc/screenshot_gui.png -------------------------------------------------------------------------------- /games/life/main_console.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/life/main_console.py -------------------------------------------------------------------------------- /games/life/main_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/life/main_gui.py -------------------------------------------------------------------------------- /games/magic_8_ball.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/magic_8_ball.py -------------------------------------------------------------------------------- /games/nim/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/nim/main.py -------------------------------------------------------------------------------- /games/tetris/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/tetris/README.md -------------------------------------------------------------------------------- /games/tetris/main_console.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/tetris/main_console.py -------------------------------------------------------------------------------- /games/tetris/main_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/tetris/main_gui.py -------------------------------------------------------------------------------- /games/tetris/src/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/tetris/src/__init__.py -------------------------------------------------------------------------------- /games/tetris/src/core/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/tetris/src/core/__init__.py -------------------------------------------------------------------------------- /games/tetris/src/core/board.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/tetris/src/core/board.py -------------------------------------------------------------------------------- /games/tetris/src/core/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/tetris/src/core/common.py -------------------------------------------------------------------------------- /games/tetris/src/core/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/tetris/src/core/config.py -------------------------------------------------------------------------------- /games/tetris/src/core/piece.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/tetris/src/core/piece.py -------------------------------------------------------------------------------- /games/tetris/src/gui/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/tetris/src/gui/__init__.py -------------------------------------------------------------------------------- /games/tetris/src/gui/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/tetris/src/gui/common.py -------------------------------------------------------------------------------- /games/tic_tac_toe__example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/games/tic_tac_toe__example.py -------------------------------------------------------------------------------- /gcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/gcd.py -------------------------------------------------------------------------------- /gen_board_sudoku.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/gen_board_sudoku.py -------------------------------------------------------------------------------- /generate_html_calendar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/generate_html_calendar.py -------------------------------------------------------------------------------- /generate_random_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/generate_random_list.py -------------------------------------------------------------------------------- /generate_random_passwords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/generate_random_passwords.py -------------------------------------------------------------------------------- /generate_range_dates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/generate_range_dates.py -------------------------------------------------------------------------------- /generate_uuid_guid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/generate_uuid_guid.py -------------------------------------------------------------------------------- /get status Lync.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get status Lync.py -------------------------------------------------------------------------------- /get_all_objects_in_memory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_all_objects_in_memory.py -------------------------------------------------------------------------------- /get_all_subclasses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_all_subclasses.py -------------------------------------------------------------------------------- /get_cpu_process/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_cpu_process/README.md -------------------------------------------------------------------------------- /get_cpu_process/cpu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_cpu_process/cpu.py -------------------------------------------------------------------------------- /get_cpu_process/get_cpu_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_cpu_process/get_cpu_process.py -------------------------------------------------------------------------------- /get_current_script_dir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_current_script_dir.py -------------------------------------------------------------------------------- /get_free_port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_free_port.py -------------------------------------------------------------------------------- /get_function_caller_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_function_caller_name.py -------------------------------------------------------------------------------- /get_geolocation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_geolocation.py -------------------------------------------------------------------------------- /get_gitignore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_gitignore/README.md -------------------------------------------------------------------------------- /get_gitignore/get_gitignore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_gitignore/get_gitignore.py -------------------------------------------------------------------------------- /get_image_info/exif_this.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_image_info/exif_this.jpg -------------------------------------------------------------------------------- /get_image_info/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_image_info/main.py -------------------------------------------------------------------------------- /get_ip_list_ru_gov.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_ip_list_ru_gov.py -------------------------------------------------------------------------------- /get_iso8583_fields.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_iso8583_fields.py -------------------------------------------------------------------------------- /get_local_ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_local_ip.py -------------------------------------------------------------------------------- /get_md5_file/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_md5_file/README.md -------------------------------------------------------------------------------- /get_md5_file/get_md5_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_md5_file/get_md5_file.py -------------------------------------------------------------------------------- /get_md5_file/get_md5_file_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_md5_file/get_md5_file_gui.py -------------------------------------------------------------------------------- /get_md5_file/screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_md5_file/screenshot.jpg -------------------------------------------------------------------------------- /get_my_public_ip/api_ipify_org.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_my_public_ip/api_ipify_org.py -------------------------------------------------------------------------------- /get_my_public_ip/httpbin_org.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_my_public_ip/httpbin_org.py -------------------------------------------------------------------------------- /get_my_public_ip/jsonip_com.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_my_public_ip/jsonip_com.py -------------------------------------------------------------------------------- /get_my_public_ip/wikipedia_org.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_my_public_ip/wikipedia_org.py -------------------------------------------------------------------------------- /get_name_from_nslookup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_name_from_nslookup.py -------------------------------------------------------------------------------- /get_nearest_lesson_date.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_nearest_lesson_date.py -------------------------------------------------------------------------------- /get_nearest_value_in_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_nearest_value_in_list.py -------------------------------------------------------------------------------- /get_path_Documents__winreg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_path_Documents__winreg.py -------------------------------------------------------------------------------- /get_quarter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_quarter.py -------------------------------------------------------------------------------- /get_random_hex_color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_random_hex_color.py -------------------------------------------------------------------------------- /get_short_url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_short_url.py -------------------------------------------------------------------------------- /get_sizeof_object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_sizeof_object.py -------------------------------------------------------------------------------- /get_time_zone.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_time_zone.py -------------------------------------------------------------------------------- /get_unique_items__with_ordered.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_unique_items__with_ordered.py -------------------------------------------------------------------------------- /get_unix_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_unix_time.py -------------------------------------------------------------------------------- /get_valid_filename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_valid_filename.py -------------------------------------------------------------------------------- /get_video/24video_xxx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_video/24video_xxx.py -------------------------------------------------------------------------------- /get_video/kinokong_net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_video/kinokong_net.py -------------------------------------------------------------------------------- /get_video/seasonvar_ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_video/seasonvar_ru.py -------------------------------------------------------------------------------- /get_video/vk_com.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_video/vk_com.py -------------------------------------------------------------------------------- /get_video/www_trahun_tv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/get_video/www_trahun_tv.py -------------------------------------------------------------------------------- /getpass__examples/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/getpass__examples/main.py -------------------------------------------------------------------------------- /github3py__examples/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/github3py__examples/config.py -------------------------------------------------------------------------------- /github_api__examples/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/github_api__examples/common.py -------------------------------------------------------------------------------- /github_io_git_repo_url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/github_io_git_repo_url.py -------------------------------------------------------------------------------- /gitpython_examples/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/gitpython_examples/common.py -------------------------------------------------------------------------------- /gitpython_examples/cycle_commit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/gitpython_examples/cycle_commit.py -------------------------------------------------------------------------------- /gitpython_examples/print_log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/gitpython_examples/print_log.py -------------------------------------------------------------------------------- /gitpython_examples/pull.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/gitpython_examples/pull.py -------------------------------------------------------------------------------- /glob__examples/glob__vs__iglob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/glob__examples/glob__vs__iglob.py -------------------------------------------------------------------------------- /glob__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/glob__examples/hello_world.py -------------------------------------------------------------------------------- /glob__examples/recursive_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/glob__examples/recursive_search.py -------------------------------------------------------------------------------- /glob__examples/search_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/glob__examples/search_images.py -------------------------------------------------------------------------------- /graph__networkx__d3__dot_graphviz/graphviz__examples/ds2_locations/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](ds2_locations.gv.jpg) 3 | -------------------------------------------------------------------------------- /gravity_falls_secret_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/gravity_falls_secret_text.py -------------------------------------------------------------------------------- /gzip_examples/build-kernel.xml.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/gzip_examples/build-kernel.xml.gz -------------------------------------------------------------------------------- /gzip_examples/create_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/gzip_examples/create_file.py -------------------------------------------------------------------------------- /gzip_examples/extract_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/gzip_examples/extract_file.py -------------------------------------------------------------------------------- /gzip_examples/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/gzip_examples/main.py -------------------------------------------------------------------------------- /hash_chain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/hash_chain.py -------------------------------------------------------------------------------- /hex2str/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/hex2str/README.md -------------------------------------------------------------------------------- /hex2str/gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/hex2str/gui.py -------------------------------------------------------------------------------- /hex2str/hex2str.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/hex2str/hex2str.py -------------------------------------------------------------------------------- /hex2str/screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/hex2str/screenshot.jpg -------------------------------------------------------------------------------- /hmac__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/hmac__examples/hello_world.py -------------------------------------------------------------------------------- /how_create_фотки.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/how_create_фотки.py -------------------------------------------------------------------------------- /howlongtobeat__web_wrapper/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/howlongtobeat__web_wrapper/main.py -------------------------------------------------------------------------------- /html_parsing/2mz_me.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/2mz_me.py -------------------------------------------------------------------------------- /html_parsing/anekdot_me__random.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/anekdot_me__random.py -------------------------------------------------------------------------------- /html_parsing/anime_zone_ru/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/anime_zone_ru/main.py -------------------------------------------------------------------------------- /html_parsing/anivost_org.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/anivost_org.py -------------------------------------------------------------------------------- /html_parsing/auto_mail_ru__fuel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/auto_mail_ru__fuel.py -------------------------------------------------------------------------------- /html_parsing/auto_ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/auto_ru.py -------------------------------------------------------------------------------- /html_parsing/eur_zaful_com/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/eur_zaful_com/main.py -------------------------------------------------------------------------------- /html_parsing/grouple_co/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/grouple_co/common.py -------------------------------------------------------------------------------- /html_parsing/grouple_co/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/grouple_co/config.py -------------------------------------------------------------------------------- /html_parsing/hentailib_me.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/hentailib_me.py -------------------------------------------------------------------------------- /html_parsing/https_mikafood_ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/https_mikafood_ru.py -------------------------------------------------------------------------------- /html_parsing/jut_su/anime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/jut_su/anime.py -------------------------------------------------------------------------------- /html_parsing/jut_su/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/jut_su/common.py -------------------------------------------------------------------------------- /html_parsing/jut_su/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/jut_su/test.py -------------------------------------------------------------------------------- /html_parsing/magnit_ru__shops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/magnit_ru__shops.py -------------------------------------------------------------------------------- /html_parsing/memepedia_ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/memepedia_ru.py -------------------------------------------------------------------------------- /html_parsing/mos_ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/mos_ru.py -------------------------------------------------------------------------------- /html_parsing/poocoin_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/poocoin_app.py -------------------------------------------------------------------------------- /html_parsing/rik_i_morti_ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/rik_i_morti_ru.py -------------------------------------------------------------------------------- /html_parsing/ru_sefon_cc__news.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/ru_sefon_cc__news.py -------------------------------------------------------------------------------- /html_parsing/rutube/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/rutube/common.py -------------------------------------------------------------------------------- /html_parsing/sslproxies_org.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/sslproxies_org.py -------------------------------------------------------------------------------- /html_parsing/stopgame_ru__news.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/stopgame_ru__news.py -------------------------------------------------------------------------------- /html_parsing/subwaymgn_ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/subwaymgn_ru.py -------------------------------------------------------------------------------- /html_parsing/theboys_fun.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/theboys_fun.py -------------------------------------------------------------------------------- /html_parsing/vesti_ru__news.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/vesti_ru__news.py -------------------------------------------------------------------------------- /html_parsing/vprognoze_ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/vprognoze_ru.py -------------------------------------------------------------------------------- /html_parsing/wikipedia/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/wikipedia/common.py -------------------------------------------------------------------------------- /html_parsing/wildberries_ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/wildberries_ru.py -------------------------------------------------------------------------------- /html_parsing/winauto_ua.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/winauto_ua.py -------------------------------------------------------------------------------- /html_parsing/www_bestchange_ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/www_bestchange_ru.py -------------------------------------------------------------------------------- /html_parsing/www_net_kg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/www_net_kg.py -------------------------------------------------------------------------------- /html_parsing/www_s7_ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/www_s7_ru.py -------------------------------------------------------------------------------- /html_parsing/yummyani_me/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/yummyani_me/main.py -------------------------------------------------------------------------------- /html_parsing/мвд_рф__wanted.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/мвд_рф__wanted.py -------------------------------------------------------------------------------- /html_parsing/олбанский_alban.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/html_parsing/олбанский_alban.py -------------------------------------------------------------------------------- /http.server__examples/simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/http.server__examples/simple.py -------------------------------------------------------------------------------- /human_byte_size.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/human_byte_size.py -------------------------------------------------------------------------------- /human_byte_size__using_humanize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/human_byte_size__using_humanize.py -------------------------------------------------------------------------------- /i_watching_u.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/i_watching_u.py -------------------------------------------------------------------------------- /img_to_base64_html/img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/img_to_base64_html/img.jpg -------------------------------------------------------------------------------- /img_to_base64_html/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/img_to_base64_html/main.py -------------------------------------------------------------------------------- /incremental timeouts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/incremental timeouts.py -------------------------------------------------------------------------------- /infinity_iterator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/infinity_iterator.py -------------------------------------------------------------------------------- /info_from_bitkurs.ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/info_from_bitkurs.ru.py -------------------------------------------------------------------------------- /input_email_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/input_email_list.py -------------------------------------------------------------------------------- /inspect__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/inspect__examples/hello_world.py -------------------------------------------------------------------------------- /inspect__examples/is_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/inspect__examples/is_function.py -------------------------------------------------------------------------------- /invert_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/invert_number.py -------------------------------------------------------------------------------- /iri_to_uri__get_ascii_url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/iri_to_uri__get_ascii_url.py -------------------------------------------------------------------------------- /is_correct_brackets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/is_correct_brackets.py -------------------------------------------------------------------------------- /is_even__is_odd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/is_even__is_odd.py -------------------------------------------------------------------------------- /is_free_port.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/is_free_port.py -------------------------------------------------------------------------------- /is_ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/is_ip.py -------------------------------------------------------------------------------- /is_math_magic_square.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/is_math_magic_square.py -------------------------------------------------------------------------------- /is_user_admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/is_user_admin.py -------------------------------------------------------------------------------- /is_valid_ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/is_valid_ip.py -------------------------------------------------------------------------------- /isinstance_example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/isinstance_example/README.md -------------------------------------------------------------------------------- /isinstance_example/isinstance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/isinstance_example/isinstance.py -------------------------------------------------------------------------------- /jazzcinema_ru/print_today_films.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/jazzcinema_ru/print_today_films.py -------------------------------------------------------------------------------- /jinja2__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/jinja2__examples/hello_world.py -------------------------------------------------------------------------------- /jira_time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/jira_time.py -------------------------------------------------------------------------------- /job_compassplus/designer/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/job_compassplus/designer/common.py -------------------------------------------------------------------------------- /job_compassplus/doc_vs_docx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/job_compassplus/doc_vs_docx.py -------------------------------------------------------------------------------- /job_compassplus/root_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/job_compassplus/root_common.py -------------------------------------------------------------------------------- /job_compassplus/root_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/job_compassplus/root_config.py -------------------------------------------------------------------------------- /job_compassplus/site_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/job_compassplus/site_common.py -------------------------------------------------------------------------------- /job_compassplus/web_counter/db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/job_compassplus/web_counter/db.py -------------------------------------------------------------------------------- /join_words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/join_words.py -------------------------------------------------------------------------------- /json_examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/json_examples/README.md -------------------------------------------------------------------------------- /json_examples/counter/counter.json: -------------------------------------------------------------------------------- 1 | {"counter": 0} -------------------------------------------------------------------------------- /json_examples/counter/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/json_examples/counter/main.py -------------------------------------------------------------------------------- /json_examples/e.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/json_examples/e.py -------------------------------------------------------------------------------- /jsonmerge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/jsonmerge.py -------------------------------------------------------------------------------- /k_notation_to_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/k_notation_to_number.py -------------------------------------------------------------------------------- /kivy_examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/kivy_examples/hello_world.py -------------------------------------------------------------------------------- /kivy_examples/kivymd__example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/kivy_examples/kivymd__example.py -------------------------------------------------------------------------------- /kivy_examples/login_screen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/kivy_examples/login_screen.py -------------------------------------------------------------------------------- /krakozyabry_tx/krakozyabry_tx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/krakozyabry_tx/krakozyabry_tx.py -------------------------------------------------------------------------------- /krakozyabry_tx/t: -------------------------------------------------------------------------------- 1 | Не указана точка -------------------------------------------------------------------------------- /languagetool/check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/languagetool/check.py -------------------------------------------------------------------------------- /leftpad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/leftpad.py -------------------------------------------------------------------------------- /list_split_by_pairs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/list_split_by_pairs.py -------------------------------------------------------------------------------- /lived time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/lived time.py -------------------------------------------------------------------------------- /load_and_exec_py_from_url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/load_and_exec_py_from_url.py -------------------------------------------------------------------------------- /logging__examples/log-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/logging__examples/log-config.yaml -------------------------------------------------------------------------------- /login_vk.com.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/login_vk.com.py -------------------------------------------------------------------------------- /magtu_ru/mgtu_get_students.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/magtu_ru/mgtu_get_students.py -------------------------------------------------------------------------------- /magtu_ru/mgtu_get_students_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/magtu_ru/mgtu_get_students_gui.py -------------------------------------------------------------------------------- /magtu_ru/selection_of_specialty.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/magtu_ru/selection_of_specialty.py -------------------------------------------------------------------------------- /manual_auth_to_github.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/manual_auth_to_github.py -------------------------------------------------------------------------------- /markdown__examples/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/markdown__examples/common.py -------------------------------------------------------------------------------- /markdown__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/markdown__examples/hello_world.py -------------------------------------------------------------------------------- /markdown__examples/pyqt5_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/markdown__examples/pyqt5_gui.py -------------------------------------------------------------------------------- /markdown__examples/pyqt6_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/markdown__examples/pyqt6_gui.py -------------------------------------------------------------------------------- /matplotlib__examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/matplotlib__examples/README.md -------------------------------------------------------------------------------- /matplotlib__examples/animate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/matplotlib__examples/animate.py -------------------------------------------------------------------------------- /mechanize__examples/follow_link.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/mechanize__examples/follow_link.py -------------------------------------------------------------------------------- /mechanize__examples/submit_form.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/mechanize__examples/submit_form.py -------------------------------------------------------------------------------- /mediawiki__wikipedia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/mediawiki__wikipedia.py -------------------------------------------------------------------------------- /merge_url_params.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/merge_url_params.py -------------------------------------------------------------------------------- /metabolism.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/metabolism.py -------------------------------------------------------------------------------- /mock__examples/_test_datetime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/mock__examples/_test_datetime.py -------------------------------------------------------------------------------- /namedtuple_example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/namedtuple_example/README.md -------------------------------------------------------------------------------- /namedtuple_example/namedtuple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/namedtuple_example/namedtuple.py -------------------------------------------------------------------------------- /natasha__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/natasha__examples/hello_world.py -------------------------------------------------------------------------------- /neutralize_emoji.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/neutralize_emoji.py -------------------------------------------------------------------------------- /now_UTC_datetime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/now_UTC_datetime.py -------------------------------------------------------------------------------- /office__excel__openpyxl__xlwt/draw_image_in_sheet/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /online_anidub_com/video_list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/online_anidub_com/video_list.json -------------------------------------------------------------------------------- /open_tab_webbrowser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/open_tab_webbrowser/README.md -------------------------------------------------------------------------------- /opencv__examples/decode_fourcc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/opencv__examples/decode_fourcc.py -------------------------------------------------------------------------------- /opencv__examples/find_objects/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.png) 3 | -------------------------------------------------------------------------------- /opencv__examples/gray/example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/opencv__examples/gray/example.jpg -------------------------------------------------------------------------------- /opencv__examples/gray/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/opencv__examples/gray/main.py -------------------------------------------------------------------------------- /opencv__examples/hello.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/opencv__examples/hello.py -------------------------------------------------------------------------------- /opencv__examples/invert/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/opencv__examples/invert/main.py -------------------------------------------------------------------------------- /opencv__examples/remove_contours/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /ordered_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/ordered_json.py -------------------------------------------------------------------------------- /pad__unpad__example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pad__unpad__example.py -------------------------------------------------------------------------------- /paint with turtle/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/paint with turtle/example.py -------------------------------------------------------------------------------- /pandas__examples/json_to_csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pandas__examples/json_to_csv.py -------------------------------------------------------------------------------- /pandas__examples/json_to_excel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pandas__examples/json_to_excel.py -------------------------------------------------------------------------------- /parse_magnet_links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/parse_magnet_links.py -------------------------------------------------------------------------------- /parse_test_progress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/parse_test_progress.py -------------------------------------------------------------------------------- /parse_text_http_headers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/parse_text_http_headers.py -------------------------------------------------------------------------------- /password_hash.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/password_hash.py -------------------------------------------------------------------------------- /pathlib__examples/syntax_path.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pathlib__examples/syntax_path.py -------------------------------------------------------------------------------- /pdf/extract_text__PyMuPDF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pdf/extract_text__PyMuPDF.py -------------------------------------------------------------------------------- /pdf/merger__PyPDF2/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pdf/merger__PyPDF2/1.pdf -------------------------------------------------------------------------------- /pdf/merger__PyPDF2/2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pdf/merger__PyPDF2/2.pdf -------------------------------------------------------------------------------- /pdf/merger__PyPDF2/3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pdf/merger__PyPDF2/3.pdf -------------------------------------------------------------------------------- /pdf/merger__PyPDF2/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pdf/merger__PyPDF2/main.py -------------------------------------------------------------------------------- /pdf/merger__PyPDF2/result.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pdf/merger__PyPDF2/result.pdf -------------------------------------------------------------------------------- /peewee__examples/persons/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/peewee__examples/persons/main.py -------------------------------------------------------------------------------- /pens_calcs/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pens_calcs/common.py -------------------------------------------------------------------------------- /pens_calcs/pens_calc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pens_calcs/pens_calc.py -------------------------------------------------------------------------------- /percentage_values_in_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/percentage_values_in_list.py -------------------------------------------------------------------------------- /permutations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/permutations.py -------------------------------------------------------------------------------- /pikabu_ru/get_profile_rating.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pikabu_ru/get_profile_rating.py -------------------------------------------------------------------------------- /pil_pillow__examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pil_pillow__examples/README.md -------------------------------------------------------------------------------- /pil_pillow__examples/blur/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pil_pillow__examples/blur/main.py -------------------------------------------------------------------------------- /pil_pillow__examples/crop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pil_pillow__examples/crop.py -------------------------------------------------------------------------------- /pil_pillow__examples/flip/flip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pil_pillow__examples/flip/flip.py -------------------------------------------------------------------------------- /pil_pillow__examples/gray/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pil_pillow__examples/gray/main.py -------------------------------------------------------------------------------- /pipette/graphics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pipette/graphics.py -------------------------------------------------------------------------------- /pipette/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pipette/main.py -------------------------------------------------------------------------------- /pixelate_image_gui/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pixelate_image_gui/README.md -------------------------------------------------------------------------------- /pixelate_image_gui/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pixelate_image_gui/main.py -------------------------------------------------------------------------------- /pixelate_image_gui/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pixelate_image_gui/screenshot.png -------------------------------------------------------------------------------- /play mp3/Speak.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/play mp3/Speak.mp3 -------------------------------------------------------------------------------- /play mp3/avbin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/play mp3/avbin.dll -------------------------------------------------------------------------------- /play mp3/pyglet_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/play mp3/pyglet_example.py -------------------------------------------------------------------------------- /play_audio/play.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/play_audio/play.py -------------------------------------------------------------------------------- /play_audio/play_audio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/play_audio/play_audio.py -------------------------------------------------------------------------------- /play_sound__pyqt/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/play_sound__pyqt/main.py -------------------------------------------------------------------------------- /play_sound__pyqt/play.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/play_sound__pyqt/play.py -------------------------------------------------------------------------------- /play_url_mp3/play_url_mp3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/play_url_mp3/play_url_mp3.py -------------------------------------------------------------------------------- /play_url_mp3/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/play_url_mp3/setup.py -------------------------------------------------------------------------------- /playwright__examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/playwright__examples/README.md -------------------------------------------------------------------------------- /plural_days.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/plural_days.py -------------------------------------------------------------------------------- /png2svg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/png2svg.py -------------------------------------------------------------------------------- /pretty_html/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pretty_html/README.md -------------------------------------------------------------------------------- /pretty_html/pretty_html.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pretty_html/pretty_html.py -------------------------------------------------------------------------------- /pretty_html/pretty_html_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pretty_html/pretty_html_gui.py -------------------------------------------------------------------------------- /pretty_html/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pretty_html/screenshot.png -------------------------------------------------------------------------------- /pretty_money_format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pretty_money_format.py -------------------------------------------------------------------------------- /pretty_xml/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pretty_xml/README.md -------------------------------------------------------------------------------- /pretty_xml/pretty_xml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pretty_xml/pretty_xml.py -------------------------------------------------------------------------------- /pretty_xml/pretty_xml_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pretty_xml/pretty_xml_gui.py -------------------------------------------------------------------------------- /pretty_xml/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pretty_xml/screenshot.png -------------------------------------------------------------------------------- /prime_numbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/prime_numbers.py -------------------------------------------------------------------------------- /print_System_Info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/print_System_Info.py -------------------------------------------------------------------------------- /print__hprof_or_big_size_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/print__hprof_or_big_size_file.py -------------------------------------------------------------------------------- /print__win__netstat/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/print__win__netstat/main.py -------------------------------------------------------------------------------- /print__Г Е Н И А Л Ь Н О Е фото.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/print__Г Е Н И А Л Ь Н О Е фото.py -------------------------------------------------------------------------------- /print_ascii_art.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/print_ascii_art.py -------------------------------------------------------------------------------- /print_attr_from_object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/print_attr_from_object.py -------------------------------------------------------------------------------- /print_class_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/print_class_name.py -------------------------------------------------------------------------------- /print_exif/exif_this.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/print_exif/exif_this.jpg -------------------------------------------------------------------------------- /print_exif/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/print_exif/main.py -------------------------------------------------------------------------------- /print_list_subdirectories_size.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/print_list_subdirectories_size.py -------------------------------------------------------------------------------- /profile__example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/profile__example.py -------------------------------------------------------------------------------- /programmer_day.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/programmer_day.py -------------------------------------------------------------------------------- /protobuf example/address.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/protobuf example/address.proto -------------------------------------------------------------------------------- /protobuf example/gen_proto.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/protobuf example/gen_proto.bat -------------------------------------------------------------------------------- /proxy.py__examples/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/proxy.py__examples/config.py -------------------------------------------------------------------------------- /proxy.py__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/proxy.py__examples/hello_world.py -------------------------------------------------------------------------------- /proxy.py__examples/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/proxy.py__examples/test.py -------------------------------------------------------------------------------- /psutil_example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/psutil_example/README.md -------------------------------------------------------------------------------- /psutil_example/cpu_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/psutil_example/cpu_info.py -------------------------------------------------------------------------------- /psutil_example/disk_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/psutil_example/disk_info.py -------------------------------------------------------------------------------- /psutil_example/get_win_services.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/psutil_example/get_win_services.py -------------------------------------------------------------------------------- /psutil_example/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/psutil_example/hello_world.py -------------------------------------------------------------------------------- /psutil_example/memory_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/psutil_example/memory_info.py -------------------------------------------------------------------------------- /psutil_example/sensors_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/psutil_example/sensors_info.py -------------------------------------------------------------------------------- /psutil_example/windows_services.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/psutil_example/windows_services.py -------------------------------------------------------------------------------- /public_key_cryptography.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/public_key_cryptography.py -------------------------------------------------------------------------------- /pyDes__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pyDes__examples/hello_world.py -------------------------------------------------------------------------------- /pycryptodome__examples__AES_DES_RSA/RSA__examples/export_import_keys__with__encrypt_decrypt/private.pem: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pycryptodome__examples__AES_DES_RSA/RSA__examples/export_import_keys__with__encrypt_decrypt/public.pem: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pygame__examples/about_joystick.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pygame__examples/about_joystick.py -------------------------------------------------------------------------------- /pygame__examples/move_circle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pygame__examples/move_circle.py -------------------------------------------------------------------------------- /pygame__examples/move_rect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pygame__examples/move_rect.py -------------------------------------------------------------------------------- /pygame__examples/rect_collision.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pygame__examples/rect_collision.py -------------------------------------------------------------------------------- /pygame__examples/simple_balls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pygame__examples/simple_balls.py -------------------------------------------------------------------------------- /pyglet_example/avbin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pyglet_example/avbin.dll -------------------------------------------------------------------------------- /pyglet_example/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pyglet_example/background.jpg -------------------------------------------------------------------------------- /pyglet_example/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pyglet_example/main.py -------------------------------------------------------------------------------- /pyglet_example/speak.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pyglet_example/speak.mp3 -------------------------------------------------------------------------------- /pyglet_example/using_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pyglet_example/using_thread.py -------------------------------------------------------------------------------- /pymem__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pymem__examples/hello_world.py -------------------------------------------------------------------------------- /pymorphy2__examples/get_tokens.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pymorphy2__examples/get_tokens.py -------------------------------------------------------------------------------- /pymorphy2__examples/normal_form.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pymorphy2__examples/normal_form.py -------------------------------------------------------------------------------- /pymorphy2__examples/parse_word.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pymorphy2__examples/parse_word.py -------------------------------------------------------------------------------- /pynput__examples/global_hot_key.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pynput__examples/global_hot_key.py -------------------------------------------------------------------------------- /pynput__examples/key_listener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pynput__examples/key_listener.py -------------------------------------------------------------------------------- /pynput__examples/media_stop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pynput__examples/media_stop.py -------------------------------------------------------------------------------- /pyscard_examples/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pyscard_examples/README -------------------------------------------------------------------------------- /python_implementation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/python_implementation.py -------------------------------------------------------------------------------- /python_interpreter_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/python_interpreter_info.py -------------------------------------------------------------------------------- /python_object_to_json.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/python_object_to_json.py -------------------------------------------------------------------------------- /pytube__examples/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/pytube__examples/main.py -------------------------------------------------------------------------------- /qbittorrent_examples/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/qbittorrent_examples/common.py -------------------------------------------------------------------------------- /qbittorrent_examples/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/qbittorrent_examples/config.py -------------------------------------------------------------------------------- /qbittorrent_examples/send_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/qbittorrent_examples/send_api.py -------------------------------------------------------------------------------- /qbittorrent_examples/shutdown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/qbittorrent_examples/shutdown.py -------------------------------------------------------------------------------- /qrcode/qrcode__generate/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](qr_code_1.png) 3 | -------------------------------------------------------------------------------- /qrcode/qrcode__generate/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/qrcode/qrcode__generate/main.py -------------------------------------------------------------------------------- /qrcode/qrcode__reader/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/qrcode/qrcode__reader/main.py -------------------------------------------------------------------------------- /qrcode/qrcode__reader/reedsolo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/qrcode/qrcode__reader/reedsolo.py -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/One_ball__in_outer_circle_area__collision_with_mouse__QPainter/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.gif) 3 | -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/SwitchButton__example/from_QAbstractButton/README.md: -------------------------------------------------------------------------------- 1 | ![](screenshot.png) -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/SwitchButton__example/from_QCheckBox/README.md: -------------------------------------------------------------------------------- 1 | ![](screenshot.png) -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/SwitchButton__example/from_QWidget/README.md: -------------------------------------------------------------------------------- 1 | ![](screenshot.png) -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/ToolBarArea/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/URLView__download_and_show_image_on_label/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/darkstyle__QDarkStyleSheet__load_from_ui/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/draw__ellipse_board/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/draw__ellipse_board__chess_order__decrease/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/draw__ellipse_board__decrease/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/image on whole cell in QTableWidget/README.md: -------------------------------------------------------------------------------- 1 | ![](screenshot.png) 2 | -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/printer__QTextEdit__QPrinter__QPrinterDialog/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/printer_to_PDF__QTextEdit__QPrinter__QPrinterDialog/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/qt__class_tree__parse_and_print__recursively__from__doc_qt_io/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.png) 3 | -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/qt_ini.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/qt__pyqt__pyside__pyqode/qt_ini.py -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/run_js.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/qt__pyqt__pyside__pyqode/run_js.py -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/show_images_and_append_their_to_json/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/speech_recognition__microphone__google/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /qt__pyqt__pyside__pyqode/xeyes_like/README.md: -------------------------------------------------------------------------------- 1 | Simplified port from https://github.com/gil9red/WikiEyes -------------------------------------------------------------------------------- /random_abusive/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/random_abusive/__init__.py -------------------------------------------------------------------------------- /random_abusive/abusive words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/random_abusive/abusive words.txt -------------------------------------------------------------------------------- /random_abusive/random_abusive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/random_abusive/random_abusive.py -------------------------------------------------------------------------------- /read_mp3_tags__id3/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/read_mp3_tags__id3/main.py -------------------------------------------------------------------------------- /read_mp3_tags__id3/test.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/read_mp3_tags__id3/test.mp3 -------------------------------------------------------------------------------- /regexp_examples/pattern_debug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/regexp_examples/pattern_debug.py -------------------------------------------------------------------------------- /regexp_examples/split_by_case.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/regexp_examples/split_by_case.py -------------------------------------------------------------------------------- /regexp_pattern_to_format_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/regexp_pattern_to_format_string.py -------------------------------------------------------------------------------- /remove_all_py__author__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/remove_all_py__author__.py -------------------------------------------------------------------------------- /remove_emoji.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/remove_emoji.py -------------------------------------------------------------------------------- /replace_first_line_file/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/replace_first_line_file/main.py -------------------------------------------------------------------------------- /requests__examples/adapters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/requests__examples/adapters.py -------------------------------------------------------------------------------- /requests__examples/cookies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/requests__examples/cookies.py -------------------------------------------------------------------------------- /requests__examples/go.main.ru.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/requests__examples/go.main.ru.py -------------------------------------------------------------------------------- /requests__examples/post_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/requests__examples/post_file.py -------------------------------------------------------------------------------- /rerun_as_admin__win.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/rerun_as_admin__win.py -------------------------------------------------------------------------------- /rgb2hex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/rgb2hex.py -------------------------------------------------------------------------------- /robobrowser_examples/get_html.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/robobrowser_examples/get_html.py -------------------------------------------------------------------------------- /roman_numbers/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/roman_numbers/main.py -------------------------------------------------------------------------------- /roman_numbers/roman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/roman_numbers/roman.py -------------------------------------------------------------------------------- /roman_numerals_decoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/roman_numerals_decoder.py -------------------------------------------------------------------------------- /rtf_to_text__unicode/EULA_RUS.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/rtf_to_text__unicode/EULA_RUS.rtf -------------------------------------------------------------------------------- /rtf_to_text__unicode/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/rtf_to_text__unicode/main.py -------------------------------------------------------------------------------- /run_temp_bat_with_python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/run_temp_bat_with_python.py -------------------------------------------------------------------------------- /scapy__examples/sniff__gui__pyqt5/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.png) 3 | -------------------------------------------------------------------------------- /scapy__examples/sniff_tcp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/scapy__examples/sniff_tcp.py -------------------------------------------------------------------------------- /scp_top.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/scp_top.py -------------------------------------------------------------------------------- /screenshots/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/screenshots/config.py -------------------------------------------------------------------------------- /screenshots/default_mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/screenshots/default_mouse.png -------------------------------------------------------------------------------- /search duplicate files py.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/search duplicate files py.py -------------------------------------------------------------------------------- /search_DLC_in_steam/gistfile1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/search_DLC_in_steam/gistfile1.txt -------------------------------------------------------------------------------- /search_DLC_in_steam/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/search_DLC_in_steam/main.py -------------------------------------------------------------------------------- /search_for_similar_images__perceptual_hash__phash/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /search_game_with_year/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/search_game_with_year/main.py -------------------------------------------------------------------------------- /search_of_empty_folders_in_all_disk__multithreading_multiprocessing/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /search_on_google/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/search_on_google/README.md -------------------------------------------------------------------------------- /seconds_to_str.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/seconds_to_str.py -------------------------------------------------------------------------------- /selenium__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/selenium__examples/hello_world.py -------------------------------------------------------------------------------- /selenium__examples/mute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/selenium__examples/mute.py -------------------------------------------------------------------------------- /selenium__examples/screenshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/selenium__examples/screenshot.py -------------------------------------------------------------------------------- /self_recursive_infinity_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/self_recursive_infinity_list.py -------------------------------------------------------------------------------- /send_gmail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/send_gmail.py -------------------------------------------------------------------------------- /send_sms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/send_sms/README.md -------------------------------------------------------------------------------- /send_sms/send_sms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/send_sms/send_sms.py -------------------------------------------------------------------------------- /separate_conjoint_words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/separate_conjoint_words.py -------------------------------------------------------------------------------- /shorten.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/shorten.py -------------------------------------------------------------------------------- /show_console_triangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/show_console_triangle.py -------------------------------------------------------------------------------- /show_disk_usage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/show_disk_usage.py -------------------------------------------------------------------------------- /shuffle_chars_in_word.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/shuffle_chars_in_word.py -------------------------------------------------------------------------------- /shutdown.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/shutdown.py -------------------------------------------------------------------------------- /shutil__make_archive/input_data/input_dir/abc.txt: -------------------------------------------------------------------------------- 1 | abc -------------------------------------------------------------------------------- /shutil__make_archive/input_data/input_dir/sub_dir/123.txt: -------------------------------------------------------------------------------- 1 | 123 -------------------------------------------------------------------------------- /simple_brainfuck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/simple_brainfuck.py -------------------------------------------------------------------------------- /simple_console_progress_bar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/simple_console_progress_bar.py -------------------------------------------------------------------------------- /simple_re__tokenize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/simple_re__tokenize.py -------------------------------------------------------------------------------- /simple_xpath__json_dict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/simple_xpath__json_dict.py -------------------------------------------------------------------------------- /simpleeval__examples__calc/get_value_from_file__call_function/a_value.txt: -------------------------------------------------------------------------------- 1 | 123 -------------------------------------------------------------------------------- /simpleeval__examples__calc/get_value_from_file__call_function/b_value.txt: -------------------------------------------------------------------------------- 1 | 45 -------------------------------------------------------------------------------- /singleton.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/singleton.py -------------------------------------------------------------------------------- /singleton__using_abc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/singleton__using_abc.py -------------------------------------------------------------------------------- /sirena_parser/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/sirena_parser/main.py -------------------------------------------------------------------------------- /smev/example_rq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/smev/example_rq.xml -------------------------------------------------------------------------------- /smev/gis_gmp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/smev/gis_gmp.py -------------------------------------------------------------------------------- /socket__tcp__examples/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/socket__tcp__examples/common.py -------------------------------------------------------------------------------- /socket__tcp__examples/hello_world__with_RSA_AES__commands_in_JSON__client=public_and_server=private/keys/private.pem: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /socket__tcp__examples/hello_world__with_RSA_AES__commands_in_JSON__client=public_and_server=private/keys/public.pem: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /socket__tcp__examples/http__get.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/socket__tcp__examples/http__get.py -------------------------------------------------------------------------------- /sort__from_import.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/sort__from_import.py -------------------------------------------------------------------------------- /sort_imports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/sort_imports.py -------------------------------------------------------------------------------- /speak__[does_not_work]/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/speak__[does_not_work]/main.py -------------------------------------------------------------------------------- /split_by_lambda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/split_by_lambda.py -------------------------------------------------------------------------------- /split_text_by_fragments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/split_text_by_fragments.py -------------------------------------------------------------------------------- /sqlalchemy_examples/oracle/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/sqlalchemy_examples/oracle/main.py -------------------------------------------------------------------------------- /sqlite3__examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/sqlite3__examples/README.md -------------------------------------------------------------------------------- /sqlite3__examples/e1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/sqlite3__examples/e1.py -------------------------------------------------------------------------------- /sqlite3__examples/print_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/sqlite3__examples/print_version.py -------------------------------------------------------------------------------- /sqlite3__examples/trace_sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/sqlite3__examples/trace_sql.py -------------------------------------------------------------------------------- /stack_and_queue/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/stack_and_queue/README.md -------------------------------------------------------------------------------- /stack_and_queue/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/stack_and_queue/main.py -------------------------------------------------------------------------------- /stack_and_queue/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/stack_and_queue/screenshot.png -------------------------------------------------------------------------------- /stackoverflow_site__parsing/preparation_description_tag_stackoverflow__qt_gui/build_exe.bat: -------------------------------------------------------------------------------- 1 | python setup.py build -------------------------------------------------------------------------------- /stepik_lesson/course_512/24469_step_6/in: -------------------------------------------------------------------------------- 1 | ababa 2 | a 3 | b -------------------------------------------------------------------------------- /stepik_lesson/course_512/24469_step_6/in2: -------------------------------------------------------------------------------- 1 | ababa 2 | c 3 | c -------------------------------------------------------------------------------- /stepik_lesson/course_512/24469_step_6/in3: -------------------------------------------------------------------------------- 1 | ababac 2 | c 3 | c -------------------------------------------------------------------------------- /stepik_lesson/course_512/24469_step_7/in: -------------------------------------------------------------------------------- 1 | KLJA.  -------------------------------------------------------------------------------- /stepik_lesson/course_512/24469_step_7/in3: -------------------------------------------------------------------------------- 1 | abc 2 | abc -------------------------------------------------------------------------------- /stepik_lesson/course_512/24469_step_7/in4: -------------------------------------------------------------------------------- 1 | aaaaa 2 | a -------------------------------------------------------------------------------- /stepik_lesson/course_512/24470_step_15/in: -------------------------------------------------------------------------------- 1 | attraction 2 | buzzzz -------------------------------------------------------------------------------- /stepik_lesson/course_512/24476_step_3/in: -------------------------------------------------------------------------------- 1 | 31 2 | 999 3 | 1024 4 | 502 -------------------------------------------------------------------------------- /string_formatting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/string_formatting/README.md -------------------------------------------------------------------------------- /string_parse__split__re.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/string_parse__split__re.py -------------------------------------------------------------------------------- /subprocess_example/ipconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/subprocess_example/ipconfig.py -------------------------------------------------------------------------------- /subprocess_example/nslookup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/subprocess_example/nslookup.py -------------------------------------------------------------------------------- /subprocess_example/ping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/subprocess_example/ping.py -------------------------------------------------------------------------------- /sum_dicts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/sum_dicts.py -------------------------------------------------------------------------------- /svgwrite__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/svgwrite__examples/hello_world.py -------------------------------------------------------------------------------- /swap_keyboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/swap_keyboard.py -------------------------------------------------------------------------------- /telegram_bot_examples/alban.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/telegram_bot_examples/alban.py -------------------------------------------------------------------------------- /telegram_bot_examples/commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/telegram_bot_examples/commands.py -------------------------------------------------------------------------------- /telegram_bot_examples/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/telegram_bot_examples/common.py -------------------------------------------------------------------------------- /telegram_bot_examples/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/telegram_bot_examples/config.py -------------------------------------------------------------------------------- /telegram_bot_examples/dice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/telegram_bot_examples/dice.py -------------------------------------------------------------------------------- /tensorflow__deep_dream/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/tensorflow__deep_dream/README.md -------------------------------------------------------------------------------- /tensorflow__deep_dream/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/tensorflow__deep_dream/common.py -------------------------------------------------------------------------------- /tensorflow__deep_dream/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/tensorflow__deep_dream/main.py -------------------------------------------------------------------------------- /test_system__envelope.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/test_system__envelope.py -------------------------------------------------------------------------------- /test_system__student_grant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/test_system__student_grant.py -------------------------------------------------------------------------------- /text_to_code_brainfuck/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/text_to_code_brainfuck/README.md -------------------------------------------------------------------------------- /text_to_code_brainfuck/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/text_to_code_brainfuck/main.py -------------------------------------------------------------------------------- /text_tokens_to_href_wiki/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/text_tokens_to_href_wiki/main.py -------------------------------------------------------------------------------- /time_intervals__call_center.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/time_intervals__call_center.py -------------------------------------------------------------------------------- /time_this_using_with.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/time_this_using_with.py -------------------------------------------------------------------------------- /timeit_examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/timeit_examples/README.md -------------------------------------------------------------------------------- /timeit_examples/range_to_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/timeit_examples/range_to_list.py -------------------------------------------------------------------------------- /timeit_examples/timer_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/timeit_examples/timer_example.py -------------------------------------------------------------------------------- /timeout_block/kthread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/timeout_block/kthread.py -------------------------------------------------------------------------------- /timeout_block/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/timeout_block/main.py -------------------------------------------------------------------------------- /tkinter_examples/build_example/build_exe.bat: -------------------------------------------------------------------------------- 1 | pyinstaller --onefile --windowed main.py -------------------------------------------------------------------------------- /tkinter_examples/center_window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/tkinter_examples/center_window.py -------------------------------------------------------------------------------- /tkinter_examples/entry_echo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/tkinter_examples/entry_echo.py -------------------------------------------------------------------------------- /tkinter_examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/tkinter_examples/hello_world.py -------------------------------------------------------------------------------- /tkinter_examples/tab_Notebook__with_widgets_as_modules/README.md: -------------------------------------------------------------------------------- 1 | ## 2 | ![](screenshot.jpg) 3 | -------------------------------------------------------------------------------- /tokenize__python.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/tokenize__python.py -------------------------------------------------------------------------------- /tokenize_string__using_tokenize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/tokenize_string__using_tokenize.py -------------------------------------------------------------------------------- /torrent_file/_.torrent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/torrent_file/_.torrent -------------------------------------------------------------------------------- /torrent_file/another_bencode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/torrent_file/another_bencode.py -------------------------------------------------------------------------------- /torrent_file/bencode_py3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/torrent_file/bencode_py3.py -------------------------------------------------------------------------------- /torrent_file/effbot_bencode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/torrent_file/effbot_bencode.py -------------------------------------------------------------------------------- /torrent_file/get_files.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/torrent_file/get_files.py -------------------------------------------------------------------------------- /torrent_file/total_torrent_size.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/torrent_file/total_torrent_size.py -------------------------------------------------------------------------------- /total_time_playlist_youtube/gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/total_time_playlist_youtube/gui.py -------------------------------------------------------------------------------- /transliterate__транслитерация.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/transliterate__транслитерация.py -------------------------------------------------------------------------------- /ttk_ru/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/ttk_ru/config.py -------------------------------------------------------------------------------- /ttk_ru/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/ttk_ru/main.py -------------------------------------------------------------------------------- /ttl_cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/ttl_cache.py -------------------------------------------------------------------------------- /unicode_escape_decode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/unicode_escape_decode.py -------------------------------------------------------------------------------- /uninstall_tool/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/uninstall_tool/main.py -------------------------------------------------------------------------------- /unistream_examples/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/unistream_examples/config.py -------------------------------------------------------------------------------- /unistream_examples/get_agents.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/unistream_examples/get_agents.py -------------------------------------------------------------------------------- /unistream_examples/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/unistream_examples/utils.py -------------------------------------------------------------------------------- /unshorten_url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/unshorten_url.py -------------------------------------------------------------------------------- /upload_image_to_telegraph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/upload_image_to_telegraph.py -------------------------------------------------------------------------------- /upper_print.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/upper_print.py -------------------------------------------------------------------------------- /url2image/url2image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/url2image/url2image.py -------------------------------------------------------------------------------- /using_custom_dll/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/using_custom_dll/main.py -------------------------------------------------------------------------------- /using_custom_dll/mydll2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/using_custom_dll/mydll2.dll -------------------------------------------------------------------------------- /using_custom_dll/mydll2/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/using_custom_dll/mydll2/main.cpp -------------------------------------------------------------------------------- /using_custom_dll/mydll2/mydll2.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/using_custom_dll/mydll2/mydll2.sln -------------------------------------------------------------------------------- /using_tor/examples_tor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/using_tor/examples_tor.py -------------------------------------------------------------------------------- /using_tor/loop_check_url.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/using_tor/loop_check_url.py -------------------------------------------------------------------------------- /utc_to_local.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/utc_to_local.py -------------------------------------------------------------------------------- /vk_api__examples/get_audio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/vk_api__examples/get_audio.py -------------------------------------------------------------------------------- /vk_api__examples/root_common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/vk_api__examples/root_common.py -------------------------------------------------------------------------------- /vk_api__examples/root_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/vk_api__examples/root_config.py -------------------------------------------------------------------------------- /vk_api__examples/users_get.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/vk_api__examples/users_get.py -------------------------------------------------------------------------------- /vk_api__examples/wall_get.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/vk_api__examples/wall_get.py -------------------------------------------------------------------------------- /wait/wait.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/wait/wait.py -------------------------------------------------------------------------------- /walk_dict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/walk_dict.py -------------------------------------------------------------------------------- /weather__yahoo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/weather__yahoo.py -------------------------------------------------------------------------------- /whois__examples/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/whois__examples/hello_world.py -------------------------------------------------------------------------------- /win_create_shortcut_lnk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/win_create_shortcut_lnk.py -------------------------------------------------------------------------------- /winapi__screenshot_window.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/winapi__screenshot_window.py -------------------------------------------------------------------------------- /winreg__examples/common.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/winreg__examples/common.py -------------------------------------------------------------------------------- /winreg__examples/constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/winreg__examples/constants.py -------------------------------------------------------------------------------- /winreg__examples/exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/winreg__examples/exceptions.py -------------------------------------------------------------------------------- /word_count/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/word_count/README.md -------------------------------------------------------------------------------- /word_count/word_count.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/word_count/word_count.py -------------------------------------------------------------------------------- /word_to_emoji/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/word_to_emoji/config.py -------------------------------------------------------------------------------- /word_to_emoji/db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/word_to_emoji/db.py -------------------------------------------------------------------------------- /word_to_emoji/text_to_emoji.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/word_to_emoji/text_to_emoji.py -------------------------------------------------------------------------------- /world_seed_in_binary_2D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/world_seed_in_binary_2D.py -------------------------------------------------------------------------------- /www_md5decryption_com__online.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/www_md5decryption_com__online.py -------------------------------------------------------------------------------- /www_prog_org_ru/login.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/www_prog_org_ru/login.py -------------------------------------------------------------------------------- /x == 1 and x == 2 and x == 3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/x == 1 and x == 2 and x == 3.py -------------------------------------------------------------------------------- /xml_html__xpath__css_selector__gui/README.md: -------------------------------------------------------------------------------- 1 | #### 2 | ![](screenshot.png) 3 | -------------------------------------------------------------------------------- /xml_unescape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/xml_unescape.py -------------------------------------------------------------------------------- /xor_crypto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/xor_crypto.py -------------------------------------------------------------------------------- /ya_test_task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/ya_test_task.py -------------------------------------------------------------------------------- /yandex_map_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/yandex_map_api.py -------------------------------------------------------------------------------- /yandex_search_img.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/yandex_search_img.py -------------------------------------------------------------------------------- /youtube/download_video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/youtube/download_video.py -------------------------------------------------------------------------------- /youtube/use_pafy_module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/youtube/use_pafy_module.py -------------------------------------------------------------------------------- /zalgo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/zalgo/README.md -------------------------------------------------------------------------------- /zalgo/zalgo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/zalgo/zalgo.py -------------------------------------------------------------------------------- /zelle_graphics/graphics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/zelle_graphics/graphics.py -------------------------------------------------------------------------------- /zelle_graphics/hello_world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/zelle_graphics/hello_world.py -------------------------------------------------------------------------------- /zelle_graphics/pipette.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/zelle_graphics/pipette.py -------------------------------------------------------------------------------- /zip_file_example/append_directory/dir_1/dir_1.1/file_1.1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zip_file_example/append_directory/dir_1/dir_1.1/Новый текстовый документ 2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zip_file_example/append_directory/dir_1/dir_2.1/dir_2.1.2/dir_2.1.2.1/Новый текстовый документ 2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zip_file_example/append_directory/dir_1/dir_2.1/Новый текстовый документ 2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zip_file_example/append_file/file_1.txt: -------------------------------------------------------------------------------- 1 | file_1 -------------------------------------------------------------------------------- /zip_file_example/append_file/sub_dir/file_1.1.txt: -------------------------------------------------------------------------------- 1 | file_1.1 -------------------------------------------------------------------------------- /zip_file_example/shutil_make_archive/dir_1/dir_1.1/file_1.1: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zip_file_example/shutil_make_archive/dir_1/dir_1.1/Новый текстовый документ 2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zip_file_example/shutil_make_archive/dir_1/dir_1.1/Проверка/Вторая проверка: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zip_file_example/shutil_make_archive/dir_1/dir_2.1/dir_2.1.2/dir_2.1.2.1/Новый текстовый документ 2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zip_file_example/shutil_make_archive/dir_1/dir_2.1/Новый текстовый документ 2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /zlib_example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/zlib_example/README.md -------------------------------------------------------------------------------- /zlib_example/zlib_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/zlib_example/zlib_example.py -------------------------------------------------------------------------------- /ДА+ДА=НЕТ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/ДА+ДА=НЕТ.py -------------------------------------------------------------------------------- /ЖУК x ЕЖ=ЖЖЖЖЖ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/ЖУК x ЕЖ=ЖЖЖЖЖ.py -------------------------------------------------------------------------------- /ИКС+ИСК=КСИ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/ИКС+ИСК=КСИ.py -------------------------------------------------------------------------------- /Роскомнадзор запретил букву А.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gil9red/SimplePyScripts/HEAD/Роскомнадзор запретил букву А.py --------------------------------------------------------------------------------