Skip to content

goodosuser/starcal

 
 

Repository files navigation

StarCalendar (Desktop)

A full-featured international calendar written in Python

Download

Latest codes via git: $ git clone git://github.com/ilius/starcal.git

Latest snapshot (without git) open this URL with your browser: http://github.com/ilius/starcal/tarball/master

Installation and Uninstallation

Ubuntu:

$ sudo bash ./install-ubuntu
$ sudo apt-get remove starcal3

Debian or other Debian-based distributions:

$ sudo bash ./install-debian
$ sudo apt-get remove starcal3

ArchLinux:

$ bash ./install-archlinux
$ sudo pacman -R starcal3

Or:

$ yaourt -S starcal
$ sudo pacman -R starcal

openSUSE:

$ sudo bash ./install-suse
$ sudo zypper remove starcal3

Fedora:

$ sudo bash ./install-fedora
$ sudo yum remove starcal3

Other distributions:

$ sudo bash ./install
$ sudo /usr/share/starcal3/uninstall

Running on Windows:

1- Install Python 3.x
2- Install Gtk3 and PyGI
3- Copy starcal source folder somewhere you want to keep
4- Send a shortcut from file starcal.pyw (inside source folder) to you desktop

Home Page:

http://ilius.github.io/starcal

Follow Us:

To get notified on new releases, subscribe to releases atom feed

About

StarCalendar Desktop: Brand New International Calendar

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
license.txt
Unknown
license-dialog

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Shell 1.5%