In this tutorial, we will guide you on how to install Uploady on Windows 11 operating system. Uploady is a library that allows you to upload files and images with ease.
First, you must ensure that Python is installed on your system. You can download and install it from the official website at https://www.python.org/downloads/.
Next, you will need to install Git, which will allow you to download the Uploady repository from Github. You can download it from the official website at https://git-scm.com/downloads.
Open Git Bash and navigate to a folder where you want to store the Uploady repository, then use the following command:
git clone https://github.com/farisc0de/Uploady.git
This command will download and create a local copy of the Uploady repository in your chosen folder.
Now, create a virtual environment in the Uploady directory to install the required dependencies locally. Use the following command to create a virtual environment named "venv":
python -m venv venv
After creating the virtual environment, you need to activate it using the following command:
.\venv\Scripts\activate
After activating the virtual environment, use the following command to install the required dependencies:
pip install -r requirements.txt
Finally, you can run the Uploady application using the following command:
python app.py
This will start the Uploady application on your local machine. You can then upload files and images to the application.
We have successfully installed Uploady on Windows 11 by downloading the repository from Github, creating and activating a virtual environment, installing the required dependencies, and running the application. Feel free to explore the capabilities of Uploady and customize it to suit your needs.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!