You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -24,18 +24,24 @@ Python is an interpreted, high-level, general-purpose programming language. Crea
24
24
## How To Run
25
25
26
26
- Put in Download Folder Or Wherever You want to automatically move the file and Just run
27
-
- To use with GUI install Tkinter ```pip install tkinter```
27
+
28
+
For CLI
29
+
```bash
30
+
python filemover.py
31
+
```
32
+
For GUI
33
+
```bash
34
+
python filemovergui.py
35
+
```
28
36
29
37
## Installation
30
38
31
39
- This is A python 3 package.
32
40
- Install Python 3.0+ or Anaconda 3.0+
33
-
- Run Normal file without any Additional package
34
41
35
42
## Usage
36
43
37
-
FileMover Is a Python program to move files automatically with the help of Python.
38
-
Python is a scripting Language.
44
+
FileMover Is a Python program to move files automatically with the help of Python. This will help you to manage your download folder for automatic cleanup.
39
45
40
46
## Support
41
47
@@ -48,6 +54,7 @@ Want to Contribute in project.Check Github Contribution Guide.
48
54
what's new in a future update
49
55
50
56
- More File Extension will be added soon
57
+
- Contributions are welcome
51
58
52
59
## Contributing
53
60
@@ -73,8 +80,8 @@ For open-source projects, Under MIT License.
0 commit comments