Skip to content

Commit 6efce6b

Browse files
Refactoring, added new logger, a little big changed menu
1 parent bef7af8 commit 6efce6b

28 files changed

+757
-972
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ SC/
22
CSV/
33
updates/
44
.idea/
5+
logs/
56
system/config.json
67
*.pyc
78
log.txt

.idea/dictionaries/Admin.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,23 @@ On Windows:
1717
- Download Python 3.7 or newer version from <a href="https://www.python.org/downloads/">official page</a>.
1818
- Install Python. While Installing, enable such parameters as "Add Python to PATH", "Install pip", "Install py launcher", "Associate files with Python" and "Add Python to environment variables".
1919
- Download XCoder from <a href="https://github.com/Vorono4ka/XCoder/releases">releases page</a> and extract it.
20-
- Execute "main.py" file</br>
20+
- Install required modules by executing following command: ``` pip install -r requirements.txt```
21+
- Execute "main.py" file
2122

2223
On Linux:
23-
- Open Terminal and install Python by executing following command:</br>
24-
```sudo apt-get update && sudo apt-get install python3 python3-pip```
2524
- Download XCoder from <a href="https://github.com/Vorono4ka/XCoder/releases">releases page</a> and extract it.
25+
- Open Terminal and install Python by executing following command:</br>
26+
```sudo apt-get update && sudo apt-get install python3 python3-pip```
27+
- Install required modules:</br>
28+
```sudo pip3 install -r requirements.txt```
2629
- Execute "main.py" file
2730

2831
On Android:
2932
- Download and install PyDroid app from <a href="https://play.google.com/store/apps/details?id=ru.iiec.pydroid3">Google Play</a>.
3033
- Open PyDroid and wait until Python installs.
3134
- Download XCoder from <a href="https://github.com/Vorono4ka/XCoder/releases">releases page</a> and extract it.
32-
- In PyDroid open and execute "main.py" file</br>
35+
- Install loguru using pip
36+
- In PyDroid open and execute "main.py" file
3337

3438
### TODO:
3539
- CSV updating.
36-
- Shapes rendering.

0 commit comments

Comments
 (0)