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
> _**v0.2.0** Update Notes..._
---
## Source Code
- Added type checking to `main()`.
- Now returns `NoReturn | None`.
- Changed `fileType` variable type from `PathLike | str` to just `str`.
- Fixes bug whe calling `Ex_1` exit method.
- Added type checking type `NoReturn | None` to both exit methods `Ex_0` and `Ex_1`.
---
## README.md
- Small formatting changes to README.md.
- New screenshot added towards bottom of file.
- Depicts entire process of program usage.
---
Signed-off-by: schlopp96 <71921821+schlopp96@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# PyFiTransfer
2
2
3
-
> **_Python File Transfer v0.1.0_**
3
+
> **_Python File Transfer v0.2.0_**
4
4
5
5
## About
6
6
7
7
-**_PyFiTransfer_** is a simple program developed as a way to easily transfer files of a given extension-type from one directory to a destination directory.
8
8
9
-
-Came about as a personal script for moving my game screenshots to my primary "pictures" folder easily without having to manually _copy-and-paste_ after every time playing a game.
9
+
-Created as a solution for easily moving gaming screenshots to my primary "pictures" folder easily without having to manually _copy-and-paste_ after every time playing a game.
10
10
11
11
---
12
12
@@ -23,7 +23,7 @@
23
23
4. Enter the file-type of the files you wish to transfer (not including the "." that proceeds the file type).
24
24
25
25
- Example:
26
-
- You would enter (without the quotations) `"exe"` when prompted for an `".exe"`file-type.
26
+
- You would enter (without the quotations) `"exe"` when needing to migrate files with the `".exe"`extension.
27
27
28
28
5. If everything is correctly validated, a success message is returned to the console, alongside a list of files that were successfully transferred.
- If you have any questions, comments, or concerns that cannot be alleviated through the [project's GitHub repository](https://github.com/schlopp96/PyFiTransfer), please feel free to contact me through my email address:
0 commit comments