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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,21 @@
7
7
8
8
An easier-to-use Python package that object-oriented encapsulates Python traditional built-in file operations. It's also easier than `easygui`. o((>ω< ))o
9
9
10
+
## 💿Obtainment
11
+
12
+
The source code is currently hosted on Github at: https://github.com/leoweyr/Python-Easierfile
13
+
14
+
Binary installers for the latest released version are available at the [Python Package Index (PyPI)](https://pypi.org/project/easierfile/).
15
+
16
+
```sh
17
+
# PyPI
18
+
pip install easierfile
19
+
```
20
+
21
+
## 🔗Dependencies
22
+
23
+
-[Dynoptimdict - A dynamic data dict class that inherits and overrides the built-in dict class for special purposes. That provides real-time access to dynamic data, while still allowing the option to get only the specified data without calculating all. It adheres to the concept of program optimization which avoids loading if not used, saving both memory and time](https://github.com/leoweyr/Python-Dynoptimdict)
<td>Return a dict of file attribute information.</br>● path: the absolute path of the file</br>● dir_path: the absolute path of the directory where the file is located</br>● full_name: the name of the file</br>● name: the name of the file without file extension</br>● ext: the extension of the file</td>
25
25
</tr>
26
+
<tr>
27
+
<td><code>File().status</code></td>
28
+
<td>Return a dict of file status information.</br>● file_lock: whether file lock is on</br>● exist: whether the file exist</td>
0 commit comments