Skip to content

sahilds1/tiny-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Tools

Small personal utilities

leetcode_launcher: LeetCode Problem Opener

A command-line tool to open a LeetCode problem in your browser by specifying its problem number

Usage

Execute using uv to manage depenendices without manually managing enviornments:

uv run leetcode_launcher.py --num 1

Execute without using uv run by adding the script to your PATH and ensuring it is executable:

leetcode_launcher.py --num 1

websters1913: Word definitions from Webster's 1913 dictionary

A command line tool to output word definitions from websters1913.com

Execute using uv to manage depenendices without manually managing enviornments:

uv run websters1913.py --word pathos

Execute without using uv run by adding the script to your PATH and ensuring it is executable:

websters1913.py --word pathos 

Contributing

Contributions are welcome!

License

Tiny Tools is licensed under the Functional Source License, Version 1.1, ALv2 Future License

About

Small personal utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages