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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file combined_bukmacherska-0.5.0-py3-none-any.whl.
File metadata
- Download URL: combined_bukmacherska-0.5.0-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
452785a068e88042f95e14d07f9037acfc626f0b1a92beaa16d225803f5dccdc
|
|
| MD5 |
e9204ae86cd8b67e232e665200a9089b
|
|
| BLAKE2b-256 |
3021652060075b7a66319bd2c967534bf42a5d5bf2cf92dc18cab6e8bd887202
|