A Python package that prints all files in a specified folder whick can be selected by the user.
Project description
Weather Reporter
A Python package to display all files in selected path, Allowing the user to select what ever file they desire.
Usage
#Imports FileSelector as fs.
import FileSelector as fs.
#path < folder you want to list.
#a,b < opening and closing characters, eg <1>,(1),[1]
#txt < Future versions will include keyboard controls, Txt/keyboard.
fs.PrintLocation(path, "a", "b", "txt")
#text < This will alter the visible text before Input()
#color < changes highlights colors, Pick from Colorama's Library of colors.
#true/false < True Adds a confirmation screen for the selected file.
fs.txt('text','color','true/false')
#returns the filepath selected by the user.
fs.filepath
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fileselector-1.0.4.tar.gz
(3.1 kB
view details)
File details
Details for the file fileselector-1.0.4.tar.gz.
File metadata
- Download URL: fileselector-1.0.4.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b137ddbcdba30180236237575f09ed5a74a69834d44efa3ec0f1c03739c947a0
|
|
| MD5 |
043895dae9d75c411529623babb39130
|
|
| BLAKE2b-256 |
11d7b761fbc60c404a0df5f048e45e65d255aaaac0a4f9e02ce9b5cb1dbe0271
|