Welcome to Persist - the ultimate task manager that refuses to be ignored! 😅
Persist stays on top of all your windows, ensuring that your tasks are always in view, nudging (or annoying) you to get things done.
- Always On Top: Persist will hover above all other windows, making sure you can't avoid your tasks.
- Interactive Tasks: Click on the text of the tasks to mark them as done.
- Easy Task Creation: Just write a task, hit enter, and you're done!
Clone the repository and navigate to the project directory:
git clone https://github.com/RishaanDevz/Persist.git
cd Persist
Install the necessary dependencies:
pip install PySide6
Run the application:
python3 persist.py
- Write a task in the input field.
- Hit Enter.
- Watch as your task appears on the list, always on top of other windows!
- Click on the text of a task to mark it as done. It’s that simple!
We welcome contributions! Feel free to fork the repository, make your changes, and submit a pull request.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 🎉
Big thanks to the developers of PySide6 and all the contributors to this project.