From 7ac169bed450213321999b49774d54b73fa9af6b Mon Sep 17 00:00:00 2001 From: nanometer5088 Date: Thu, 1 Sep 2022 16:11:39 -0300 Subject: [PATCH] Preparations tree folder structured added base bingo card file added WIP status and basic info to README.md --- README.md | 3 ++- cartelas.txt | 40 ++++++++++++++++++++++++++++++++++++++++ main.py | 0 requirements.txt | 0 setup.py | 2 ++ src/funcoes.py | 0 src/init.py | 0 7 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 cartelas.txt create mode 100644 main.py create mode 100644 requirements.txt create mode 100644 setup.py create mode 100644 src/funcoes.py create mode 100644 src/init.py diff --git a/README.md b/README.md index 7e74064..ccbfd34 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# bingo \ No newline at end of file +# WIP - Bingo +** This software is not feature-complete nor is it functional at the moment** \ No newline at end of file diff --git a/cartelas.txt b/cartelas.txt new file mode 100644 index 0000000..aaca2b6 --- /dev/null +++ b/cartelas.txt @@ -0,0 +1,40 @@ +20,29,42,43,49 +10,11,29,31,48 +8,15,18,32,34 +10,27,30,40,41 +6,16,30,38,41 +18,23,31,39,49 +8,9,17,27,30 +12,13,15,27,48 +4,9,10,18,20 +6,11,23,33,50 +11,17,23,24,35 +1,6,11,15,47 +1,2,11,25,34 +1,38,40,46,50 +6,12,20,27,29 +1,16,29,33,46 +2,36,37,41,47 +1,18,22,25,28 +22,28,42,44,45 +7,19,28,42,46 +12,22,31,43,47 +18,19,27,29,32 +6,19,34,38,45 +4,17,25,38,49 +12,23,31,39,45 +6,9,17,30,48 +10,11,13,35,47 +3,7,20,42,45 +1,20,33,44,46 +18,25,34,43,44 +23,35,37,45,47 +7,17,19,33,37 +5,7,30,31,35 +5,11,14,26,50 +5,17,19,26,46 +4,16,40,45,49 +2,6,9,25,47 +6,17,20,26,37 +14,17,19,25,41 +10,20,31,39,40 \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..e69de29 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..a611d84 --- /dev/null +++ b/setup.py @@ -0,0 +1,2 @@ +import os +os.system("pip install -r requirements.txt") \ No newline at end of file diff --git a/src/funcoes.py b/src/funcoes.py new file mode 100644 index 0000000..e69de29 diff --git a/src/init.py b/src/init.py new file mode 100644 index 0000000..e69de29