Skip to content

Commit

Permalink
new --dir-- argument
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelg committed Jul 23, 2020
1 parent e758bb8 commit d631aea
Show file tree
Hide file tree
Showing 7 changed files with 216 additions and 183 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Feature:

Installazione:
--------------
- [Windows installer](https://github.com/peppelg/TDeskMulti/blob/master/executables/TDeskMulti_setup.exe?raw=true)
- [Windows portable](https://github.com/peppelg/TDeskMulti/blob/master/executables/TDeskMulti.exe?raw=true)
- [Eseguibile Linux](https://github.com/peppelg/TDeskMulti/blob/master/executables/TDeskMulti?raw=true) (testato solo su Manjaro)
- [Release](https://github.com/peppelg/TDeskMulti/releases)

Per installarlo manualmente clona il repository (`git clone https://github.com/peppelg/TDeskMulti`), installa le dipendenze: `pip install -r requirements.txt` e
avvia TDeskMulti (`python TDeskMulti.py`).

Puoi specificare l'argomento `--dir` per cambiare la cartella dove TDeskmulti salverà i tuoi account Telegram (utile in dualboot).

**TDeskMulti funziona solo su python 3.x**
7 changes: 4 additions & 3 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ Features:

Installing:
--------------
- [Windows installer](https://github.com/peppelg/TDeskMulti/blob/master/executables/TDeskMulti_setup.exe?raw=true)
- [Windows portable](https://github.com/peppelg/TDeskMulti/blob/master/executables/TDeskMulti.exe?raw=true)
- [Linux executable](https://github.com/peppelg/TDeskMulti/blob/master/executables/TDeskMulti?raw=true) (tested only on Manjaro KDE)
- [Releases](https://github.com/peppelg/TDeskMulti/releases)


Or, if you want manually install it, clone this repository (`git clone https://github.com/peppelg/TDeskMulti`), install dependencies: `pip install -r requirements.txt` and
run TDeskMulti (`python TDeskMulti.py`).

You can use the `--dir` to change the directory where TDeskmulti will store your Telegram accounts.

**TDeskMulti works only with python 3.x**
379 changes: 206 additions & 173 deletions TDeskMulti.py
100644 → 100755

Large diffs are not rendered by default.

Binary file removed executables/TDeskMulti
Binary file not shown.
Binary file removed executables/TDeskMulti.exe
Binary file not shown.
Binary file removed executables/TDeskMulti_setup.exe
Binary file not shown.
7 changes: 3 additions & 4 deletions requirements.txt
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
requests==2.21.0
python_archive==0.2
PySimpleGUI==3.29.0
archive==0.3
requests==2.23.0
python-archive==0.2
PySimpleGUI==4.24.0

0 comments on commit d631aea

Please sign in to comment.