codingwithcn / CodeAnyWhere

CodeAnyWhere is a free web application that allows you to access you computer folders from another computer. Giving you the ability to make edits to files and save those changes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeAnyWhere

What is CodeAnyWhere

CodeAnyWhere is a free web application that allows you to access you computer folders from another computer. Giving you the ability to make edits to files and save those changes.

How to get started

  1. First you will have to pip install this project from github or directly download it from github.com
  1. Next open up the command line and head insides this project location.
  1. Once in, download a virtual environment with the following command "python -m venv env"
  1. Next you will have to activate the virtual environment
  1. Once activated pip install the requirements. With this command: 'python -m pip install -r requirements.txt'
  1. Now you can run the project with this command: 'python main.py'
  1. Wait for it to load and start running. Once done you should see a line printed out saying "Running on (the ip address its running)" copy and paste the ip address to the browser of your choosing.
  1. You should now be in the home page. Now you would have to create an account. This can be done to ways:
  1. Open up the database and create a new row in the user database. Giving it a name and password. Would not advice this if you are not totally sure what you are doing because this could affect how the system runs if done incorrectly
  2. Sign up for an account. On the home page you should see a sign up button at the top of the page. Click on it. You should be taking to the sign up page. Sign up an account and head over to the home page and log in.
  1. Once logged in you would be able to edit, save and access you computer folders from any computer in your local network
  1. If you want to access you computer folders from anywhere you are. You will need to open your ports to outside connections. But doing this would open you computer up to attacks. Meaning anyone will be able to see and change your computer folders/files.

For questions, issues or anything related to CodeAnyWhere you can reach me at codingwithcn@gmail.com

About

CodeAnyWhere is a free web application that allows you to access you computer folders from another computer. Giving you the ability to make edits to files and save those changes.

License:Other


Languages

Language:JavaScript 70.4%Language:HTML 25.0%Language:CSS 4.4%Language:Python 0.2%Language:Shell 0.0%