A file Manager with a focus on programmers and minimilism
Before you install and run this project, make sure you have the following installed on your system:
- Python (version 3.7 or later)
- pip (Python's package manager)
- Python dependencies specified in
pyproject.toml.
First, clone the repository to your local machine:
git clone https://github.com/Abhinav-VS21/Dory.git
cd DoryIt’s a good practice to use a virtual environment to avoid conflicts with other projects.
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`Once the virtual environment is activated, you can install the required dependencies. Since you're using pyproject.toml for packaging, use pip to install the dependencies:
pip install .Alternatively, you can use pip to install the dependencies directly from the pyproject.toml file:
pip install -r requirements.txt # if you have a requirements.txt file, otherwise install manually as belowTo run the application, execute the following command:
python -m DoryWindowThis will start the main window of the application. You should see your file explorer with the various features you've implemented.
- Clone the repository and create a virtual environment as shown above.
- Make changes to the Python files as necessary.
- Test your changes locally by running the application (
python -m yourproject). - Push your changes to the repository if you're using version control.
- Be Creative :D
If you run into any issues, consider the following:
-
Ensure you have the correct Python version (
python --version). -
Make sure all dependencies are installed by checking your virtual environment or system setup.
-
For any missing or incompatible libraries, try updating
pipwith:pip install --upgrade pip
its free, just give me a shoutout ~MrShah_21