Skip to main content

Biblioteka do analizy wyników sportowych i treningu modeli

Project description

import os

Ścieżka głównego katalogu

base_path = r"C:\Users\rockd\Desktop\combined_bukmacherska"

Ścieżki do plików README

readme1_path = os.path.join(base_path, "combined_bukmacherska1", "README1.md") readme2_path = os.path.join(base_path, "combined_bukmacherska2", "README2.md") main_readme_path = os.path.join(base_path, "README.md")

Łączenie treści z plików README1.md i README2.md

with open(main_readme_path, 'w') as main_readme: with open(readme1_path, 'r') as readme1: main_readme.write("# Combined Bukmacherska 1\n\n") main_readme.write(readme1.read()) main_readme.write("\n\n")

with open(readme2_path, 'r') as readme2:
    main_readme.write("# Combined Bukmacherska 2\n\n")
    main_readme.write(readme2.read())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

combined_bukmacherska-0.5.0-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file combined_bukmacherska-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for combined_bukmacherska-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 452785a068e88042f95e14d07f9037acfc626f0b1a92beaa16d225803f5dccdc
MD5 e9204ae86cd8b67e232e665200a9089b
BLAKE2b-256 3021652060075b7a66319bd2c967534bf42a5d5bf2cf92dc18cab6e8bd887202

See more details on using hashes here.

Supported by

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