Skip to content

TheUltraCode/csv_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

csv_reader

Small script I have written to help with repetitive data entry tasks. It reads a the first line from a csv file, adds all of the elements from that line to a list data-structure, and then allows you to cycle through that list, copying the current element to your clipboard, until you quit the program. The csv file it looks for in the same directory as the script itself is data.csv and the key binding for cycling through the list is "ctrl" + "shift".

Relies on two external, third-party modules to function - keyboard and pyperclip. More information regarding those modules can be found here:

Enjoy. :)

About

Small script I have written to help with repetitive data entry tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages