1. This project was initially created with the goal of accessing files on the Windows operating system.
- Install Python 3.10: https://www.python.org/downloads/ or https://apps.microsoft.com/detail/9pjpw5ldxlz5?hl=en-US&gl=US
- Open the Run window by pressing the Windows + R keys.
- Type cmd in the text box and press Enter.
- You can test if the installation was successful by typing python -V.
pip 23.0.1
- Install Python's pip installer library: https://pypi.org/project/pip/ or run the command python get-pip.py in the terminal.
- Open the Run window by pressing the Windows + R keys.
- Type cmd in the text box and press Enter.
- You can test if the installation was successful by typing pip -V.
Python 3.10.11
- dataclasses python -m pip install dataclasses - collections python -m pip install collections - PySimpleGUI python -m pip install PySimpleGUI - cffi python -m pip install cffi - pyperclip python -m pip install pyperclip - keyboard python -m pip install keyboard - winshell python -m pip install winshell - python-magic python -m pip install python-magic - python-libmagic pip install python_magic_bin-0.4.14-py2.py3-none-win_amd64.whl or pip install python-magic-bin - pathlib python -m pip install pathlib - Tk python -m pip install tk - pywin32-stubs python -m pip install pywin32-stubs - pywin32 python -m pip install pywin32 - win32api python -m pip install win32api
- Upon successful launch, the Drives window can be opened to show the list of drives!
- If a drive is connected, it is necessary to reopen the Drives window!
- After loading the drive, the listed files and folders are visible on the given Table
- Folders can be opened by double-clicking and pressing Enter.
- It is also possible to copy and move files from one Table to another using the right-click menu.
3. A fájlokkal és mappákkal való tevékenységek közé tartozik a létrehozás, eltávolítás és átnevezés.
- Python 3.10 verziójának a telepítése: https://www.python.org/downloads/windows/ vagy https://apps.microsoft.com/store/detail/python-311/9NRWMJP3717K
- Windows + R gomb kombinációval megnyitni a Futtatás Ablakot.
- Szövegdobozba cmd és Enter gomb.
- python -V szöveggel tesztelhetjük sikerült-e telepíteni a csomagot.
pip 23.0.1
- Python pip telepítő könyvtárának telepítése: https://pip.pypa.io/en/stable/installation/ vagy a python get-pip.py parancssal a terminálban.
- Windows + R gomb kombinációval megnyitni a Futtatás Ablakot.
- Szövegdobozba cmd és Enter gomb.
- pip -V szöveggel tesztelhetjük sikerült-e telepíteni a csomagot
Python 3.10.11
Azonban az alsó részben minden egyes modul és package fel lesz sorolva minden egyes modul és annak telepítése:
- dataclasses python -m pip install dataclasses
- collections python -m pip install collections
- PySimpleGUI python -m pip install PySimpleGUI
- cffi python -m pip install cffi
- pyperclip python -m pip install pyperclip
- keyboard python -m pip install keyboard
- winshell python -m pip install winshell
- python-magic python -m pip install python-magic
- python-libmagic pip install python_magic_bin-0.4.14-py2.py3-none-win_amd64.whl vagy pip install python-magic-bin
- pathlib python -m pip install pathlib
- Tk python -m pip install tk
- pywin32-stubs python -m pip install pywin32-stubs
- pywin32 python -m pip install pywin32
- win32api python -m pip install win32api
- Sikeres elindításnál a Diszkek ablakkal lehet megnyitni a meghajtók listáját!
- Csatlakoztatott meghajtó esetén szükséges mégegyszer megnyitni a Diszkek ablakát!
- A maghajtó betöltése után kilistázott fájlok és mappák láthatóak az adott Asztalon
- A mappák megnyitása két kattintás után és egy Enter billentyű lenyomása után fog megnyitni.
- Továbbá lehetőség van az egyik Asztalról való megnyitására a Másik Asztalra a Jobb klikk menüből kiválasztva.